Show / Hide Table of Contents

Class CompressionReaderExtensions

Inheritance
object
CompressionReaderExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Packets.Reader
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
Type Name Description
PacketReader reader
uint size
bool unsignedData
Returns
Type Description
byte[]
| Edit this page View Source

GetCompressedByte(PacketReader)

Declaration
public static byte GetCompressedByte(this PacketReader reader)
Parameters
Type Name Description
PacketReader reader
Returns
Type Description
byte
| Edit this page View Source

GetCompressedFloat(PacketReader)

Declaration
public static float GetCompressedFloat(this PacketReader reader)
Parameters
Type Name Description
PacketReader reader
Returns
Type Description
float
| Edit this page View Source

GetCompressedInt32(PacketReader)

Declaration
public static int GetCompressedInt32(this PacketReader reader)
Parameters
Type Name Description
PacketReader reader
Returns
Type Description
int
| Edit this page View Source

GetCompressedInt64(PacketReader)

Declaration
public static long GetCompressedInt64(this PacketReader reader)
Parameters
Type Name Description
PacketReader reader
Returns
Type Description
long
| Edit this page View Source

GetCompressedUInt32(PacketReader)

Declaration
public static uint GetCompressedUInt32(this PacketReader reader)
Parameters
Type Name Description
PacketReader reader
Returns
Type Description
uint
| Edit this page View Source

GetCompressedUInt64(PacketReader)

Declaration
public static ulong GetCompressedUInt64(this PacketReader reader)
Parameters
Type Name Description
PacketReader reader
Returns
Type Description
ulong
| Edit this page View Source

GetCompressedUint16(PacketReader)

Declaration
public static ushort GetCompressedUint16(this PacketReader reader)
Parameters
Type Name Description
PacketReader reader
Returns
Type Description
ushort
| Edit this page View Source

GetCompressedint16(PacketReader)

Declaration
public static short GetCompressedint16(this PacketReader reader)
Parameters
Type Name Description
PacketReader reader
Returns
Type Description
short
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX