Package it.unimi.dsi.big.io
I/O big classes
Classes in this package are big versions of classes in it.unimi.dsi.io
.
-
Class Summary Class Description FileLinesByteArrayCollection Deprecated. FileLinesByteArrayCollection.FileLinesIterator Deprecated. Please useFileLinesByteArrayIterable.iterator(java.io.InputStream, Class, EnumSet)
; thezipped
option of this class can be simulated by passing aGZIPInputStream
as decompressor.FileLinesCollection Deprecated. Please useFileLinesMutableStringIterable
instead; thezipped
option of this class can be simulated by passing aGZIPInputStream
as decompressor.FileLinesCollection.FileLinesIterator Deprecated. Please useFileLinesMutableStringIterable.iterator(java.io.InputStream, java.nio.charset.Charset, Class)
; thezipped
option of this class can be simulated by passing aGZIPInputStream
as decompressor.
FileLinesByteArrayIterable
instead; thezipped
option of this class can be simulated by passing aGZIPInputStream
as decompressor.