IO¶
Input/Output API
Types¶
Name | Description |
---|---|
DiskFile | A File implementation that reads and writes a file on disk. |
DiskFileSystem | A FileSystem implementation that reads and write files from disk. |
File | Base class for a file in a FileSystem . |
FileSystem | Base class for files and resources loaders. |
MemoryFile | A File implementation that reads from and writes to a memory buffer. |
PackageFileHeaderDescription | Provides metadata about the package file. |
PackageFileItemDescription | Describes an item in the package file. |
PackageFileSystem | A FileSystem implementation that provides access to an Amplitude package file. |
PackageItemFile | A File implementation that provides access to an item in an Amplitude package file. |
Resource | An Amplitude resource in a FileSystem . |
eFileOpenKind | The type of file being opened. |
eFileOpenMode | Describes the mode in which to open a file. |
eFileSeekOrigin | Defines from where to seek in the file. |
ePackageFileCompressionAlgorithm | Defines the algorithms a package file can be compressed with. |