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
IOException
public void close() throws IOException
close
in interface AutoCloseable
IOException
Copyright © 2019 Vitam. All rights reserved.