public class ByteArrayInputStreamEx extends ByteArrayInputStream
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
_offset |
buf, count, mark, pos| 构造器和说明 |
|---|
ByteArrayInputStreamEx(byte[] buf) |
ByteArrayInputStreamEx(byte[] buf,
int offset,
int length) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
mark(int readAheadLimit) |
void |
reset() |
available, close, markSupported, read, read, skipreadpublic ByteArrayInputStreamEx(byte[] buf)
public ByteArrayInputStreamEx(byte[] buf,
int offset,
int length)
public void mark(int readAheadLimit)
mark 在类中 ByteArrayInputStreampublic void reset()
reset 在类中 ByteArrayInputStreamCopyright © 2019. All rights reserved.