Constructor.
Overload List
Name | Description | |
---|---|---|
![]() | ByteBuffer()()()() |
Constructs an empty ByteBuffer with a capacity of 256 bytes.
|
![]() | ByteBuffer(array<Byte>[]()[][]) |
Constructs a ByteBuffer object from given source with capacity and length set to source length.
|
![]() | ByteBuffer(Int32) |
Constructs an empty ByteBuffer with a capacity as specified.
|
![]() | ByteBuffer(array<Byte>[]()[][], Int32, Int32) |
Constructs an ByteBuffer from given source with capacity and length set to given length.
|