C# Class NuoDb.Data.Client.Net.CryptoOutputStream

Inheritance: Stream
Afficher le fichier Open project: nuodb/nuodb-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
CryptoOutputStream ( CryptoSocket cryptoSocket, Stream outputStream ) : System
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

Method Details

CryptoOutputStream() public méthode

public CryptoOutputStream ( CryptoSocket cryptoSocket, Stream outputStream ) : System
cryptoSocket CryptoSocket
outputStream Stream
Résultat System

CryptoOutputStream() public méthode

public CryptoOutputStream ( Stream outputStream ) : System
outputStream Stream
Résultat System

Flush() public méthode

public Flush ( ) : void
Résultat void

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

Seek() public méthode

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( byte b ) : void
b byte
Résultat void

Write() public méthode

public Write ( byte b, int offset, int length ) : void
b byte
offset int
length int
Résultat void

WriteByte() public méthode

public WriteByte ( byte b ) : void
b byte
Résultat void

encrypt() public méthode

public encrypt ( NuoDb.Data.Client.Security.Cipher encryptionEngine ) : void
encryptionEngine NuoDb.Data.Client.Security.Cipher
Résultat void

writeLength() public méthode

public writeLength ( int messageLength ) : void
messageLength int
Résultat void