Constructor.

Overload List

  NameDescription
Public methodByteBuffer()()()()
Constructs an empty ByteBuffer with a capacity of 256 bytes.
Public methodByteBuffer(array<Byte>[]()[][])
Constructs a ByteBuffer object from given source with capacity and length set to source length.
Public methodByteBuffer(Int32)
Constructs an empty ByteBuffer with a capacity as specified.
Public methodByteBuffer(array<Byte>[]()[][], Int32, Int32)
Constructs an ByteBuffer from given source with capacity and length set to given length.

See Also