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

Inheritance: Stream
显示文件 Open project: runefs/Marvin Class Usage Examples

Public Methods

Method 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

Method 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 method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

SecureStream() public method

public SecureStream ( Stream stream, Krb5Helper helper ) : System
stream Stream
helper Krb5Helper
return System

Seek() public method

public Seek ( long offset, SeekOrigin loc ) : long
offset long
loc SeekOrigin
return long

SetLength() public method

public SetLength ( long value ) : void
value long
return void

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void