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, _ len As Integer _ ) As ByteBuffer |
C# |
---|
public ByteBuffer PutBufferAt( int i, ByteBuffer b, int len ) |
Visual C++ |
---|
public: ByteBuffer^ PutBufferAt( int i, ByteBuffer^ b, int len ) |
Parameters
- i
- Type: System..::..Int32
The index
- b
- Type: Kaazing.HTML5..::..ByteBuffer
The source buffer
- len
- Type: System..::..Int32
Maximum length copied