C# 클래스 SharpOS.Kernel.Foundation.ByteString

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

공개 메소드들

메소드 설명
Compare ( byte a, byte b ) : int
Compare ( byte a, byte b, int count ) : int
Compare ( byte a, int aFrom, byte b, int bFrom, int count ) : int
Compare ( byte a, int aFrom, string b, int bFrom, int count ) : int
Compare ( byte a, string b ) : int
Compare ( byte a, string b, int count ) : int
Concat ( byte buffer, int size, byte src, int count ) : void

Concatenates count bytes of the string in buffer src to the end of the string in buffer buffer.

Copy ( byte buffer, int size, byte src, int index, int count ) : void
GetBytes ( string src, byte dst, int size ) : bool
Length ( byte str ) : int
__Test1 ( ) : void

비공개 메소드들

메소드 설명
__RunTests ( ) : void

메소드 상세

Compare() 공개 정적인 메소드

public static Compare ( byte a, byte b ) : int
a byte
b byte
리턴 int

Compare() 공개 정적인 메소드

public static Compare ( byte a, byte b, int count ) : int
a byte
b byte
count int
리턴 int

Compare() 공개 정적인 메소드

public static Compare ( byte a, int aFrom, byte b, int bFrom, int count ) : int
a byte
aFrom int
b byte
bFrom int
count int
리턴 int

Compare() 공개 정적인 메소드

public static Compare ( byte a, int aFrom, string b, int bFrom, int count ) : int
a byte
aFrom int
b string
bFrom int
count int
리턴 int

Compare() 공개 정적인 메소드

public static Compare ( byte a, string b ) : int
a byte
b string
리턴 int

Compare() 공개 정적인 메소드

public static Compare ( byte a, string b, int count ) : int
a byte
b string
count int
리턴 int

Concat() 공개 정적인 메소드

Concatenates count bytes of the string in buffer src to the end of the string in buffer buffer.
public static Concat ( byte buffer, int size, byte src, int count ) : void
buffer byte
size int
src byte
count int
리턴 void

Copy() 공개 정적인 메소드

public static Copy ( byte buffer, int size, byte src, int index, int count ) : void
buffer byte
size int
src byte
index int
count int
리턴 void

GetBytes() 공개 정적인 메소드

public static GetBytes ( string src, byte dst, int size ) : bool
src string
dst byte
size int
리턴 bool

Length() 공개 정적인 메소드

public static Length ( byte str ) : int
str byte
리턴 int

__Test1() 공개 정적인 메소드

public static __Test1 ( ) : void
리턴 void