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

Used to read values from field encoded stream.
Inheritance: IOProxy
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
ReadBit ( ) : byte
ReadBits ( int n ) : uint
ReadField ( bool big ) : long

Method Details

ReadFloat() public méthode

public ReadFloat ( ) : float
Résultat float

ReadInt16() public méthode

public ReadInt16 ( ) : short
Résultat short

ReadInt32() public méthode

public ReadInt32 ( ) : int
Résultat int

ReadUInt16() public méthode

public ReadUInt16 ( ) : ushort
Résultat ushort

ReadUInt32() public méthode

public ReadUInt32 ( ) : uint
Résultat uint

TTABFieldEncode() public méthode

public TTABFieldEncode ( IoBuffer io ) : System
io FSO.Files.Utils.IoBuffer
Résultat System

setBytePos() public méthode

public setBytePos ( int n ) : void
n int
Résultat void