Uses of Class
com.hazelcast.client.impl.protocol.util.BufferBuilder

Packages that use BufferBuilder
com.hazelcast.client.impl.protocol.util Protocol utils 
 

Uses of BufferBuilder in com.hazelcast.client.impl.protocol.util
 

Methods in com.hazelcast.client.impl.protocol.util that return BufferBuilder
 BufferBuilder BufferBuilder.append(DirectBuffer srcBuffer, int srcOffset, int length)
          Append a source buffer to the end of the internal buffer, resizing the internal buffer as required.
 BufferBuilder BufferBuilder.compact()
          Compact the buffer to reclaim unused space above the limit.
 BufferBuilder BufferBuilder.reset()
          Reset the builder to restart accumulate operations.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.