Uses of Class
de.xima.fc.common.io.FileSize
-
Packages that use FileSize Package Description de.xima.fc.common.filesystem de.xima.fc.common.function.accessor Package containing various interfaces for generic accessors.de.xima.fc.common.io de.xima.fc.gui.elfinder de.xima.fc.logic.filesystem -
-
Uses of FileSize in de.xima.fc.common.filesystem
Methods in de.xima.fc.common.filesystem that return FileSize Modifier and Type Method Description FileSize
ICommonFileSystem. getFileSize(FD file)
Gets the size of the file with the given key. -
Uses of FileSize in de.xima.fc.common.function.accessor
Methods in de.xima.fc.common.function.accessor that return FileSize Modifier and Type Method Description FileSize
IFileSizeGetter. getFileSize(Holder object)
Gets the file size of an object representing a file.Methods in de.xima.fc.common.function.accessor with parameters of type FileSize Modifier and Type Method Description void
IFileSizeSetter. setFileSize(Holder object, FileSize value)
Sets the file size of an object representing a file. -
Uses of FileSize in de.xima.fc.common.io
Methods in de.xima.fc.common.io that return FileSize Modifier and Type Method Description static FileSize
FileSize. ofBytes(long bytes)
Creates a new FileSize object with the given number of bytes.static FileSize
FileSize. ofGB(long GB)
Creates a new FileSize object with the given number of GB.static FileSize
FileSize. ofGiB(long GiB)
Creates a new FileSize object with the given number of GiB.static FileSize
FileSize. ofKB(long kB)
Creates a new FileSize object with the given number of kB.static FileSize
FileSize. ofKiB(long KiB)
Creates a new FileSize object with the given number of KiB.static FileSize
FileSize. ofMB(long MB)
Creates a new FileSize object with the given number of MB.static FileSize
FileSize. ofMiB(long MiB)
Creates a new FileSize object with the given number of MiB.static FileSize
FileSize. ofPB(long PB)
Creates a new FileSize object with the given number of PB.static FileSize
FileSize. ofPiB(long PiB)
Creates a new FileSize object with the given number of PiB.static FileSize
FileSize. ofTB(long TB)
Creates a new FileSize object with the given number of TB.static FileSize
FileSize. ofTiB(long TiB)
Creates a new FileSize object with the given number of TiB.static FileSize
FileSize. zero()
Gets a file size object representing zero bytes.static FileSize
FileSize. zeroFileSize()
Gets a file size object representing zero bytes.Methods in de.xima.fc.common.io with parameters of type FileSize Modifier and Type Method Description int
FileSize. compareTo(FileSize that)
-
Uses of FileSize in de.xima.fc.gui.elfinder
Methods in de.xima.fc.gui.elfinder with parameters of type FileSize Modifier and Type Method Description FileSystemElFinderConnectorConfig.BuilderStage3<Entry>
FileSystemElFinderConnectorConfig.BuilderStage3. maxUploadSizePerFile(FileSize maxSizeBytes)
Sets the maximum size (in bytes) of a single file that can be uploaded.FileSystemElFinderConnectorConfig.BuilderStage3<Entry>
FileSystemElFinderConnectorConfig.BuilderStage3. maxUploadSizeTotal(FileSize maxSizeBytes)
Set the maximum total size (in bytes) of all files that can be uploaded in a single request. -
Uses of FileSize in de.xima.fc.logic.filesystem
Methods in de.xima.fc.logic.filesystem that return FileSize Modifier and Type Method Description FileSize
EntityFileSystem. getFileSize(Entry entry)
-