Skip to main content
Version: Normcore 2

ReadBuffer

ReadBuffer

Properties

bytesRead

int bytesRead { get; }

Methods

SetBuffer

void SetBuffer(byte[] buffer)

Reset

void Reset()

ReadByte

byte ReadByte()

ReadBytes

void ReadBytes(byte[] buffer, int offset, int length)

ReadVarint32

uint ReadVarint32()

ReadVarint64

ulong ReadVarint64()

SkipVarint32

void SkipVarint32()

SkipVarint64

void SkipVarint64()

ReadFloat

float ReadFloat()

ReadDouble

double ReadDouble()

SkipFloat

void SkipFloat()

SkipDouble

void SkipDouble()

ReadString

string ReadString(int lengthInBytes)

SkipBytes

void SkipBytes(int length)

Copy

ReadBuffer Copy()

ToString

string ToString()