IOMiscUtils WriteBEUInt64 Method NFX Class Library

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

Overload List

  NameDescription
Public methodStatic memberWriteBEUInt64( Byte , UInt64)
Writes an unsigned long integer encoded as big endian to buffer at the beginning
Public methodStatic memberWriteBEUInt64(Stream, UInt64)
Writes an unsigned long integer encoded as big endian to the given stream
Public methodStatic memberWriteBEUInt64( Byte , Int32, UInt64)
Writes an unsigned long integer encoded as big endian to buffer at the specified index
Back to Top
See Also