C# 클래스 SmartAssembly.Zip.SimpleZip.StreamManipulator

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

공개 메소드들

메소드 설명
CopyBytes ( byte output, int offset, int length ) : int
DropBits ( int n ) : void
PeekBits ( int n ) : int
Reset ( ) : void
SetInput ( byte buf, int off, int len ) : void
SkipToByteBoundary ( ) : void

메소드 상세

CopyBytes() 공개 메소드

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

DropBits() 공개 메소드

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

PeekBits() 공개 메소드

public PeekBits ( int n ) : int
n int
리턴 int

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetInput() 공개 메소드

public SetInput ( byte buf, int off, int len ) : void
buf byte
off int
len int
리턴 void

SkipToByteBoundary() 공개 메소드

public SkipToByteBoundary ( ) : void
리턴 void