C# Class TDSM.Core.Net.Web.Heartbeat.BufferReader

Exibir arquivo Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Public Properties

Property Type Description
DataBuffer byte[]
Index int

Public Methods

Method Description
BufferReader ( byte buff ) : System
ReadInt32 ( ) : int
ReadResponseCode ( ) : ResponseCode
ReadString ( int length ) : string
ReadStringByDef ( ) : string

Method Details

BufferReader() public method

public BufferReader ( byte buff ) : System
buff byte
return System

ReadInt32() public method

public ReadInt32 ( ) : int
return int

ReadResponseCode() public method

public ReadResponseCode ( ) : ResponseCode
return ResponseCode

ReadString() public method

public ReadString ( int length ) : string
length int
return string

ReadStringByDef() public method

public ReadStringByDef ( ) : string
return string

Property Details

DataBuffer public_oe property

public byte[] DataBuffer
return byte[]

Index public_oe property

public int Index
return int