IOMiscUtils ReadBEUInt64 Method NFX Class Library

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

Overload List

  NameDescription
Public methodStatic memberReadBEUInt64(Stream)
Reads an integer encoded as big endian from buffer at the specified index
Public methodStatic memberReadBEUInt64( 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 memberReadBEUInt64( 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
Back to Top
See Also