C# Class Org.BouncyCastle.Crypto.Tls.TlsStream

Inheritance: Stream
Afficher le fichier Open project: NKINC/pdforms Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
Read ( Array buf, int off, int len ) : int
ReadByte ( ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( Array buf, int off, int len ) : void
WriteByte ( byte b ) : void

Private Methods

Méthode Description
TlsStream ( TlsProtocolHandler handler ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Read() public méthode

public Read ( Array buf, int off, int len ) : int
buf Array
off int
len 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 ( Array buf, int off, int len ) : void
buf Array
off int
len int
Résultat void

WriteByte() public méthode

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