[This is preliminary documentation and is subject to change.]
Author: Đonny
Extends BinaryReader to be able to read numeric data in both little-endian and big-endian format
Namespace: Tools.IOtAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public class BinaryReader : BinaryReader |
| Visual Basic |
|---|
Public Class BinaryReader _ Inherits BinaryReader |
| Visual C++ |
|---|
public ref class BinaryReader : public BinaryReader |
| F# |
|---|
type BinaryReader = class inherit BinaryReader end |
| JScript |
|---|
public class BinaryReader extends BinaryReader |
Inheritance Hierarchy
See Also
Version History
1.5.2
- (Alpha) VersionAttribute and AuthorAttribute removed