C# Class Tamir.SharpSsh.jsch.Buffer

Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Méthodes publiques

Méthode Description
Buffer ( ) : System
Buffer ( byte buffer ) : System
Buffer ( int size ) : System
ReadByte ( ) : int
ReadByte ( int len ) : int
ReadByte ( byte foo ) : void
ReadInt ( ) : int
ReadLong ( ) : long
ReadMPInt ( ) : byte[]
ReadMPIntBits ( ) : byte[]
ReadString ( ) : byte[]
Reset ( ) : void
Shift ( ) : void
WriteByte ( byte foo ) : void
WriteByte ( byte foo, int begin, int length ) : void
WriteInt ( int v ) : void
WriteInt ( uint v ) : void
WriteLong ( long v ) : void
WriteMPInt ( byte foo ) : void
WriteString ( String foo ) : void
WriteString ( byte foo ) : void
WriteString ( byte foo, int begin, int length ) : void

Private Methods

Méthode Description
ReadByte ( byte foo, int start, int len ) : void
ReadShort ( ) : int
ReadString ( int start, int len ) : byte[]
Rewind ( ) : void
Skip ( int n ) : void
WritePadding ( int n ) : void

Method Details

Buffer() public méthode

public Buffer ( ) : System
Résultat System

Buffer() public méthode

public Buffer ( byte buffer ) : System
buffer byte
Résultat System

Buffer() public méthode

public Buffer ( int size ) : System
size int
Résultat System

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int

ReadByte() public méthode

public ReadByte ( int len ) : int
len int
Résultat int

ReadByte() public méthode

public ReadByte ( byte foo ) : void
foo byte
Résultat void

ReadInt() public méthode

public ReadInt ( ) : int
Résultat int

ReadLong() public méthode

public ReadLong ( ) : long
Résultat long

ReadMPInt() public méthode

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

ReadMPIntBits() public méthode

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

ReadString() public méthode

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

Reset() public méthode

public Reset ( ) : void
Résultat void

Shift() public méthode

public Shift ( ) : void
Résultat void

WriteByte() public méthode

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

WriteByte() public méthode

public WriteByte ( byte foo, int begin, int length ) : void
foo byte
begin int
length int
Résultat void

WriteInt() public méthode

public WriteInt ( int v ) : void
v int
Résultat void

WriteInt() public méthode

public WriteInt ( uint v ) : void
v uint
Résultat void

WriteLong() public méthode

public WriteLong ( long v ) : void
v long
Résultat void

WriteMPInt() public méthode

public WriteMPInt ( byte foo ) : void
foo byte
Résultat void

WriteString() public méthode

public WriteString ( String foo ) : void
foo String
Résultat void

WriteString() public méthode

public WriteString ( byte foo ) : void
foo byte
Résultat void

WriteString() public méthode

public WriteString ( byte foo, int begin, int length ) : void
foo byte
begin int
length int
Résultat void