A B C D E F G H I M O P R S T W

B

ByteBuffer - Class in org.vostok.io
ByteBuffer is an array of byte than can grow
ByteBuffer() - Constructor for class org.vostok.io.ByteBuffer
create a new ByteBuffer with a default growby of 1024
ByteBuffer(int) - Constructor for class org.vostok.io.ByteBuffer
create a new ByteBuffer with a specific growing policy. use constant ou specify your own size (byte). bigger growby is, faster the buffer is but bigger the memory use is too.

A B C D E F G H I M O P R S T W