BitReaderDeprecated Class |  |
[This is preliminary documentation and is subject to change.]
Note: This API is now obsolete.
Inheritance Hierarchy
Namespace:
MLAPI.Serialization
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxThe BitReaderDeprecated type exposes the following members.
Properties
Methods|
| Name | Description |
|---|
 | Dispose | Releases all resources used by the BitReaderDeprecated |
 | Equals | (Inherited from Object.) |
 | Finalize | (Inherited from Object.) |
  | Get | |
 | GetHashCode | (Inherited from Object.) |
 | GetType | (Inherited from Object.) |
 | MemberwiseClone | (Inherited from Object.) |
 | ReadBits | |
 | ReadBool | |
 | ReadByte | |
 | ReadByteArray(Int32) | |
 | ReadByteArray(Byte, Int32) | |
 | ReadDouble | |
 | ReadDoubleArray(Int32) | |
 | ReadDoubleArray(Double, Int32) | |
 | ReadFloat | |
 | ReadFloatArray(Int32) | |
 | ReadFloatArray(Single, Int32) | |
 | ReadInt | |
 | ReadIntArray(Int32) | |
 | ReadIntArray(Int32, Int32) | |
 | ReadLong | |
 | ReadLongArray(Int32) | |
 | ReadLongArray(Int64, Int32) | |
 | ReadSByte | |
 | ReadSByteArray(Int32) | |
 | ReadSByteArray(SByte, Int32) | |
 | ReadShort | |
 | ReadShortArray(Int32) | |
 | ReadShortArray(Int16, Int32) | |
 | ReadString | |
 | ReadUInt | |
 | ReadUIntArray(Int32) | |
 | ReadUIntArray(UInt32, Int32) | |
 | ReadULong | |
 | ReadULongArray(Int32) | |
 | ReadULongArray(UInt64, Int32) | |
 | ReadUShort | |
 | ReadUShortArray(Int32) | |
 | ReadUShortArray(UInt16, Int32) | |
 | ReadValueTypeT | |
 | ReadValueTypeOrStringT | |
 | SkipPadded | |
 | ToString | (Inherited from Object.) |
Top
See Also