public class ByteArrayInputStream extends ByteArrayInputStream implements IByteArrayInputStream
ByteArrayInputStream
also implementing IByteArrayInputStream
.buf, count, mark, pos
Constructor and Description |
---|
ByteArrayInputStream(byte[] buf) |
ByteArrayInputStream(byte[] buf,
int offset,
int length) |
available, close, mark, markSupported, read, read, reset, skip
read
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
available, close, mark, markSupported, read, read, read, reset, skip
public ByteArrayInputStream(byte[] buf)
public ByteArrayInputStream(byte[] buf, int offset, int length)
Copyright © 2013–2019. All rights reserved.