C# Class Putki.PackageReader

Datei anzeigen Open project: raxptor/putki-historical Class Usage Examples

Public Methods

Method Description
CloneAux ( int ofs ) : PackageReader
GetPosition ( ) : int
MoveTo ( PackageReader rdr ) : void
PackageReader ( byte _data ) : System.Text
ReadByte ( ) : byte
ReadFloat ( ) : float
ReadInt16 ( ) : int
ReadInt32 ( ) : int
ReadString ( ) : string
ReadString ( int bytes ) : string
Skip ( int bytes ) : void

Method Details

CloneAux() public method

public CloneAux ( int ofs ) : PackageReader
ofs int
return PackageReader

GetPosition() public method

public GetPosition ( ) : int
return int

MoveTo() public method

public MoveTo ( PackageReader rdr ) : void
rdr PackageReader
return void

PackageReader() public method

public PackageReader ( byte _data ) : System.Text
_data byte
return System.Text

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadFloat() public method

public ReadFloat ( ) : float
return float

ReadInt16() public method

public ReadInt16 ( ) : int
return int

ReadInt32() public method

public ReadInt32 ( ) : int
return int

ReadString() public method

public ReadString ( ) : string
return string

ReadString() public method

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

Skip() public method

public Skip ( int bytes ) : void
bytes int
return void