Overload List

  NameDescription
Public methodByteBuffer()()()()
Creates a new ByteBuffer
Public methodByteBuffer(array<Byte>[]()[][])
Creates a new ByteBuffer from the provided byte array
Public methodByteBuffer(Int32)
Creates a new ByteBuffer with the specified initial capacity
Public methodByteBuffer(array<Byte>[]()[][], Int32, Int32)
Creates a new Bytebuffer from a subset of the provided byte array

See Also