- Enclosing class:
- PackWriter
public class PackWriter.State
extends Object
Summary of the current state of a PackWriter.
-
Method Summary
-
Method Details
-
getConfig
- Returns:
- the PackConfig used to build the writer.
-
getPhase
- Returns:
- the current phase of the writer.
-
estimateBytesUsed
public long estimateBytesUsed()
- Returns:
- an estimate of the total memory used by the writer.
-