Package fr.gouv.vitam.common.stream
Class MultiplexedStreamReader
java.lang.Object
fr.gouv.vitam.common.stream.MultiplexedStreamReader
- All Implemented Interfaces:
AutoCloseable
Reader for multiplexed streams.
Stream format is "SIZE1(long)DATA1(raw)SIZE2(long)DATA2(raw)..."
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EOF_MARKER
public static final long EOF_MARKER- See Also:
-
-
Constructor Details
-
MultiplexedStreamReader
-
-
Method Details
-
readNextEntry
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
IOException
-