C# Class Fanx.Fcode.FStore.Input

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

Public Properties

Property Type Description
fpod FPod

Public Methods

Method 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

Method Description
utfErr ( ) : Exception

Method Details

Flush() public method

public Flush ( ) : void
return void

Input() public method

public Input ( FPod fpod, Stream baseStream ) : System
fpod FPod
baseStream Stream
return System

Read() public method

public Read ( byte buf, int off, int count ) : int
buf byte
off int
count int
return int

Seek() public method

public Seek ( long off, SeekOrigin loc ) : long
off long
loc SeekOrigin
return long

SetLength() public method

public SetLength ( long val ) : void
val long
return void

Write() public method

public Write ( byte buf, int off, int count ) : void
buf byte
off int
count int
return void

f8() public method

public f8 ( ) : double
return double

name() public method

public name ( ) : string
return string

skip() public method

public skip ( int n ) : int
n int
return int

u1() public method

public u1 ( ) : int
return int

u2() public method

public u2 ( ) : int
return int

u4() public method

public u4 ( ) : int
return int

u8() public method

public u8 ( ) : long
return long

utf() public method

public utf ( ) : string
return string

Property Details

fpod public_oe property

public FPod,Fanx.Fcode fpod
return FPod