Click or drag to resize

PacketReaderPacketIOMethods Class

An abstract base class with methods for manipulating a PacketReader.
Inheritance Hierarchy
SystemObject
  Demo3D.IOPacketReaderPacketIOMethods

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public abstract class PacketIOMethods

The PacketReaderPacketIOMethods type exposes the following members.

Constructors
  NameDescription
Protected methodPacketReaderPacketIOMethods
Initializes a new instance of the PacketReaderPacketIOMethods class
Top
Properties
  NameDescription
Protected propertyBaseStream
Returns the base stream (or null).
Protected propertyDataAvailable
Returns true if there's data immediately available.
Top
Methods
  NameDescription
Protected methodClose
Called when the packet reader is closed.
Protected methodReadDataAsync
Reads and returns numBytes of data.
Top
See Also