Class ByteNode

java.lang.Object
cool.scx.bytes.ByteNode

public class ByteNode extends Object
ByteNode
Version:
0.0.1
Author:
scx567888
  • Field Details

    • chunk

      public final ByteChunk chunk
    • position

      public int position
      相对 索引 0 起始
    • next

      public ByteNode next
  • Constructor Details

    • ByteNode

      public ByteNode(ByteChunk chunk)
  • Method Details

    • available

      public int available()
    • hasAvailable

      public boolean hasAvailable()
    • reset

      public void reset()
    • toString

      public String toString()
      Overrides:
      toString in class Object