| Package | Description |
|---|---|
| org.apache.wicket.util.file |
File utilities.
|
| org.apache.wicket.util.lang | |
| org.apache.wicket.util.resource |
Base support for resources.
|
| Modifier and Type | Method and Description |
|---|---|
Bytes |
Folder.freeDiskSpace() |
| Modifier and Type | Field and Description |
|---|---|
static Bytes |
Bytes.MAX
Maximum bytes value
|
| Modifier and Type | Method and Description |
|---|---|
static Bytes |
Bytes.bytes(double bytes)
Instantiate immutable Bytes value object..
|
static Bytes |
Bytes.bytes(long bytes)
Instantiate immutable Bytes value object..
|
static Bytes |
Bytes.gigabytes(double gigabytes)
Instantiate immutable Bytes value object..
|
static Bytes |
Bytes.gigabytes(long gigabytes)
Instantiate immutable Bytes value object..
|
static Bytes |
Bytes.kilobytes(double kilobytes)
Instantiate immutable Bytes value object..
|
static Bytes |
Bytes.kilobytes(long kilobytes)
Instantiate immutable Bytes value object..
|
static Bytes |
Bytes.megabytes(double megabytes)
Instantiate immutable Bytes value object..
|
static Bytes |
Bytes.megabytes(long megabytes)
Instantiate immutable Bytes value object..
|
static Bytes |
Bytes.terabytes(double terabytes)
Instantiate immutable Bytes value object..
|
static Bytes |
Bytes.terabytes(long terabytes)
Instantiate immutable Bytes value object..
|
static Bytes |
Bytes.valueOf(String string)
Converts a string to a number of bytes.
|
static Bytes |
Bytes.valueOf(String string,
Locale locale)
Converts a string to a number of bytes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Bytes.greaterThan(Bytes other)
Compares this
Bytes with another Bytes instance. |
| Modifier and Type | Method and Description |
|---|---|
Bytes |
XSLTResourceStream.length() |
Bytes |
FileSystemResourceStream.length() |
Bytes |
ResourceStreamWrapper.length() |
Bytes |
AbstractResourceStreamWriter.length()
Default implementation to returns
null, i.e. |
Bytes |
FileResourceStream.length() |
Bytes |
IResourceStream.length()
Gets the size of this resource
|
Bytes |
AbstractStringResourceStream.length() |
Bytes |
ZipResourceStream.length() |
Bytes |
AbstractResourceStream.length() |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.