C# 클래스 NetProto.Proto.ByteArray

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

공개 메소드들

메소드 설명
ByteArray ( ) : System
ByteArray ( byte buffer ) : System
Data ( ) : byte[]
Dispose ( ) : void
Length ( ) : UInt16
ReadBoolean ( ) : bool
ReadByte ( ) : Byte
ReadBytes ( ) : byte[]
ReadDouble ( ) : double
ReadFloat ( ) : float
ReadInt16 ( ) : Int16
ReadInt32 ( ) : Int32
ReadInt64 ( ) : System.Int64
ReadInt8 ( ) : SByte
ReadUTFBytes ( ) : string
ReadUnsignedInt16 ( ) : UInt16
ReadUnsignedInt32 ( ) : UInt32
ReadUnsignedInt64 ( ) : System.UInt64
ReadUnsignedInt8 ( ) : Byte
WriteBoolean ( bool b ) : void
WriteByte ( Byte b ) : void
WriteBytes ( byte bs ) : void
WriteDouble ( double d ) : void
WriteFloat ( float f ) : void
WriteInt16 ( Int16 i ) : void
WriteInt32 ( Int32 i ) : void
WriteInt64 ( System.Int64 i ) : void
WriteInt8 ( SByte s ) : void
WriteRawBytes ( byte bs ) : void
WriteUTF ( string s ) : void
WriteUnsignedInt ( UInt32 u ) : void
WriteUnsignedInt16 ( UInt16 u ) : void
WriteUnsignedInt64 ( System.UInt64 u ) : void
WriteUnsignedInt8 ( Byte b ) : void

메소드 상세

ByteArray() 공개 메소드

public ByteArray ( ) : System
리턴 System

ByteArray() 공개 메소드

public ByteArray ( byte buffer ) : System
buffer byte
리턴 System

Data() 공개 메소드

public Data ( ) : byte[]
리턴 byte[]

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Length() 공개 메소드

public Length ( ) : UInt16
리턴 System.UInt16

ReadBoolean() 공개 메소드

public ReadBoolean ( ) : bool
리턴 bool

ReadByte() 공개 메소드

public ReadByte ( ) : Byte
리턴 Byte

ReadBytes() 공개 메소드

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

ReadDouble() 공개 메소드

public ReadDouble ( ) : double
리턴 double

ReadFloat() 공개 메소드

public ReadFloat ( ) : float
리턴 float

ReadInt16() 공개 메소드

public ReadInt16 ( ) : Int16
리턴 System.Int16

ReadInt32() 공개 메소드

public ReadInt32 ( ) : Int32
리턴 System.Int32

ReadInt64() 공개 메소드

public ReadInt64 ( ) : System.Int64
리턴 System.Int64

ReadInt8() 공개 메소드

public ReadInt8 ( ) : SByte
리턴 SByte

ReadUTFBytes() 공개 메소드

public ReadUTFBytes ( ) : string
리턴 string

ReadUnsignedInt16() 공개 메소드

public ReadUnsignedInt16 ( ) : UInt16
리턴 System.UInt16

ReadUnsignedInt32() 공개 메소드

public ReadUnsignedInt32 ( ) : UInt32
리턴 System.UInt32

ReadUnsignedInt64() 공개 메소드

public ReadUnsignedInt64 ( ) : System.UInt64
리턴 System.UInt64

ReadUnsignedInt8() 공개 메소드

public ReadUnsignedInt8 ( ) : Byte
리턴 Byte

WriteBoolean() 공개 메소드

public WriteBoolean ( bool b ) : void
b bool
리턴 void

WriteByte() 공개 메소드

public WriteByte ( Byte b ) : void
b Byte
리턴 void

WriteBytes() 공개 메소드

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

WriteDouble() 공개 메소드

public WriteDouble ( double d ) : void
d double
리턴 void

WriteFloat() 공개 메소드

public WriteFloat ( float f ) : void
f float
리턴 void

WriteInt16() 공개 메소드

public WriteInt16 ( Int16 i ) : void
i System.Int16
리턴 void

WriteInt32() 공개 메소드

public WriteInt32 ( Int32 i ) : void
i System.Int32
리턴 void

WriteInt64() 공개 메소드

public WriteInt64 ( System.Int64 i ) : void
i System.Int64
리턴 void

WriteInt8() 공개 메소드

public WriteInt8 ( SByte s ) : void
s SByte
리턴 void

WriteRawBytes() 공개 메소드

public WriteRawBytes ( byte bs ) : void
bs byte
리턴 void

WriteUTF() 공개 메소드

public WriteUTF ( string s ) : void
s string
리턴 void

WriteUnsignedInt() 공개 메소드

public WriteUnsignedInt ( UInt32 u ) : void
u System.UInt32
리턴 void

WriteUnsignedInt16() 공개 메소드

public WriteUnsignedInt16 ( UInt16 u ) : void
u System.UInt16
리턴 void

WriteUnsignedInt64() 공개 메소드

public WriteUnsignedInt64 ( System.UInt64 u ) : void
u System.UInt64
리턴 void

WriteUnsignedInt8() 공개 메소드

public WriteUnsignedInt8 ( Byte b ) : void
b Byte
리턴 void