C# 클래스 org.diracvideo.Jirac.Buffer

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

공개 프로퍼티들

프로퍼티 타입 설명
d byte[]
s int

공개 메소드들

메소드 설명
Buffer ( byte d )
Buffer ( byte d, int b )
Buffer ( byte d, int s, int e )
Cat ( Buffer o ) : Buffer
GetByte ( int i ) : byte
GetInt ( int i ) : int
Size ( ) : int
Sub ( int b ) : Buffer
Sub ( int b, int e ) : Buffer

메소드 상세

Buffer() 공개 메소드

public Buffer ( byte d )
d byte

Buffer() 공개 메소드

public Buffer ( byte d, int b )
d byte
b int

Buffer() 공개 메소드

public Buffer ( byte d, int s, int e )
d byte
s int
e int

Cat() 공개 메소드

public Cat ( Buffer o ) : Buffer
o Buffer
리턴 Buffer

GetByte() 공개 메소드

public GetByte ( int i ) : byte
i int
리턴 byte

GetInt() 공개 메소드

public GetInt ( int i ) : int
i int
리턴 int

Size() 공개 메소드

public Size ( ) : int
리턴 int

Sub() 공개 메소드

public Sub ( int b ) : Buffer
b int
리턴 Buffer

Sub() 공개 메소드

public Sub ( int b, int e ) : Buffer
b int
e int
리턴 Buffer

프로퍼티 상세

d 공개적으로 프로퍼티

public byte[] d
리턴 byte[]

s 공개적으로 프로퍼티

public int s
리턴 int