C# 클래스 convcv2.Program.Binary

파일 보기 프로젝트 열기: kghost/th123_toolset

공개 프로퍼티들

프로퍼티 타입 설명
BaseStream Stream

공개 메소드들

메소드 설명
Binary ( Stream s ) : System
ReadByte ( ) : int
ReadBytes ( int count ) : byte[]
ReadBytes ( byte buff, int offset, int count ) : void
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadSingle ( ) : float
ReadUInt16 ( ) : ushort
ReadUInt32 ( ) : uint
WriteByte ( byte x ) : void
WriteBytes ( byte buff ) : void
WriteInt16 ( short x ) : void
WriteInt32 ( int x ) : void
WriteSingle ( float x ) : void
WriteUInt16 ( ushort x ) : void
WriteUInt32 ( uint x ) : void

비공개 메소드들

메소드 설명
ReadBytesInternal ( int count ) : byte[]
WriteBytesInternal ( byte buff ) : void

메소드 상세

Binary() 공개 메소드

public Binary ( Stream s ) : System
s Stream
리턴 System

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int

ReadBytes() 공개 메소드

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

ReadBytes() 공개 메소드

public ReadBytes ( byte buff, int offset, int count ) : void
buff byte
offset int
count int
리턴 void

ReadInt16() 공개 메소드

public ReadInt16 ( ) : short
리턴 short

ReadInt32() 공개 메소드

public ReadInt32 ( ) : int
리턴 int

ReadSingle() 공개 메소드

public ReadSingle ( ) : float
리턴 float

ReadUInt16() 공개 메소드

public ReadUInt16 ( ) : ushort
리턴 ushort

ReadUInt32() 공개 메소드

public ReadUInt32 ( ) : uint
리턴 uint

WriteByte() 공개 메소드

public WriteByte ( byte x ) : void
x byte
리턴 void

WriteBytes() 공개 메소드

public WriteBytes ( byte buff ) : void
buff byte
리턴 void

WriteInt16() 공개 메소드

public WriteInt16 ( short x ) : void
x short
리턴 void

WriteInt32() 공개 메소드

public WriteInt32 ( int x ) : void
x int
리턴 void

WriteSingle() 공개 메소드

public WriteSingle ( float x ) : void
x float
리턴 void

WriteUInt16() 공개 메소드

public WriteUInt16 ( ushort x ) : void
x ushort
리턴 void

WriteUInt32() 공개 메소드

public WriteUInt32 ( uint x ) : void
x uint
리턴 void

프로퍼티 상세

BaseStream 공개적으로 프로퍼티

public Stream BaseStream
리턴 Stream