| 构造器和说明 |
|---|
ByteUtil.AssitRead(byte[] data) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
hasMore() |
byte |
readByte() |
byte[] |
readBytes(int length) |
byte[] |
readRest()
读剩余字节
|
String |
readStringEndNull() |
String |
readStringUnsignedLong() |
UnsignedLong |
readUnsignedLong() |
void |
skip(int length) |
public byte[] readBytes(int length)
public byte readByte()
public boolean hasMore()
public String readStringEndNull() throws IOException
IOExceptionpublic UnsignedLong readUnsignedLong()
public String readStringUnsignedLong()
public byte[] readRest()
public void skip(int length)
Copyright © 2016. All rights reserved.