Package org.apache.poi.poifs.filesystem
Class BlockStore.ChainLoopDetector
- java.lang.Object
-
- org.apache.poi.poifs.filesystem.BlockStore.ChainLoopDetector
-
- Enclosing class:
- BlockStore
protected class BlockStore.ChainLoopDetector extends java.lang.ObjectUsed 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 Summary
Constructors Modifier Constructor Description protectedChainLoopDetector(long rawSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclaim(int offset)
-