public class MultiByteArrayInputStream extends InputStream
| Constructor and Description |
|---|
MultiByteArrayInputStream(byte[] bytesA,
int offsetA,
int lengthA,
byte[] bytesB,
int offsetB,
int lengthB) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
available, close, mark, markSupported, read, read, reset, skippublic MultiByteArrayInputStream(byte[] bytesA,
int offsetA,
int lengthA,
byte[] bytesB,
int offsetB,
int lengthB)
public int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2018 Eclipse Paho. All Rights Reserved.