Class FifoBuffer.Page

  • Enclosing class:
    FifoBuffer

    static final class FifoBuffer.Page
    extends java.lang.Object
    Unit of buffer, singly linked and lazy created as needed.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte[] buf  
      (package private) FifoBuffer.Page next  
    • Constructor Summary

      Constructors 
      Constructor Description
      Page​(int sz)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Page

        Page​(int sz)