Class SizeEstimator
- java.lang.Object
-
- com.google.code.externalsorting.csv.SizeEstimator
-
public final class SizeEstimator extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
estimatedSizeOf(java.lang.Object s)
Estimates the size of a object in bytes.
-