Add size to remote io

This commit is contained in:
Stanko K.R.
2026-02-02 14:09:04 +01:00
parent a70bbf472b
commit ac7d0308ac
@@ -27,4 +27,8 @@ class ZipFile::Reader::ExtractorIO
@extractor = @entry.extractor_from(@io)
0
end
def size
@entry.uncompressed_size
end
end