| Overload | Description |
|---|---|
| PacketReader Constructor(Stream,Boolean) | Initialize a PacketReader to read the specified stream using the provided encoding for strings. |
| PacketReader Constructor(Stream,Boolean,Int32,Int32) | Initialize a PacketReader to read the specified stream using the provided encoding for strings. |
| PacketReader Constructor(Byte[]) | Initialize a PacketReader to read the specified data using the default encoding for strings. |