Class ArchiveEntryInputStream

java.lang.Object
java.io.InputStream
fr.gouv.vitam.common.storage.compress.ArchiveEntryInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class ArchiveEntryInputStream extends InputStream
ArchiveEntryInputStream class Archive input streams MUST override the read(byte[], int, int) - or read() - method so that reading from the stream generates EOF for the end of data in each entry as well as at the end of the file proper.