FileSize
public class FileSize
extension FileSize: Hashable
Undocumented
-
Undocumented
Declaration
Swift
public let bytes: Int64
-
Kibibyte
Declaration
Swift
public var KiB: Int64 { get } -
Mebibyte
Declaration
Swift
public var MiB: Int64 { get } -
Gibibyte
Declaration
Swift
public var GiB: Int64 { get } -
Tebibyte
Declaration
Swift
public var TiB: Int64 { get } -
Pebibyte
Declaration
Swift
public var PiB: Int64 { get } -
Exbibyte
Declaration
Swift
public var EiB: Int64 { get } -
Zebibyte
Declaration
Swift
public var ZiB: Int64 { get } -
Yobibyte
Declaration
Swift
public var YiB: Int64 { get }
-
Kilobyte
Declaration
Swift
public var kB: Int64 { get } -
Megabyte
Declaration
Swift
public var MB: Int64 { get } -
Gigabyte
Declaration
Swift
public var GB: Int64 { get } -
Terabyte
Declaration
Swift
public var TB: Int64 { get } -
Petabyte
Declaration
Swift
public var PB: Int64 { get } -
Exabyte
Declaration
Swift
public var EB: Int64 { get } -
Zettabyte
Declaration
Swift
public var ZB: Int64 { get } -
Yottabyte
Declaration
Swift
public var YB: Int64 { get } -
Declaration
Swift
public static func == (lhs: FileSize, rhs: FileSize) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher) -
Undocumented
Declaration
Swift
public static func + (lhs: FileSize, rhs: FileSize) -> FileSize -
Undocumented
Declaration
Swift
public static func - (lhs: FileSize, rhs: FileSize) -> FileSize
View on GitHub
FileSize Class Reference