[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
The BncsReader type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BncsReader | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Peek |
Reads the next byte in the stream but does not consume it.
(Inherited from DataReader.) | |
| PeekDwordString |
Peeks at the next possible four-byte string with the specified byte padding without advancing the index.
(Inherited from DataReader.) | |
| ReadBoolean |
Reads a boolean value from the data stream.
(Inherited from DataReader.) | |
| ReadByte |
Reads a byte value from the data stream.
(Inherited from DataReader.) | |
| ReadByteArray |
Reads a byte array from the data stream.
(Inherited from DataReader.) | |
| ReadCString | Overloaded. | |
| ReadDwordString |
Reads the next possible four-byte string with the specified byte padding.
(Inherited from DataReader.) | |
| ReadInt16 |
Reads a signed 16-bit value from the data stream.
(Inherited from DataReader.) | |
| ReadInt16Array |
Reads an array of signed 16-bit values from the data stream.
(Inherited from DataReader.) | |
| ReadInt32 |
Reads a signed 32-bit value from the data stream.
(Inherited from DataReader.) | |
| ReadInt32Array |
Reads an array of signed 32-bit values from the data stream.
(Inherited from DataReader.) | |
| ReadInt64 |
Reads a signed 64-bit value from the data stream.
(Inherited from DataReader.) | |
| ReadInt64Array |
Reads an array of signed 64-bit values from the data stream.
(Inherited from DataReader.) | |
| ReadNullTerminatedByteArray |
Reads a null-terminated byte array from the data stream.
(Inherited from DataReader.) | |
| ReadPascalString | Overloaded. | |
| ReadTerminatedString |
Returns the next variable-length string with the specified terminator character.
(Inherited from DataReader.) | |
| ReadUInt16 |
Reads an unsigned 16-bit value from the data stream.
(Inherited from DataReader.) | |
| ReadUInt16Array |
Reads an array of unsigned 16-bit values from the data stream.
(Inherited from DataReader.) | |
| ReadUInt32 |
Reads an unsigned 32-bit value from the data stream.
(Inherited from DataReader.) | |
| ReadUInt32Array |
Reads an array of signed 32-bit values from the data stream.
(Inherited from DataReader.) | |
| ReadUInt64 |
Reads an unsigned 64-bit value from the data stream.
(Inherited from DataReader.) | |
| ReadUInt64Array |
Reads an array of unsigned 64-bit values from the data stream.
(Inherited from DataReader.) | |
| ReadWidePascalString | Overloaded. | |
| Seek |
Checks to see whether the offset from the current position lies within the stream and, if so, advances to
that position relative to the current location.
(Inherited from DataReader.) | |
| ToString |
Gets a hex representation of this buffer.
(Inherited from DataReader.) |
Properties
| Name | Description | |
|---|---|---|
| Data | Obsolete.
Gets a copy of the data used by the current instance. When overridden in a
derived class, allows this class to access an alternative data source.
(Inherited from DataReader.) | |
| Length |
Gets the length of the data.
(Overrides DataReader..::.Length.) | |
| PacketID |
Gets or sets the ID of the packet as it was specified when it was created.
| |
| UnderlyingBuffer |
Gets a reference to the underlying buffer.
(Inherited from DataReader.) |