|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Bytes | |
|---|---|
| org.apache.wicket.util.lang | |
| org.apache.wicket.util.resource | Base support for resources. |
| Uses of Bytes in org.apache.wicket.util.lang |
|---|
| Fields in org.apache.wicket.util.lang declared as Bytes | |
|---|---|
static Bytes |
Bytes.MAX
Maximum bytes value |
| Methods in org.apache.wicket.util.lang that return Bytes | |
|---|---|
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. |
| Methods in org.apache.wicket.util.lang with parameters of type Bytes | |
|---|---|
boolean |
Bytes.greaterThan(Bytes other)
Compares this Bytes with another Bytes instance. |
| Uses of Bytes in org.apache.wicket.util.resource |
|---|
| Methods in org.apache.wicket.util.resource that return Bytes | |
|---|---|
Bytes |
AbstractResourceStream.length()
|
Bytes |
IResourceStream.length()
Gets the size of this resource |
Bytes |
XSLTResourceStream.length()
|
Bytes |
FileResourceStream.length()
|
Bytes |
AbstractStringResourceStream.length()
|
Bytes |
ZipResourceStream.length()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||