C# 클래스 Tamir.SharpSsh.jsch.Buffer

파일 보기 프로젝트 열기: soywiz/csharputils 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Buffer() 공개 메소드

public Buffer ( ) : System
리턴 System

Buffer() 공개 메소드

public Buffer ( byte buffer ) : System
buffer byte
리턴 System

Buffer() 공개 메소드

public Buffer ( int size ) : System
size int
리턴 System

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int

ReadByte() 공개 메소드

public ReadByte ( int len ) : int
len int
리턴 int

ReadByte() 공개 메소드

public ReadByte ( byte foo ) : void
foo byte
리턴 void

ReadInt() 공개 메소드

public ReadInt ( ) : int
리턴 int

ReadLong() 공개 메소드

public ReadLong ( ) : long
리턴 long

ReadMPInt() 공개 메소드

public ReadMPInt ( ) : byte[]
리턴 byte[]

ReadMPIntBits() 공개 메소드

public ReadMPIntBits ( ) : byte[]
리턴 byte[]

ReadString() 공개 메소드

public ReadString ( ) : byte[]
리턴 byte[]

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Shift() 공개 메소드

public Shift ( ) : void
리턴 void

WriteByte() 공개 메소드

public WriteByte ( byte foo ) : void
foo byte
리턴 void

WriteByte() 공개 메소드

public WriteByte ( byte foo, int begin, int length ) : void
foo byte
begin int
length int
리턴 void

WriteInt() 공개 메소드

public WriteInt ( int v ) : void
v int
리턴 void

WriteInt() 공개 메소드

public WriteInt ( uint v ) : void
v uint
리턴 void

WriteLong() 공개 메소드

public WriteLong ( long v ) : void
v long
리턴 void

WriteMPInt() 공개 메소드

public WriteMPInt ( byte foo ) : void
foo byte
리턴 void

WriteString() 공개 메소드

public WriteString ( String foo ) : void
foo String
리턴 void

WriteString() 공개 메소드

public WriteString ( byte foo ) : void
foo byte
리턴 void

WriteString() 공개 메소드

public WriteString ( byte foo, int begin, int length ) : void
foo byte
begin int
length int
리턴 void