Puts an eight-byte number into the buffer at the current position

Namespace:  Kaazing.HTML5
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

Visual Basic
Public Function PutLong ( _
	v As Long _
) As ByteBuffer
C#
public ByteBuffer PutLong(
	long v
)
Visual C++
public:
ByteBuffer^ PutLong(
	long long v
)

Parameters

v
Type: System..::..Int64
The eight-byte number

Return Value

The buffer

See Also