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 FileSizeICommonFileSystem. 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 FileSizeIFileSizeGetter. 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 voidIFileSizeSetter. 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 FileSizeFileSize. ofBytes(long bytes)Creates a new FileSize object with the given number of bytes.static FileSizeFileSize. ofGB(long GB)Creates a new FileSize object with the given number of GB.static FileSizeFileSize. ofGiB(long GiB)Creates a new FileSize object with the given number of GiB.static FileSizeFileSize. ofKB(long kB)Creates a new FileSize object with the given number of kB.static FileSizeFileSize. ofKiB(long KiB)Creates a new FileSize object with the given number of KiB.static FileSizeFileSize. ofMB(long MB)Creates a new FileSize object with the given number of MB.static FileSizeFileSize. ofMiB(long MiB)Creates a new FileSize object with the given number of MiB.static FileSizeFileSize. ofPB(long PB)Creates a new FileSize object with the given number of PB.static FileSizeFileSize. ofPiB(long PiB)Creates a new FileSize object with the given number of PiB.static FileSizeFileSize. ofTB(long TB)Creates a new FileSize object with the given number of TB.static FileSizeFileSize. ofTiB(long TiB)Creates a new FileSize object with the given number of TiB.static FileSizeFileSize. zero()Gets a file size object representing zero bytes.static FileSizeFileSize. 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 intFileSize. 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 FileSizeEntityFileSystem. getFileSize(Entry entry) 
 -