Uses of Class
org.apache.wicket.util.lang.Bytes
-
Packages that use Bytes Package Description org.apache.wicket.util.file File utilities.org.apache.wicket.util.lang org.apache.wicket.util.resource Base support for resources. -
-
Uses of Bytes in org.apache.wicket.util.file
Methods in org.apache.wicket.util.file that return Bytes Modifier and Type Method Description BytesFolder. freeDiskSpace() -
Uses of Bytes in org.apache.wicket.util.lang
Fields in org.apache.wicket.util.lang declared as Bytes Modifier and Type Field Description static BytesBytes. MAXMaximum bytes valueMethods in org.apache.wicket.util.lang that return Bytes Modifier and Type Method Description static BytesBytes. bytes(double bytes)Instantiate immutable Bytes value object..static BytesBytes. bytes(long bytes)Instantiate immutable Bytes value object..static BytesBytes. gigabytes(double gigabytes)Instantiate immutable Bytes value object..static BytesBytes. gigabytes(long gigabytes)Instantiate immutable Bytes value object..static BytesBytes. kilobytes(double kilobytes)Instantiate immutable Bytes value object..static BytesBytes. kilobytes(long kilobytes)Instantiate immutable Bytes value object..static BytesBytes. megabytes(double megabytes)Instantiate immutable Bytes value object..static BytesBytes. megabytes(long megabytes)Instantiate immutable Bytes value object..static BytesBytes. terabytes(double terabytes)Instantiate immutable Bytes value object..static BytesBytes. terabytes(long terabytes)Instantiate immutable Bytes value object..static BytesBytes. valueOf(String string)Converts a string to a number of bytes.static BytesBytes. 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 Modifier and Type Method Description booleanBytes. greaterThan(Bytes other)Compares thisByteswith anotherBytesinstance. -
Uses of Bytes in org.apache.wicket.util.resource
Methods in org.apache.wicket.util.resource that return Bytes Modifier and Type Method Description BytesAbstractResourceStream. length()BytesAbstractResourceStreamWriter. length()Default implementation to returnsnull, i.e.BytesAbstractStringResourceStream. length()BytesFileResourceStream. length()BytesFileSystemResourceStream. length()BytesIResourceStream. length()Gets the size of this resourceBytesResourceStreamWrapper. length()BytesXSLTResourceStream. length()BytesZipResourceStream. length()
-