C# Class Fanx.Fcode.FStore.Input

FStore.Input is used to read from a FStore file.
Inheritance: Stream
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Свойство Type Description
fpod FPod

Méthodes publiques

Méthode Description
Flush ( ) : void
Input ( FPod fpod, Stream baseStream ) : System
Read ( byte buf, int off, int count ) : int
Seek ( long off, SeekOrigin loc ) : long
SetLength ( long val ) : void
Write ( byte buf, int off, int count ) : void
f8 ( ) : double
name ( ) : string
skip ( int n ) : int
u1 ( ) : int
u2 ( ) : int
u4 ( ) : int
u8 ( ) : long
utf ( ) : string

Private Methods

Méthode Description
utfErr ( ) : Exception

Method Details

Flush() public méthode

public Flush ( ) : void
Résultat void

Input() public méthode

public Input ( FPod fpod, Stream baseStream ) : System
fpod FPod
baseStream Stream
Résultat System

Read() public méthode

public Read ( byte buf, int off, int count ) : int
buf byte
off int
count int
Résultat int

Seek() public méthode

public Seek ( long off, SeekOrigin loc ) : long
off long
loc SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long val ) : void
val long
Résultat void

Write() public méthode

public Write ( byte buf, int off, int count ) : void
buf byte
off int
count int
Résultat void

f8() public méthode

public f8 ( ) : double
Résultat double

name() public méthode

public name ( ) : string
Résultat string

skip() public méthode

public skip ( int n ) : int
n int
Résultat int

u1() public méthode

public u1 ( ) : int
Résultat int

u2() public méthode

public u2 ( ) : int
Résultat int

u4() public méthode

public u4 ( ) : int
Résultat int

u8() public méthode

public u8 ( ) : long
Résultat long

utf() public méthode

public utf ( ) : string
Résultat string

Property Details

fpod public_oe property

public FPod,Fanx.Fcode fpod
Résultat FPod