C# Class System._Proxy

Datei anzeigen Open project: dolkensp/HoloXPLOR

Public Methods

Method Description
ReadCString ( this binaryReader ) : String

Read a NULL-Terminated string from the stream

ReadFString ( this binaryReader, Int32 stringLength ) : String

Read a Fixed-Length string from the stream

ReadPString ( this binaryReader, StringSizeEnum byteLength = StringSizeEnum.Int32 ) : String

Read a Length-prefixed string from the stream

Method Details

ReadCString() public static method

Read a NULL-Terminated string from the stream
public static ReadCString ( this binaryReader ) : String
binaryReader this
return String

ReadFString() public static method

Read a Fixed-Length string from the stream
public static ReadFString ( this binaryReader, Int32 stringLength ) : String
binaryReader this
stringLength Int32 Size of the String
return String

ReadPString() public static method

Read a Length-prefixed string from the stream
public static ReadPString ( this binaryReader, StringSizeEnum byteLength = StringSizeEnum.Int32 ) : String
binaryReader this
byteLength StringSizeEnum Size of the Length representation
return String