C# 클래스 NonByteAlignedBinaryRW.NonByteAlignedBinaryReader

상속: System.IO.BinaryReader
파일 보기 프로젝트 열기: leftos/nba-2k13-roster-editor 1 사용 예제들

공개 메소드들

메소드 설명
BitArrayToByte ( BitArray bits ) : byte
BitArrayToByteArray ( BitArray bits ) : byte[]
BitStringToByte ( string s ) : byte
BitStringToByteArray ( string s ) : byte[]
ByteArrayToBitString ( IEnumerable bytes ) : string
ByteToBitString ( byte b, int length = 8, int offset ) : string
MoveStreamPosition ( int bytes, int bits ) : void
NonByteAlignedBinaryReader ( Stream stream ) : System
NonByteAlignedBinaryReader ( Stream stream, Encoding encoding ) : System
ReadNonByteAlignedBits ( int count ) : string
ReadNonByteAlignedByte ( ) : byte
ReadNonByteAlignedBytes ( int count ) : byte[]

메소드 상세

BitArrayToByte() 공개 정적인 메소드

public static BitArrayToByte ( BitArray bits ) : byte
bits System.Collections.BitArray
리턴 byte

BitArrayToByteArray() 공개 정적인 메소드

public static BitArrayToByteArray ( BitArray bits ) : byte[]
bits System.Collections.BitArray
리턴 byte[]

BitStringToByte() 공개 정적인 메소드

public static BitStringToByte ( string s ) : byte
s string
리턴 byte

BitStringToByteArray() 공개 정적인 메소드

public static BitStringToByteArray ( string s ) : byte[]
s string
리턴 byte[]

ByteArrayToBitString() 공개 정적인 메소드

public static ByteArrayToBitString ( IEnumerable bytes ) : string
bytes IEnumerable
리턴 string

ByteToBitString() 공개 정적인 메소드

public static ByteToBitString ( byte b, int length = 8, int offset ) : string
b byte
length int
offset int
리턴 string

MoveStreamPosition() 공개 메소드

public MoveStreamPosition ( int bytes, int bits ) : void
bytes int
bits int
리턴 void

NonByteAlignedBinaryReader() 공개 메소드

public NonByteAlignedBinaryReader ( Stream stream ) : System
stream Stream
리턴 System

NonByteAlignedBinaryReader() 공개 메소드

public NonByteAlignedBinaryReader ( Stream stream, Encoding encoding ) : System
stream Stream
encoding System.Text.Encoding
리턴 System

ReadNonByteAlignedBits() 공개 메소드

public ReadNonByteAlignedBits ( int count ) : string
count int
리턴 string

ReadNonByteAlignedByte() 공개 메소드

public ReadNonByteAlignedByte ( ) : byte
리턴 byte

ReadNonByteAlignedBytes() 공개 메소드

public ReadNonByteAlignedBytes ( int count ) : byte[]
count int
리턴 byte[]