ByteSize subtract(ByteSize bs)

Returns the difference of two ByteSize objects.

Source

ByteSize subtract(ByteSize bs) =>
    ByteSize(Bytes - bs.Bytes);