Method | Description | |
---|---|---|
ReadVarBytes ( BinaryReader reader, int max = 0x10000000 ) : byte[] | ||
ReadVarInt ( BinaryReader reader, ulong max = ulong.MaxValue ) : ulong | ||
SafeReadBytes ( BinaryReader reader, int count ) : byte[] |
public static ReadVarBytes ( BinaryReader reader, int max = 0x10000000 ) : byte[] | ||
reader | BinaryReader | |
max | int | |
return | byte[] |
public static ReadVarInt ( BinaryReader reader, ulong max = ulong.MaxValue ) : ulong | ||
reader | BinaryReader | |
max | ulong | |
return | ulong |
public static SafeReadBytes ( BinaryReader reader, int count ) : byte[] | ||
reader | BinaryReader | |
count | int | |
return | byte[] |