Package fr.ens.biologie.genomique.eoulsan.io
This package contains general I/O classes for Eoulsan (not dedicated to
fr.ens.biologie.genomique.eoulsan.bio
package).- Since:
- 1.0
-
Class Summary Class Description AbstractConcatInputStream This class define an InputStream that concatenate InputStream.ApacheCommonCompressionCodecs This class allow to create input and output stream for compression codecs of the Apache Common Compression library.ByteCountInputStream This filter class allow to count the number of bytes read by an inputStream.ByteCountOutputStream This class define a filter that count the number of written bytes by an InputStream.FileCharsets This class define default charsets.FileConcatInputStream This class define an InputStream that concatenate files in an InputStream.HadoopCompressionCodecs This class allow to create input and output stream for compression codec of Hadoop.MaxByteInputStream This class allow to create an InputStream that can read a maximum of byte from another InputStream.PathConcatInputStream This class define an InputStream that concatenate path in an InputStream.ProgressCounterInputStream This class implements a FilterInputStream that inform Hadoop of the progress of task using counters.ProgressCounterOutputStream This class implements an OutputStream that inform Hadoop of the progress of task using counters.