Class ByteChunkQueue

java.lang.Object
cool.scx.io.ByteChunkQueue

public class ByteChunkQueue extends Object
ByteChunkQueue
Version:
0.0.1
Author:
scx567888
  • Constructor Details

    • ByteChunkQueue

      public ByteChunkQueue()
  • Method Details

    • append

      public void append(ByteChunk chunk)
    • next

      public ByteChunk next()
    • isEmpty

      public boolean isEmpty()
    • totalLength

      public long totalLength()