C# Class Novell.Directory.Ldap.Security.SecureStream

Inheritance: Stream
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
SecureStream ( Stream stream, Krb5Helper helper ) : System
Seek ( long offset, SeekOrigin loc ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void

Private Methods

Méthode Description
Fill ( ) : int
IntToNetworkByteOrder ( int num, byte buf, int start, int count ) : void
NetworkByteOrderToInt ( byte buf, int start, int count ) : int
ReadAll ( byte buffer, int total ) : int

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 ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

SecureStream() public méthode

public SecureStream ( Stream stream, Krb5Helper helper ) : System
stream Stream
helper Krb5Helper
Résultat System

Seek() public méthode

public Seek ( long offset, SeekOrigin loc ) : long
offset long
loc 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