A BinaryWriter that switches the endian orientation of the read operations so that they are compatible across platforms.

Namespace:  Apache.NMS.Util
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
<CLSCompliantAttribute(False)> _
Public Class EndianBinaryReader _
	Inherits BinaryReader
C#
[CLSCompliantAttribute(false)]
public class EndianBinaryReader : BinaryReader
Visual C++
[CLSCompliantAttribute(false)]
public ref class EndianBinaryReader : public BinaryReader
JavaScript
Apache.NMS.Util.EndianBinaryReader = function();

Type.createClass(
	'Apache.NMS.Util.EndianBinaryReader',
	BinaryReader);

Inheritance Hierarchy

System..::..Object
  System.IO..::..BinaryReader
    Apache.NMS.Util..::..EndianBinaryReader

See Also