Method | Description | |
---|---|---|
CipherStream ( Stream stream, IBufferedCipher readCipher, IBufferedCipher writeCipher ) : System | ||
Close ( ) : void | ||
Flush ( ) : void | ||
Read ( byte buffer, int offset, int count ) : int | ||
ReadByte ( ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long length ) : void | ||
Write ( byte buffer, int offset, int count ) : void | ||
WriteByte ( byte b ) : void |
Method | Description | |
---|---|---|
FillInBuf ( ) : bool | ||
ReadAndProcessBlock ( ) : byte[] |
public CipherStream ( Stream stream, IBufferedCipher readCipher, IBufferedCipher writeCipher ) : System | ||
stream | Stream | |
readCipher | IBufferedCipher | |
writeCipher | IBufferedCipher | |
return | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public final Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
return | long |
public final SetLength ( long length ) : void | ||
length | long | |
return | void |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |