IOMiscUtils ReadBEInt32 Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodStatic memberReadBEInt32( Byte )
Reads an integer encoded as big endian from buffer at index 0
Public methodStatic memberReadBEInt32(Stream)
Reads an integer encoded as big endian from buffer at the specified index
Public methodStatic memberReadBEInt32( Byte , Int32 )
Reads an integer encoded as big endian from buffer at the specified index and increments the idx by the number of bytes read
Public methodStatic memberReadBEInt32( Byte , Int64 )
Reads an integer encoded as big endian from buffer at the specified index and increments the idx by the number of bytes read
Back to Top
See Also