Method |
Description |
|
Close ( ) : void |
|
|
Flush ( ) : void |
|
|
JStream ( System.IO s ) : System |
|
|
Read ( byte buffer, int offset, int count ) : int |
|
|
ReadByte ( ) : int |
|
|
Seek ( long offset, System.IO origin ) : long |
|
|
SetLength ( long value ) : void |
|
|
Write ( byte buffer, int offset, int count ) : void |
|
|
WriteByte ( byte value ) : void |
|
|
available ( ) : int |
|
|
close ( ) : void |
|
|
flush ( ) : void |
|
|
read ( ) : int |
|
|
read ( byte buffer ) : int |
|
|
read ( byte buffer, int offset, int count ) : int |
|
|
skip ( long len ) : long |
|
|
write ( String String ) : void |
|
|
write ( byte buffer ) : void |
|
|
write ( byte buffer, int offset, int count ) : void |
|
|