Input and Output Classes
- slide 4 : 40
The most important members in class Stream
int
Read
(byte[] buf, int pos, int len)
int ReadByte()
void
Write
(byte[] buf, int pos, int len)
void WriteByte(byte b)
bool
CanRead
bool
CanWrite
bool
CanSeek
long
Length
void
Seek
(long offset, SeekOrigin org)
void
Flush
()
void Close()
The class System.IO.Stream
The static field
Null
represents a stream without a backing store.