C# Class SharpIpp.Protocol.Extensions.BinaryReaderExtensions

Mostra file Open project: Zelenov/SharpIpp

Public Methods

Method Description
ReadInt16BigEndian ( BinaryReader reader ) : short
ReadInt32BigEndian ( BinaryReader reader ) : int

Method Details

ReadInt16BigEndian() public static method

public static ReadInt16BigEndian ( BinaryReader reader ) : short
reader BinaryReader
return short

ReadInt32BigEndian() public static method

public static ReadInt32BigEndian ( BinaryReader reader ) : int
reader BinaryReader
return int