Class TemporaryBuffer.Block

java.lang.Object
org.eclipse.jgit.util.TemporaryBuffer.Block
Enclosing class:
TemporaryBuffer

static class TemporaryBuffer.Block extends Object
  • Field Summary

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

    Constructors
    Constructor
    Description
     
    Block(int sz)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) boolean
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Block

      Block()
    • Block

      Block(int sz)
  • Method Details

    • isFull

      boolean isFull()