Package 

Class MultiByteArrayInputStream

    • Method Summary

      Modifier and Type Method Description
      int read()
      • Methods inherited from class java.io.InputStream

        available, close, mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MultiByteArrayInputStream

        MultiByteArrayInputStream(Array<byte> bytesA, int offsetA, int lengthA, Array<byte> bytesB, int offsetB, int lengthB)
    • Method Detail