org.eclipse.paho.client.mqttv3.internal.wire
Class MultiByteArrayInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by 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.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiByteArrayInputStream

public MultiByteArrayInputStream(byte[] bytesA,
                                 int offsetA,
                                 int lengthA,
                                 byte[] bytesB,
                                 int offsetB,
                                 int lengthB)
Method Detail

read

public int read()
         throws IOException
Specified by:
read in class InputStream
Throws:
IOException


Copyright © 2013. All Rights Reserved.