C# 클래스 ByteBuffer, UnityHello

상속: ICloneable
파일 보기 프로젝트 열기: woshihuo12/UnityHello 1 사용 예제들

공개 메소드들

메소드 설명
ByteBuffer ( ) : UnityEngine
ByteBuffer ( byte data ) : UnityEngine
Close ( ) : void
Flush ( ) : void
ReadBuffer ( ) : LuaByteBuffer
ReadByte ( ) : byte
ReadBytes ( ) : byte[]
ReadDouble ( ) : double
ReadFloat ( ) : float
ReadInt ( ) : int
ReadLong ( ) : long
ReadShort ( ) : ushort
ReadString ( ) : string
ToBytes ( ) : byte[]
WriteBuffer ( LuaByteBuffer strBuffer ) : void
WriteByte ( byte v ) : void
WriteBytes ( byte v ) : void
WriteDouble ( double v ) : void
WriteFloat ( float v ) : void
WriteInt ( int v ) : void
WriteLong ( long v ) : void
WriteShort ( ushort v ) : void
WriteString ( string v ) : void

메소드 상세

ByteBuffer() 공개 메소드

public ByteBuffer ( ) : UnityEngine
리턴 UnityEngine

ByteBuffer() 공개 메소드

public ByteBuffer ( byte data ) : UnityEngine
data byte
리턴 UnityEngine

Close() 공개 메소드

public Close ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

ReadBuffer() 공개 메소드

public ReadBuffer ( ) : LuaByteBuffer
리턴 LuaByteBuffer

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadBytes() 공개 메소드

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

ReadDouble() 공개 메소드

public ReadDouble ( ) : double
리턴 double

ReadFloat() 공개 메소드

public ReadFloat ( ) : float
리턴 float

ReadInt() 공개 메소드

public ReadInt ( ) : int
리턴 int

ReadLong() 공개 메소드

public ReadLong ( ) : long
리턴 long

ReadShort() 공개 메소드

public ReadShort ( ) : ushort
리턴 ushort

ReadString() 공개 메소드

public ReadString ( ) : string
리턴 string

ToBytes() 공개 메소드

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

WriteBuffer() 공개 메소드

public WriteBuffer ( LuaByteBuffer strBuffer ) : void
strBuffer LuaByteBuffer
리턴 void

WriteByte() 공개 메소드

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

WriteBytes() 공개 메소드

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

WriteDouble() 공개 메소드

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

WriteFloat() 공개 메소드

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

WriteInt() 공개 메소드

public WriteInt ( int v ) : void
v int
리턴 void

WriteLong() 공개 메소드

public WriteLong ( long v ) : void
v long
리턴 void

WriteShort() 공개 메소드

public WriteShort ( ushort v ) : void
v ushort
리턴 void

WriteString() 공개 메소드

public WriteString ( string v ) : void
v string
리턴 void