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