public class ByteCapacity extends Object
| Modifier and Type | Method and Description |
|---|---|
static ByteCapacity |
B(long bytes) |
static ByteCapacity |
from(String value) |
static ByteCapacity |
GB(long gigabytes) |
static ByteCapacity |
kB(long kilobytes) |
static ByteCapacity |
MB(long megabytes) |
static ByteCapacity |
TB(long terabytes) |
long |
toBytes() |
String |
toString() |
public static ByteCapacity B(long bytes)
public static ByteCapacity kB(long kilobytes)
public static ByteCapacity MB(long megabytes)
public static ByteCapacity GB(long gigabytes)
public static ByteCapacity TB(long terabytes)
public long toBytes()
public static ByteCapacity from(String value)
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.