Class CompressionReaderExtensions
Inheritance
CompressionReaderExtensions
Assembly: SlipeServer.Packets.dll
Syntax
public static class CompressionReaderExtensions
Methods
|
Edit this page
View Source
GetCompressed(PacketReader, uint, bool)
Declaration
public static byte[] GetCompressed(this PacketReader reader, uint size, bool unsignedData)
Parameters
Returns
|
Edit this page
View Source
GetCompressedByte(PacketReader)
Declaration
public static byte GetCompressedByte(this PacketReader reader)
Parameters
Returns
|
Edit this page
View Source
GetCompressedFloat(PacketReader)
Declaration
public static float GetCompressedFloat(this PacketReader reader)
Parameters
Returns
|
Edit this page
View Source
GetCompressedInt32(PacketReader)
Declaration
public static int GetCompressedInt32(this PacketReader reader)
Parameters
Returns
|
Edit this page
View Source
GetCompressedInt64(PacketReader)
Declaration
public static long GetCompressedInt64(this PacketReader reader)
Parameters
Returns
|
Edit this page
View Source
GetCompressedUInt32(PacketReader)
Declaration
public static uint GetCompressedUInt32(this PacketReader reader)
Parameters
Returns
|
Edit this page
View Source
GetCompressedUInt64(PacketReader)
Declaration
public static ulong GetCompressedUInt64(this PacketReader reader)
Parameters
Returns
|
Edit this page
View Source
GetCompressedUint16(PacketReader)
Declaration
public static ushort GetCompressedUint16(this PacketReader reader)
Parameters
Returns
|
Edit this page
View Source
GetCompressedint16(PacketReader)
Declaration
public static short GetCompressedint16(this PacketReader reader)
Parameters
Returns