public final class Size
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private long |
calculated |
private boolean |
exact |
Constructor and Description |
---|
Size(long calculated,
boolean exact)
Constructor
|
Modifier and Type | Method and Description |
---|---|
long |
getCalculated()
Get the calculated size
|
boolean |
isExact()
Check if the calculated size is exact
|