ByteSize add(ByteSize bs)

Returns the sum of two ByteSize objects.

Source

ByteSize add(ByteSize bs) => ByteSize(Bytes + bs.Bytes);