Searched refs:UnshrinkingInputStream (Results 1 – 3 of 3) sorted by relevance
32 class UnshrinkingInputStream extends LZWInputStream { class43 public UnshrinkingInputStream(final InputStream inputStream) throws IOException { in UnshrinkingInputStream() method in UnshrinkingInputStream
333 current.in = new UnshrinkingInputStream(bis); in getNextZipEntry()487 return ((UnshrinkingInputStream) current.in).getCompressedCount(); in getCompressedCount()
494 return new UnshrinkingInputStream(is); in getInputStream()