Interface Batcher.SizableItem
public static interface Batcher.SizableItem
Interface for items that can report their byte size. This is optional - items that don't
implement this interface will be treated as having zero byte size.
-
Method Summary
-
Method Details
-
getByteSize
int getByteSize()
-