Class TemporaryBuffer.Block

  • Enclosing class:
    TemporaryBuffer

    static class TemporaryBuffer.Block
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte[] buffer  
      (package private) int count  
      (package private) static int SZ  
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean isFull()  
      • Methods inherited from class java.lang.Object

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

      • Block

        Block()
      • Block

        Block​(int sz)
    • Method Detail

      • isFull

        boolean isFull()