C# 클래스 Medusa.Siren.IO.InputMemoryStream

Implements IInputStream on top of memory buffer
상속: IInputStream
파일 보기 프로젝트 열기: fjz13/Medusa 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( ArraySegment data ) : void
InputMemoryStream ( ) : System
InputMemoryStream ( ArraySegment seg ) : System
InputMemoryStream ( byte data ) : System
InputMemoryStream ( byte data, int length ) : System
InputMemoryStream ( byte data, int offset, int length ) : System
IsEnd ( ) : bool
ReadBytes ( int count ) : byte[]
ReadDouble ( ) : double
ReadFloat ( ) : float
ReadString ( int size ) : string
ReadUInt16 ( ) : ushort
ReadUInt32 ( ) : uint
ReadUInt64 ( ) : ulong
ReadUInt8 ( ) : byte
ReadVarUInt16 ( ) : ushort
ReadVarUInt32 ( ) : uint
ReadVarUInt64 ( ) : ulong
SkipBytes ( int count ) : void

메소드 상세

Accept() 공개 메소드

public Accept ( ArraySegment data ) : void
data ArraySegment
리턴 void

InputMemoryStream() 공개 메소드

public InputMemoryStream ( ) : System
리턴 System

InputMemoryStream() 공개 메소드

public InputMemoryStream ( ArraySegment seg ) : System
seg ArraySegment
리턴 System

InputMemoryStream() 공개 메소드

public InputMemoryStream ( byte data ) : System
data byte
리턴 System

InputMemoryStream() 공개 메소드

public InputMemoryStream ( byte data, int length ) : System
data byte
length int
리턴 System

InputMemoryStream() 공개 메소드

public InputMemoryStream ( byte data, int offset, int length ) : System
data byte
offset int
length int
리턴 System

IsEnd() 공개 메소드

public IsEnd ( ) : bool
리턴 bool

ReadBytes() 공개 메소드

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

ReadDouble() 공개 메소드

public ReadDouble ( ) : double
리턴 double

ReadFloat() 공개 메소드

public ReadFloat ( ) : float
리턴 float

ReadString() 공개 메소드

public ReadString ( int size ) : string
size int
리턴 string

ReadUInt16() 공개 메소드

public ReadUInt16 ( ) : ushort
리턴 ushort

ReadUInt32() 공개 메소드

public ReadUInt32 ( ) : uint
리턴 uint

ReadUInt64() 공개 메소드

public ReadUInt64 ( ) : ulong
리턴 ulong

ReadUInt8() 공개 메소드

public ReadUInt8 ( ) : byte
리턴 byte

ReadVarUInt16() 공개 메소드

public ReadVarUInt16 ( ) : ushort
리턴 ushort

ReadVarUInt32() 공개 메소드

public ReadVarUInt32 ( ) : uint
리턴 uint

ReadVarUInt64() 공개 메소드

public ReadVarUInt64 ( ) : ulong
리턴 ulong

SkipBytes() 공개 메소드

public SkipBytes ( int count ) : void
count int
리턴 void