public class VmReader extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
byte[] |
code |
BinaryReader |
reader |
| 构造器和说明 |
|---|
VmReader(byte[] bys) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
Length() |
int |
Position() |
boolean |
ReadBool() |
byte |
ReadByte() |
byte[] |
ReadBytes(int count) |
BinaryReader |
Reader() |
int |
readInt16() |
int |
ReadUint16() |
int |
ReadUInt32() |
long |
ReadUInt64() |
byte[] |
readVarBytes() |
int |
readVarInt() |
long |
readVarInt(long max) |
long |
Seek(long offset) |
public BinaryReader reader
public byte[] code
public BinaryReader Reader()
public byte ReadByte()
public boolean ReadBool()
public byte[] ReadBytes(int count)
public byte[] readVarBytes()
public int Position()
public int Length()
public int readVarInt()
public int readInt16()
public long readVarInt(long max)
public long Seek(long offset)
Copyright © 2022. All rights reserved.