C# 클래스 netki.Bitstream.Buffer

파일 보기 프로젝트 열기: raxptor/putki-historical 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bitpos int
buf byte[]
bufsize int
bytepos int
error int

공개 메소드들

메소드 설명
BitsLeft ( ) : int
Flip ( ) : void
Make ( byte buffer ) : Buffer

메소드 상세

BitsLeft() 공개 메소드

public BitsLeft ( ) : int
리턴 int

Flip() 공개 메소드

public Flip ( ) : void
리턴 void

Make() 공개 정적인 메소드

public static Make ( byte buffer ) : Buffer
buffer byte
리턴 System.Buffer

프로퍼티 상세

bitpos 공개적으로 프로퍼티

public int bitpos
리턴 int

buf 공개적으로 프로퍼티

public byte[] buf
리턴 byte[]

bufsize 공개적으로 프로퍼티

public int bufsize
리턴 int

bytepos 공개적으로 프로퍼티

public int bytepos
리턴 int

error 공개적으로 프로퍼티

public int error
리턴 int