Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
filesystem
BinarySize
Class BinarySize
Helper to format a raw byte size into a human readable label.
Index
Constructors
constructor
Properties
GB
KB
MB
TB
Methods
format
Size
Constructors
constructor
new
Binary
Size
(
)
:
BinarySize
Returns
BinarySize
Properties
Static
Readonly
GB
GB
:
number
= ...
Static
Readonly
KB
KB
:
1024
= 1024
Static
Readonly
MB
MB
:
number
= ...
Static
Readonly
TB
TB
:
number
= ...
Methods
Static
format
Size
format
Size
(
size
)
:
string
Parameters
size
:
number
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
GB
KB
MB
TB
format
Size
Theia TypeDoc
Loading...
Helper to format a raw byte size into a human readable label.