C# Class SleepHunter.Extensions.BinaryReaderExtender

Show file Open project: ewrogers/SleepHunter4

Public Methods

Method Description
ReadFixedString ( this reader, int length ) : string
ReadNullTerminatedString ( this reader, int maxLength = -1 ) : string

Method Details

ReadFixedString() public static method

public static ReadFixedString ( this reader, int length ) : string
reader this
length int
return string

ReadNullTerminatedString() public static method

public static ReadNullTerminatedString ( this reader, int maxLength = -1 ) : string
reader this
maxLength int
return string