BigEndianBinaryReader Class

Definition

public sealed class BigEndianBinaryReader : System.IO.BinaryReader
type BigEndianBinaryReader = class
    inherit BinaryReader
Public NotInheritable Class BigEndianBinaryReader
Inherits BinaryReader
Inheritance
BigEndianBinaryReader

Constructors

BigEndianBinaryReader(Stream)
BigEndianBinaryReader(Stream, Encoding)
BigEndianBinaryReader(Stream, Encoding, Boolean)

Methods

PeekChar()
Read()
Read(Byte[], Int32, Int32)
Read(Char[], Int32, Int32)
ReadBoolean()
ReadByte()
ReadBytes(Int32)
ReadChars(Int32)
ReadDecimal()
ReadDouble()
ReadInt16()
ReadInt32()
ReadInt64()
ReadSingle()
ReadString()
ReadUInt16()
ReadUInt32()
ReadUInt64()

Applies to