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 Detail

      • getByteSize

        int getByteSize()