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, skip
public MultiByteArrayInputStream(byte[] bytesA, int offsetA, int lengthA, byte[] bytesB, int offsetB, int lengthB)
public int read() throws IOException
read
in class InputStream
IOException
Copyright © 2017 Eclipse Paho. All rights reserved.