C# Class FSO.Files.Formats.IFF.Chunks.TTABFieldEncode

Used to read values from field encoded stream.
Inheritance: IOProxy
显示文件 Open project: RHY3756547/FreeSO Class Usage Examples

Public Methods

Method Description
ReadFloat ( ) : float
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadUInt16 ( ) : ushort
ReadUInt32 ( ) : uint
TTABFieldEncode ( IoBuffer io ) : System
setBytePos ( int n ) : void

Private Methods

Method Description
ReadBit ( ) : byte
ReadBits ( int n ) : uint
ReadField ( bool big ) : long

Method Details

ReadFloat() public method

public ReadFloat ( ) : float
return float

ReadInt16() public method

public ReadInt16 ( ) : short
return short

ReadInt32() public method

public ReadInt32 ( ) : int
return int

ReadUInt16() public method

public ReadUInt16 ( ) : ushort
return ushort

ReadUInt32() public method

public ReadUInt32 ( ) : uint
return uint

TTABFieldEncode() public method

public TTABFieldEncode ( IoBuffer io ) : System
io FSO.Files.Utils.IoBuffer
return System

setBytePos() public method

public setBytePos ( int n ) : void
n int
return void