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