Class BlockStore.ChainLoopDetector

java.lang.Object
org.apache.poi.poifs.filesystem.BlockStore.ChainLoopDetector
Enclosing class:
BlockStore

protected class BlockStore.ChainLoopDetector extends Object
Used to detect if a chain has a loop in it, so we can bail out with an error rather than spinning away for ever...
  • Constructor Details

    • ChainLoopDetector

      protected ChainLoopDetector(long rawSize)
  • Method Details

    • claim

      protected void claim(int offset)