byteblowerll.byteblower.DataSize

class byteblowerll.byteblower.DataSize(bytes)

Represents a data size. The DataSize can be expressed in multiple formats.

Example

TODO

__init__(bytes)

Initialize self. See help(type(self)) for accurate signature.

Methods

BytesGet()
return:The size in bytes
GibiBytesGet()
return:The size in gibibytes
KibiBytesGet()
return:The size in kibibytes
MebiBytesGet()
return:The size in mebibytes
__init__(bytes) Initialize self.
toString()
return:A human readable format of the size

Attributes

thisown The membership flag