C# 클래스 System.IO.Compression.InputBuffer

파일 보기 프로젝트 열기: hprose/hprose-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
CopyTo ( byte output, int offset, int length ) : int
EnsureBitsAvailable ( int count ) : bool
GetBits ( int count ) : int
NeedsInput ( ) : bool
SetInput ( byte buffer, int offset, int length ) : void
SkipBits ( int n ) : void
SkipToByteBoundary ( ) : void
TryLoad16Bits ( ) : uint

비공개 메소드들

메소드 설명
GetBitMask ( int count ) : uint

메소드 상세

CopyTo() 공개 메소드

public CopyTo ( byte output, int offset, int length ) : int
output byte
offset int
length int
리턴 int

EnsureBitsAvailable() 공개 메소드

public EnsureBitsAvailable ( int count ) : bool
count int
리턴 bool

GetBits() 공개 메소드

public GetBits ( int count ) : int
count int
리턴 int

NeedsInput() 공개 메소드

public NeedsInput ( ) : bool
리턴 bool

SetInput() 공개 메소드

public SetInput ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
리턴 void

SkipBits() 공개 메소드

public SkipBits ( int n ) : void
n int
리턴 void

SkipToByteBoundary() 공개 메소드

public SkipToByteBoundary ( ) : void
리턴 void

TryLoad16Bits() 공개 메소드

public TryLoad16Bits ( ) : uint
리턴 uint