Introduction
This class contains methods that extends Stream.
Methods#
| Name | Description |
|---|---|
| ReadBool | Read a bool from a stream |
| ReadBoolNullable | Read a nullable bool from a stream |
| ReadColor | Read a color from a stream |
| ReadColorNullable | Read a nullable color from a stream |
| ReadDouble | Read a double from a stream |
| ReadDoubleNullable | Read a nullable double from a stream |
| ReadInt | Read an integer from a stream |
| ReadIntNullable | Read an integer from a stream |
| ReadFloat | Read a float from a stream |
| ReadFloatNullable | Read a nullable float from a stream |
| ReadLong | Read a long from a stream |
| ReadLongNullable | Read a nullable long from a stream |
| ReadQuaternion | Read a quaternion from a stream |
| ReadQuaternionNullable | Read a nullable quaternion from a stream |
| ReadRect | Read a rect from a stream |
| ReadRectNullable | Read a nullable rect from a stream |
| ReadStringPacket | Read a string packet from a stream |
| ReadStringPacketNullable | Read a nullable string packet from a stream |
| ReadVector2 | Read a vector2 from a stream |
| ReadVector2Nullable | Read a nullable vector2 from a stream |
| ReadVector3 | Read a vector3 from a stream |
| ReadVector3Nullable | Read a nullable vector3 from a stream |
| VersionCheck | Read a integer from stream and compare to maximum allowed version |
| WriteBool | Write a bool to a stream |
| WriteBoolNullable | Write a nullable bool to a stream |
| WriteColor | Write a color to a stream |
| WriteColorNullable | Write a nullable color to a stream |
| WriteDouble | Write a double to a stream |
| WriteDoubleNullable | Write a nullable double to a stream |
| WriteInt | Write a int to a stream |
| WriteIntNullable | Write a nullable int to a stream |
| WriteFloat | Write a float to a stream |
| WriteFloatNullable | Write a nullable float to a stream |
| WriteLong | Write a long to a stream |
| WriteLongNullable | Write a nullable long to a stream |
| WriteQuaternion | Write a quaternion to a stream |
| WriteQuaternionNullable | Write a nullable quaternion to a stream |
| WriteRect | Write a rect to a stream |
| WriteRectNullable | Write a nullable rect to a stream |
| WriteString | Write a string to a stream |
| WriteStringPacket | Write a string packet to a stream |
| WriteStringPacketNullable | Write a nullable string packet to a stream |
| WriteVector2 | Write a vector2 to a stream |
| WriteVector2Nullable | Write a nullable vector2 to a stream |
| WriteVector3 | Write a vector3 to a stream |
| WriteVector3Nullable | Write a nullable vector3 to a stream |