你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BigEndianBinaryReader 类

定义

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

构造函数

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

方法

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()

适用于