[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.IOt
Assembly: 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

System..::..Object
  System.IO..::..BinaryReader
    Tools.IOt..::..BinaryReader

See Also

Collapse/expand Version History

1.5.2