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

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

Méthodes publiques

Méthode Description
CryptoInputStream ( CryptoSocket cryptoSocket, Stream inputStream ) : System
CryptoInputStream ( Stream inputStream ) : System
Flush ( ) : void
Read ( byte b ) : int
Read ( byte b, int offset, int length ) : int
ReadByte ( ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void
encrypt ( NuoDb.Data.Client.Security.Cipher encryptionEngine ) : void
readLength ( ) : int
readMessage ( ) : byte[]

Method Details

CryptoInputStream() public méthode

public CryptoInputStream ( CryptoSocket cryptoSocket, Stream inputStream ) : System
cryptoSocket CryptoSocket
inputStream Stream
Résultat System

CryptoInputStream() public méthode

public CryptoInputStream ( Stream inputStream ) : System
inputStream Stream
Résultat System

Flush() public méthode

public Flush ( ) : void
Résultat void

Read() public méthode

public Read ( byte b ) : int
b byte
Résultat int

Read() public méthode

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

ReadByte() public méthode

public ReadByte ( ) : 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 buffer, int offset, int count ) : void
buffer byte
offset int
count int
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

readLength() public méthode

public readLength ( ) : int
Résultat int

readMessage() public méthode

public readMessage ( ) : byte[]
Résultat byte[]