Puts a byte array into the buffer at the specified index
Namespace:
Kaazing.HTML5Assembly: Kaazing.Gateway (in Kaazing.Gateway.dll)
Syntax
Visual Basic |
---|
Public Function PutBytesAt ( _ i As Integer, _ bytes As Byte() _ ) As ByteBuffer |
C# |
---|
public ByteBuffer PutBytesAt( int i, byte[] bytes ) |
Visual C++ |
---|
public: ByteBuffer^ PutBytesAt( int i, array<unsigned char>^ bytes ) |