Class ByteAccumulator


  • public class ByteAccumulator
    extends Object
    • Constructor Detail

      • ByteAccumulator

        public ByteAccumulator​(int maxOverallBufferSize)
    • Method Detail

      • copyChunk

        public void copyChunk​(byte[] buf,
                              int offset,
                              int length)
      • getLength

        public int getLength()
      • transferTo

        public void transferTo​(ByteBuffer buffer)