Table of Contents

Class IntCompressorExtensions

Namespace
Netick
Assembly
Netick.dll
public static class IntCompressorExtensions
Inheritance
IntCompressorExtensions
Inherited Members

Methods

PeekInt(NetickBuffer, IntCompressor)

public static int PeekInt(this NetickBuffer buffer, IntCompressor compressor)

Parameters

buffer NetickBuffer
compressor IntCompressor

Returns

int

ReadInt(NetickBuffer, IntCompressor)

public static int ReadInt(this NetickBuffer buffer, IntCompressor compressor)

Parameters

buffer NetickBuffer
compressor IntCompressor

Returns

int

WriteInt(NetickBuffer, IntCompressor, int)

public static void WriteInt(this NetickBuffer buffer, IntCompressor compressor, int value)

Parameters

buffer NetickBuffer
compressor IntCompressor
value int