Property | Type | Description | |
---|---|---|---|
fpod |
Method | Description | |
---|---|---|
Flush ( ) : void | ||
Input ( |
||
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 |
Method | Description | |
---|---|---|
utfErr ( ) : |
public Input ( |
||
fpod | ||
baseStream | Stream | |
return | System |
public Read ( byte buf, int off, int count ) : int | ||
buf | byte | |
off | int | |
count | int | |
return | int |
public Seek ( long off, SeekOrigin loc ) : long | ||
off | long | |
loc | SeekOrigin | |
return | long |
public Write ( byte buf, int off, int count ) : void | ||
buf | byte | |
off | int | |
count | int | |
return | void |