Method | Description | |
---|---|---|
CryptoOutputStream ( |
||
CryptoOutputStream ( Stream outputStream ) : System | ||
Flush ( ) : void | ||
Read ( byte buffer, int offset, int count ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte b ) : void | ||
Write ( byte b, int offset, int length ) : void | ||
WriteByte ( byte b ) : void | ||
encrypt ( NuoDb.Data.Client.Security.Cipher encryptionEngine ) : void | ||
writeLength ( int messageLength ) : void |
public CryptoOutputStream ( |
||
cryptoSocket | ||
outputStream | Stream | |
return | System |
public CryptoOutputStream ( Stream outputStream ) : System | ||
outputStream | Stream | |
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 b, int offset, int length ) : void | ||
b | byte | |
offset | int | |
length | int | |
return | void |
public encrypt ( NuoDb.Data.Client.Security.Cipher encryptionEngine ) : void | ||
encryptionEngine | NuoDb.Data.Client.Security.Cipher | |
return | void |
public writeLength ( int messageLength ) : void | ||
messageLength | int | |
return | void |