public class MultiplexedStreamReader extends Object implements AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
static long |
EOF_MARKER |
| Constructor and Description |
|---|
MultiplexedStreamReader(InputStream dataInputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Optional<ExactSizeInputStream> |
readNextEntry() |
public static final long EOF_MARKER
public MultiplexedStreamReader(InputStream dataInputStream)
public Optional<ExactSizeInputStream> readNextEntry() throws IOException
IOExceptionpublic void close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2019 Vitam. All rights reserved.