Method | Description | |
---|---|---|
Decode ( byte buffer, int offset ) : ulong | ||
Encode ( ulong value ) : byte[] | ||
ToByteArray ( ) : byte[] |
|
|
VarInt ( byte buffer ) : System |
|
|
VarInt ( byte buffer, int offset ) : System |
|
|
VarInt ( long value ) : System | ||
VarInt ( ulong value ) : System |
|
public static Decode ( byte buffer, int offset ) : ulong | ||
buffer | byte | |
offset | int | |
return | ulong |
public static Encode ( ulong value ) : byte[] | ||
value | ulong | |
return | byte[] |
public VarInt ( byte buffer, int offset ) : System | ||
buffer | byte | |
offset | int | |
return | System |