Property | Type | Description | |
---|---|---|---|
inMac | IMac | ||
outMac | IMac | ||
stream | Stream |
Method | Description | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
MacStream ( Stream stream, IMac readMac, IMac writeMac ) : System | ||
Read ( byte buffer, int offset, int count ) : int | ||
ReadByte ( ) : int | ||
ReadMac ( ) : IMac | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long length ) : void | ||
Write ( byte buffer, int offset, int count ) : void | ||
WriteByte ( byte b ) : void | ||
WriteMac ( ) : IMac |
public MacStream ( Stream stream, IMac readMac, IMac writeMac ) : System | ||
stream | Stream | |
readMac | IMac | |
writeMac | IMac | |
return | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
return | long |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |