public class StreamBinaryParser extends BinaryParser
bytes, cursor, size| 构造器和说明 |
|---|
StreamBinaryParser(InputStream stream,
long size) |
| 限定符和类型 | 方法和说明 |
|---|---|
static StreamBinaryParser |
fromFile(String path) |
byte[] |
read(int n) |
byte |
readOne() |
void |
skip(int n) |
end, end, pos, readField, readFieldCode, readOneInt, readVLLength, sizepublic StreamBinaryParser(InputStream stream, long size)
public void skip(int n)
skip 在类中 BinaryParserpublic byte readOne()
readOne 在类中 BinaryParserpublic byte[] read(int n)
read 在类中 BinaryParserpublic static StreamBinaryParser fromFile(String path)
Copyright © 2021. All rights reserved.