Streams Class |
Namespace: OBCOM.NetSwitchLib.Utils
The Streams type exposes the following members.
| Name | Description | |
|---|---|---|
| Read7bitBytes |
Reads a 7bit byte array from supplied stream.
| |
| Read7bitInteger |
Reads a 7bit integer from supplied stream.
| |
| Read7bitLong |
Reads a 7bit long from supplied stream.
| |
| Read7bitString |
Reads a 7bit string from supplied stream.
| |
| ReadByte |
Reads a byte from supplied stream.
| |
| ReadBytes |
Reads a byte array from supplied stream.
| |
| ReadDouble |
Reads a double from supplied stream.
| |
| ReadFloat |
Reads a float from supplied stream.
| |
| ReadInteger |
Reads an integer from supplied stream.
| |
| ReadLong |
Reads a long from supplied stream.
| |
| ReadShort |
Reads a short from supplied stream.
| |
| Remaining |
Returns the number of remaining bytes in stream.
| |
| Write7bitBytes |
Writes the 7bit byte array to supplied stream.
| |
| Write7bitInteger |
Writes the 7bit integer to supplied stream.
| |
| Write7bitString |
Writes the 7bit string to supplied stream.
| |
| WriteDouble |
Writes a double to supplied stream.
| |
| WriteFloat |
Writes a float to supplied stream.
| |
| WriteInteger |
Writes an integer to supplied stream.
| |
| WriteLong |
Writes a long to supplied stream.
| |
| WriteShort |
Writes a short to supplied stream.
|