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, skipreadclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitavailable, close, mark, markSupported, read, read, read, reset, skippublic ByteArrayInputStream(byte[] buf)
public ByteArrayInputStream(byte[] buf, int offset, int length)
Copyright © 2013–2019. All rights reserved.