public class RestartableMultiByteArrayInputStream extends RestartableInputStream
| Constructor and Description |
|---|
RestartableMultiByteArrayInputStream(List<byte[]> byteArrayList,
long length) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
restart() |
wrapavailable, close, mark, markSupported, read, reset, skippublic RestartableMultiByteArrayInputStream(List<byte[]> byteArrayList, long length)
public void restart()
restart in class RestartableInputStreampublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int read()
read in class InputStreamCopyright © 2020. All rights reserved.