Uses of Class
com.gengoai.io.CompressedInputStream
-
Packages that use CompressedInputStream Package Description com.gengoai.io Classes for reading and writing to various different sources, e.g. -
-
Uses of CompressedInputStream in com.gengoai.io
Methods in com.gengoai.io that return CompressedInputStream Modifier and Type Method Description static CompressedInputStream
Compression. detect(InputStream is)
Detects the compression of the given InputStream returning aCompressedInputStream
that allows for reading from the compressed stream.
-