Writes a 64-bit signed integer to the stream.
Stream footprint: dynamic, 1-9 bytes.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public void WriteInt64( long value )
Public Sub WriteInt64 ( _ value As Long _ )
public: void WriteInt64( long long value )
public void WriteInt64( long value )
Parameters
- value (Int64)
- Value to write.