Puts a four-byte number into the buffer at the specified index
Namespace:
Kaazing.HTML5Assembly: Kaazing.Gateway (in Kaazing.Gateway.dll)
Syntax
Visual Basic |
---|
Public Function PutIntAt ( _ position As Integer, _ v As Integer _ ) As ByteBuffer |
C# |
---|
public ByteBuffer PutIntAt( int position, int v ) |
Visual C++ |
---|
public: ByteBuffer^ PutIntAt( int position, int v ) |