PacketReaderPacketIOMethods Class |
Namespace: Demo3D.IO
public abstract class PacketIOMethods
The PacketReaderPacketIOMethods type exposes the following members.
| Name | Description | |
|---|---|---|
| PacketReaderPacketIOMethods | Initializes a new instance of the PacketReaderPacketIOMethods class |
| Name | Description | |
|---|---|---|
| DataAvailable |
Returns true if there's data immediately available.
|
| Name | Description | |
|---|---|---|
| Close |
Called when the packet reader is closed.
| |
| ReadData |
Reads and returns numBytes of data. -1 means to read as much as is immediately available.
| |
| ReadDataAsync |
Reads and returns numBytes of data.
|