Ice 3.6 Slice API Reference
|
IcePatch can be used to update file hierarchies in a simple and efficient manner. More...
["objc:prefix:ICEPATCH2"]
module IcePatch2 { ... }
Interfaces | |
interface | FileServer |
The interface that provides access to files. More... | |
Structs | |
struct | FileInfo |
Basic information about a single file. More... | |
struct | LargeFileInfo |
Basic information about a single file. More... | |
Exceptions | |
exception | FileAccessException |
This exception is raised if a file's contents cannot be read. More... | |
exception | FileSizeRangeException |
This exception is raised if an operation tries to use a file whose size is larger than 2.1 GB. More... | |
exception | PartitionOutOfRangeException |
A partition argument for was not in the range 0-255. More... | |
Sequences | |
sequence< Ice::ByteSeq > | ByteSeqSeq |
A sequence of byte sequences. More... | |
sequence< FileInfo > | FileInfoSeq |
A sequence with information about many files. More... | |
sequence< LargeFileInfo > | LargeFileInfoSeq |
A sequence with information about many files. More... | |
IcePatch can be used to update file hierarchies in a simple and efficient manner.
Checksums ensure file integrity, and data is compressed before downloading.
sequence<Ice::ByteSeq> ByteSeqSeq |
A sequence of byte sequences.
Each element is the checksum for a partition.
sequence<FileInfo> FileInfoSeq |
A sequence with information about many files.
sequence<LargeFileInfo> LargeFileInfoSeq |
A sequence with information about many files.