-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable
public class MultiByteArrayInputStream extends InputStream
-
-
Constructor Summary
Constructors Constructor Description MultiByteArrayInputStream(Array<byte> bytesA, int offsetA, int lengthA, Array<byte> bytesB, int offsetB, int lengthB)
-
Method Summary
Modifier and Type Method Description intread()-
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
-
-