public class PrependedMultiplexedInputStream
extends org.apache.commons.io.input.ProxyInputStream
in| Constructor and Description |
|---|
PrependedMultiplexedInputStream(InputStream firstEntryStream,
long firstEntrySize,
InputStream multiplexedInputStream,
long multiplexedInputStreamSize) |
| Modifier and Type | Method and Description |
|---|---|
long |
size() |
public PrependedMultiplexedInputStream(InputStream firstEntryStream, long firstEntrySize, InputStream multiplexedInputStream, long multiplexedInputStreamSize) throws IOException
IOExceptionCopyright © 2019 Vitam. All rights reserved.