C# 클래스 CSharpUtils.BitWriter2

파일 보기 프로젝트 열기: soywiz/csharputils

Private Properties

프로퍼티 타입 설명
ResetValue void

공개 메소드들

메소드 설명
Align ( ) : void
BitWriter2 ( Stream Stream, int ByteCapacity = 1, bool LSB = false ) : System
WriteBits ( int Count, int Value ) : BitWriter2
WriteBits ( int Count, uint Value ) : BitWriter2

비공개 메소드들

메소드 설명
ResetValue ( ) : void

메소드 상세

Align() 공개 메소드

public Align ( ) : void
리턴 void

BitWriter2() 공개 메소드

public BitWriter2 ( Stream Stream, int ByteCapacity = 1, bool LSB = false ) : System
Stream Stream
ByteCapacity int
LSB bool
리턴 System

WriteBits() 공개 메소드

public WriteBits ( int Count, int Value ) : BitWriter2
Count int
Value int
리턴 BitWriter2

WriteBits() 공개 메소드

public WriteBits ( int Count, uint Value ) : BitWriter2
Count int
Value uint
리턴 BitWriter2