C# 클래스 MinecraftLibrary.Packet

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

보호된 프로퍼티들

프로퍼티 타입 설명
str Stream

공개 메소드들

메소드 설명
Read ( ) : void
ReadByteArray ( int len ) : byte[]
Write ( ) : void
read ( Stream str ) : void
write ( Stream str ) : void

보호된 메소드들

메소드 설명
ReadBool ( ) : bool
ReadByte ( ) : byte
ReadDouble ( ) : double
ReadFloat ( ) : float
ReadInt ( ) : int
ReadLong ( ) : long
ReadMetaData ( ) : void
ReadSByte ( ) : SByte
ReadSTUB ( int len ) : byte[]
ReadShort ( ) : short
ReadSlotData ( ) : void
ReadString ( ) : string
WriteBool ( bool data ) : void
WriteByte ( byte data ) : void
WriteByteArray ( byte data, int len ) : void
WriteDouble ( double data ) : void
WriteFloat ( float data ) : void
WriteInt ( int data ) : void
WriteLong ( long data ) : void
WriteSByte ( SByte data ) : void
WriteShort ( short data ) : void
WriteString ( string data ) : void
readBool ( Stream str ) : bool
readByte ( Stream str ) : byte
readDouble ( Stream str ) : double
readFloat ( Stream str ) : float
readInt ( Stream str ) : int
readLong ( Stream str ) : long
readSByte ( Stream str ) : sbyte
readShort ( Stream str ) : short
readString ( Stream str ) : string
reverse ( byte data ) : byte[]
writeBool ( Stream str, bool data ) : void
writeDouble ( Stream str, double data ) : void
writeFloat ( Stream str, float data ) : void
writeInt ( Stream str, int data ) : void
writeLong ( Stream str, long data ) : void
writeShort ( Stream str, short data ) : void
writeString ( Stream str, string data ) : void

메소드 상세

Read() 공개 추상적인 메소드

public abstract Read ( ) : void
리턴 void

ReadBool() 보호된 메소드

protected ReadBool ( ) : bool
리턴 bool

ReadByte() 보호된 메소드

protected ReadByte ( ) : byte
리턴 byte

ReadByteArray() 공개 메소드

public ReadByteArray ( int len ) : byte[]
len int
리턴 byte[]

ReadDouble() 보호된 메소드

protected ReadDouble ( ) : double
리턴 double

ReadFloat() 보호된 메소드

protected ReadFloat ( ) : float
리턴 float

ReadInt() 보호된 메소드

protected ReadInt ( ) : int
리턴 int

ReadLong() 보호된 메소드

protected ReadLong ( ) : long
리턴 long

ReadMetaData() 보호된 메소드

protected ReadMetaData ( ) : void
리턴 void

ReadSByte() 보호된 메소드

protected ReadSByte ( ) : SByte
리턴 SByte

ReadSTUB() 보호된 메소드

protected ReadSTUB ( int len ) : byte[]
len int
리턴 byte[]

ReadShort() 보호된 메소드

protected ReadShort ( ) : short
리턴 short

ReadSlotData() 보호된 메소드

protected ReadSlotData ( ) : void
리턴 void

ReadString() 보호된 메소드

protected ReadString ( ) : string
리턴 string

Write() 공개 추상적인 메소드

public abstract Write ( ) : void
리턴 void

WriteBool() 보호된 메소드

protected WriteBool ( bool data ) : void
data bool
리턴 void

WriteByte() 보호된 메소드

protected WriteByte ( byte data ) : void
data byte
리턴 void

WriteByteArray() 보호된 메소드

protected WriteByteArray ( byte data, int len ) : void
data byte
len int
리턴 void

WriteDouble() 보호된 메소드

protected WriteDouble ( double data ) : void
data double
리턴 void

WriteFloat() 보호된 메소드

protected WriteFloat ( float data ) : void
data float
리턴 void

WriteInt() 보호된 메소드

protected WriteInt ( int data ) : void
data int
리턴 void

WriteLong() 보호된 메소드

protected WriteLong ( long data ) : void
data long
리턴 void

WriteSByte() 보호된 메소드

protected WriteSByte ( SByte data ) : void
data SByte
리턴 void

WriteShort() 보호된 메소드

protected WriteShort ( short data ) : void
data short
리턴 void

WriteString() 보호된 메소드

protected WriteString ( string data ) : void
data string
리턴 void

read() 공개 추상적인 메소드

public abstract read ( Stream str ) : void
str Stream
리턴 void

readBool() 보호된 메소드

protected readBool ( Stream str ) : bool
str Stream
리턴 bool

readByte() 보호된 메소드

protected readByte ( Stream str ) : byte
str Stream
리턴 byte

readDouble() 보호된 메소드

protected readDouble ( Stream str ) : double
str Stream
리턴 double

readFloat() 보호된 메소드

protected readFloat ( Stream str ) : float
str Stream
리턴 float

readInt() 보호된 메소드

protected readInt ( Stream str ) : int
str Stream
리턴 int

readLong() 보호된 메소드

protected readLong ( Stream str ) : long
str Stream
리턴 long

readSByte() 보호된 메소드

protected readSByte ( Stream str ) : sbyte
str Stream
리턴 sbyte

readShort() 보호된 메소드

protected readShort ( Stream str ) : short
str Stream
리턴 short

readString() 보호된 메소드

protected readString ( Stream str ) : string
str Stream
리턴 string

reverse() 보호된 메소드

protected reverse ( byte data ) : byte[]
data byte
리턴 byte[]

write() 공개 추상적인 메소드

public abstract write ( Stream str ) : void
str Stream
리턴 void

writeBool() 보호된 메소드

protected writeBool ( Stream str, bool data ) : void
str Stream
data bool
리턴 void

writeDouble() 보호된 메소드

protected writeDouble ( Stream str, double data ) : void
str Stream
data double
리턴 void

writeFloat() 보호된 메소드

protected writeFloat ( Stream str, float data ) : void
str Stream
data float
리턴 void

writeInt() 보호된 메소드

protected writeInt ( Stream str, int data ) : void
str Stream
data int
리턴 void

writeLong() 보호된 메소드

protected writeLong ( Stream str, long data ) : void
str Stream
data long
리턴 void

writeShort() 보호된 메소드

protected writeShort ( Stream str, short data ) : void
str Stream
data short
리턴 void

writeString() 보호된 메소드

protected writeString ( Stream str, string data ) : void
str Stream
data string
리턴 void

프로퍼티 상세

str 보호되어 있는 프로퍼티

protected Stream str
리턴 Stream