Method |
Description |
|
Close ( ) : void |
|
|
GetFilePointer ( ) : long |
|
|
Length ( ) : long |
|
|
Read ( ) : int |
|
|
Read ( byte b ) : int |
|
|
Read ( byte b, int off, int len ) : int |
|
|
ReadBoolean ( ) : bool |
|
|
ReadByte ( ) : byte |
|
|
ReadChar ( ) : char |
|
|
ReadDouble ( ) : double |
|
|
ReadFloat ( ) : float |
|
|
ReadFully ( byte b ) : void |
|
|
ReadFully ( byte b, int off, int len ) : void |
|
|
ReadInt ( ) : int |
|
|
ReadLine ( ) : string |
|
|
ReadLong ( ) : long |
|
|
ReadShort ( ) : short |
|
|
ReadUnsignedByte ( ) : int |
|
|
ReadUnsignedShort ( ) : int |
|
|
ReadUtf ( ) : string |
|
|
Seek ( long pos ) : void |
|
|
SetLength ( long newLength ) : void |
|
|
SkipBytes ( int n ) : int |
|
|
SmbRandomAccessFile ( SmbFile file, string mode ) : System |
|
|
SmbRandomAccessFile ( string url, string mode, int shareAccess ) : System |
|
|
Write ( byte b ) : void |
|
|
Write ( byte b, int off, int len ) : void |
|
|
Write ( int b ) : void |
|
|
WriteBoolean ( bool v ) : void |
|
|
WriteByte ( int v ) : void |
|
|
WriteBytes ( string s ) : void |
|
|
WriteChar ( int v ) : void |
|
|
WriteDouble ( double v ) : void |
|
|
WriteFloat ( float v ) : void |
|
|
WriteInt ( int v ) : void |
|
|
WriteLong ( long v ) : void |
|
|
WriteShort ( int v ) : void |
|
|
WriteUtf ( string str ) : void |
|
|