org.eclipse.paho.client.mqttv3.internal.wire
Class MultiByteArrayInputStream
java.lang.Object
java.io.InputStream
org.eclipse.paho.client.mqttv3.internal.wire.MultiByteArrayInputStream
- All Implemented Interfaces:
- Closeable
public class MultiByteArrayInputStream
- extends InputStream
Constructor Summary |
MultiByteArrayInputStream(byte[] bytesA,
int offsetA,
int lengthA,
byte[] bytesB,
int offsetB,
int lengthB)
|
Method Summary |
int |
read()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiByteArrayInputStream
public MultiByteArrayInputStream(byte[] bytesA,
int offsetA,
int lengthA,
byte[] bytesB,
int offsetB,
int lengthB)
read
public int read()
throws IOException
- Specified by:
read
in class InputStream
- Throws:
IOException
Copyright © 2013. All Rights Reserved.