Uses of Class
org.apache.wicket.util.lang.Bytes
Packages that use Bytes
Package
Description
File utilities.
Base support for resources.
-
Uses of Bytes in org.apache.wicket.util.file
Methods in org.apache.wicket.util.file that return Bytes -
Uses of Bytes in org.apache.wicket.util.lang
Fields in org.apache.wicket.util.lang declared as BytesMethods in org.apache.wicket.util.lang that return BytesModifier and TypeMethodDescriptionstatic 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 BytesConverts a string to a number of bytes.static BytesConverts a string to a number of bytes.Methods in org.apache.wicket.util.lang with parameters of type BytesModifier and TypeMethodDescriptionbooleanBytes.greaterThan(Bytes other) Compares thisByteswith anotherBytesinstance. -
Uses of Bytes in org.apache.wicket.util.resource
Methods in org.apache.wicket.util.resource that return BytesModifier and TypeMethodDescriptionAbstractResourceStream.length()AbstractResourceStreamWriter.length()Default implementation to returnsnull, i.e. chunked-encoding will be used.final BytesAbstractStringResourceStream.length()FileResourceStream.length()FileSystemResourceStream.length()IResourceStream.length()Gets the size of this resourceResourceStreamWrapper.length()XSLTResourceStream.length()ZipResourceStream.length()