C# Class Terraria.ModLoader.IO.BigEndianReader

Inheritance: System.IO.BinaryReader
显示文件 Open project: bluemagic123/tModLoader

Public Methods

Method Description
BigEndianReader ( Stream input ) : System
ReadDouble ( ) : double
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadInt64 ( ) : long
ReadSingle ( ) : float
ReadUInt16 ( ) : ushort
ReadUInt32 ( ) : uint
ReadUInt64 ( ) : ulong

Private Methods

Method Description
ReadBigEndian ( int len ) : byte[]

Method Details

BigEndianReader() public method

public BigEndianReader ( Stream input ) : System
input Stream
return System

ReadDouble() public method

public ReadDouble ( ) : double
return double

ReadInt16() public method

public ReadInt16 ( ) : short
return short

ReadInt32() public method

public ReadInt32 ( ) : int
return int

ReadInt64() public method

public ReadInt64 ( ) : long
return long

ReadSingle() public method

public ReadSingle ( ) : float
return float

ReadUInt16() public method

public ReadUInt16 ( ) : ushort
return ushort

ReadUInt32() public method

public ReadUInt32 ( ) : uint
return uint

ReadUInt64() public method

public ReadUInt64 ( ) : ulong
return ulong