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