메소드 | 설명 | |
---|---|---|
ConsumeBytes ( Stream stream, int consumeBytes ) : byte[] |
|
|
DeserializeLLSDBinary ( Stream stream ) : OSD |
Deserializes binary LLSD
|
|
DeserializeLLSDBinary ( byte binaryData ) : OSD |
Deserializes binary LLSD
|
|
FindByte ( Stream stream, byte toFind ) : bool |
|
|
FindString ( Stream stream, string toFind ) : bool |
|
|
HostToNetworkIntBytes ( int intHostEnd ) : byte[] |
|
|
NetworkToHostDouble ( byte binaryNetEnd ) : double |
|
|
NetworkToHostInt ( byte binaryNetEnd ) : int |
|
|
SerializeLLSDBinary ( OSD osd ) : byte[] |
|
|
SerializeLLSDBinaryStream ( OSD data ) : |
|
|
SkipWhiteSpace ( Stream stream ) : void |
|
메소드 | 설명 | |
---|---|---|
ParseLLSDBinaryArray ( Stream stream ) : OSD | ||
ParseLLSDBinaryElement ( Stream stream ) : OSD | ||
ParseLLSDBinaryMap ( Stream stream ) : OSD | ||
SerializeLLSDBinaryArray ( |
||
SerializeLLSDBinaryElement ( |
||
SerializeLLSDBinaryMap ( |
public static ConsumeBytes ( Stream stream, int consumeBytes ) : byte[] | ||
stream | Stream | |
consumeBytes | int | |
리턴 | byte[] |
public static DeserializeLLSDBinary ( Stream stream ) : OSD | ||
stream | Stream | Stream to read the data from |
리턴 | OSD |
public static DeserializeLLSDBinary ( byte binaryData ) : OSD | ||
binaryData | byte | Serialized data |
리턴 | OSD |
public static FindByte ( Stream stream, byte toFind ) : bool | ||
stream | Stream | |
toFind | byte | |
리턴 | bool |
public static FindString ( Stream stream, string toFind ) : bool | ||
stream | Stream | |
toFind | string | |
리턴 | bool |
public static HostToNetworkIntBytes ( int intHostEnd ) : byte[] | ||
intHostEnd | int | |
리턴 | byte[] |
public static NetworkToHostDouble ( byte binaryNetEnd ) : double | ||
binaryNetEnd | byte | |
리턴 | double |
public static NetworkToHostInt ( byte binaryNetEnd ) : int | ||
binaryNetEnd | byte | |
리턴 | int |
public static SerializeLLSDBinary ( OSD osd ) : byte[] | ||
osd | OSD | |
리턴 | byte[] |
public static SerializeLLSDBinaryStream ( OSD data ) : |
||
data | OSD | |
리턴 |
public static SkipWhiteSpace ( Stream stream ) : void | ||
stream | Stream | |
리턴 | void |