Interface Batcher.SizableItem

Enclosing class:
Batcher<T>

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

    Modifier and Type
    Method
    Description
    int
     
  • Method Details

    • getByteSize

      int getByteSize()