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

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

공개 메소드들

메소드 설명
ArrayContains ( Object arr, Object o ) : bool
ArrayContains ( char arr, char c ) : bool
ArrayContains ( char arr, char c, int count ) : bool
Dump ( string fileName, byte bytes ) : void
FixDsaSig ( byte sig ) : byte[]
Time_T2DateTime ( uint time_t ) : System.DateTime

Converts a time_t to DateTime

ToInt32 ( byte ptr, int Index ) : int
ToUInt16 ( byte ptr, int Index ) : ushort
ToUInt32 ( byte ptr, int Index ) : uint
getBytes ( String str ) : byte[]
getBytesUTF8 ( String str ) : byte[]
getString ( byte arr ) : string
getString ( byte arr, int offset, int len ) : string
getStringUTF8 ( byte arr ) : string
getStringUTF8 ( byte arr, int offset, int len ) : string
hex ( byte arr ) : string
print ( string name, byte data ) : void
regionMatches ( String orig, bool ignoreCase, int toffset, String other, int ooffset, int len ) : bool
stripLeadingZeros ( byte a ) : byte[]

비공개 메소드들

메소드 설명
array_equals ( byte foo, byte bar ) : bool
createSocket ( String host, int port, int timeout ) : Socket
fromBase64 ( byte buf, int start, int length ) : byte[]
getFingerPrint ( Tamir.SharpSsh.jsch.HASH hash, byte data ) : String
glob ( byte pattern, byte name ) : bool
glob ( byte pattern, int pattern_index, byte name, int name_index ) : bool
split ( String foo, String split ) : String[]
toBase64 ( byte buf, int start, int length ) : byte[]
unquote ( String path ) : String
val ( byte foo ) : byte

메소드 상세

ArrayContains() 공개 정적인 메소드

public static ArrayContains ( Object arr, Object o ) : bool
arr Object
o Object
리턴 bool

ArrayContains() 공개 정적인 메소드

public static ArrayContains ( char arr, char c ) : bool
arr char
c char
리턴 bool

ArrayContains() 공개 정적인 메소드

public static ArrayContains ( char arr, char c, int count ) : bool
arr char
c char
count int
리턴 bool

Dump() 공개 정적인 메소드

public static Dump ( string fileName, byte bytes ) : void
fileName string
bytes byte
리턴 void

FixDsaSig() 공개 정적인 메소드

public static FixDsaSig ( byte sig ) : byte[]
sig byte
리턴 byte[]

Time_T2DateTime() 공개 정적인 메소드

Converts a time_t to DateTime
public static Time_T2DateTime ( uint time_t ) : System.DateTime
time_t uint
리턴 System.DateTime

ToInt32() 공개 정적인 메소드

public static ToInt32 ( byte ptr, int Index ) : int
ptr byte
Index int
리턴 int

ToUInt16() 공개 정적인 메소드

public static ToUInt16 ( byte ptr, int Index ) : ushort
ptr byte
Index int
리턴 ushort

ToUInt32() 공개 정적인 메소드

public static ToUInt32 ( byte ptr, int Index ) : uint
ptr byte
Index int
리턴 uint

getBytes() 공개 정적인 메소드

public static getBytes ( String str ) : byte[]
str String
리턴 byte[]

getBytesUTF8() 공개 정적인 메소드

public static getBytesUTF8 ( String str ) : byte[]
str String
리턴 byte[]

getString() 공개 정적인 메소드

public static getString ( byte arr ) : string
arr byte
리턴 string

getString() 공개 정적인 메소드

public static getString ( byte arr, int offset, int len ) : string
arr byte
offset int
len int
리턴 string

getStringUTF8() 공개 정적인 메소드

public static getStringUTF8 ( byte arr ) : string
arr byte
리턴 string

getStringUTF8() 공개 정적인 메소드

public static getStringUTF8 ( byte arr, int offset, int len ) : string
arr byte
offset int
len int
리턴 string

hex() 공개 정적인 메소드

public static hex ( byte arr ) : string
arr byte
리턴 string

print() 공개 정적인 메소드

public static print ( string name, byte data ) : void
name string
data byte
리턴 void

regionMatches() 공개 정적인 메소드

public static regionMatches ( String orig, bool ignoreCase, int toffset, String other, int ooffset, int len ) : bool
orig String
ignoreCase bool
toffset int
other String
ooffset int
len int
리턴 bool

stripLeadingZeros() 공개 정적인 메소드

public static stripLeadingZeros ( byte a ) : byte[]
a byte
리턴 byte[]