@ThreadSafe public class GatheringByteArrayInputStream extends InputStream
| Constructor and Description |
|---|
GatheringByteArrayInputStream(List<byte[]> buffers,
long totalBytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] buffer) |
int |
read(byte[] buffer,
int offset,
int length) |
long |
skip(long n) |
available, mark, markSupported, resetpublic GatheringByteArrayInputStream(List<byte[]> buffers, long totalBytes)
public int read(byte[] buffer)
read in class InputStreampublic int read()
read in class InputStreampublic long skip(long n)
skip in class InputStreampublic int read(byte[] buffer,
int offset,
int length)
read in class InputStreampublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamCopyright © 2010–2020 Airlift. All rights reserved.