7[[
"cpp:dll-export:ICEPATCH2_API"]]
8[[
"cpp:doxygen:include:IcePatch2/IcePatch2.h"]]
10[[
"cpp:include:IcePatch2/Config.h"]]
17[[
"objc:header-dir:objc"]]
19[[
"python:pkgdir:IcePatch2"]]
23#ifndef __SLICE2JAVA_COMPAT__
24[[
"java:package:com.zeroc"]]
27[
"objc:prefix:ICEPATCH2"]
IcePatch can be used to update file hierarchies in a simple and efficient manner.
Definition FileInfo.ice:29
sequence< FileInfo > FileInfoSeq
A sequence with information about many files.
Definition FileInfo.ice:56
sequence< LargeFileInfo > LargeFileInfoSeq
A sequence with information about many files.
Definition FileInfo.ice:83
sequence< byte > ByteSeq
A sequence of bytes.
Definition BuiltinSequences.ice:33
Basic information about a single file.
Definition FileInfo.ice:37
bool executable
The executable flag.
Definition FileInfo.ice:48
int size
The size of the compressed file in number of bytes.
Definition FileInfo.ice:45
string path
The pathname.
Definition FileInfo.ice:39
Ice::ByteSeq checksum
The SHA-1 checksum of the file.
Definition FileInfo.ice:42
Basic information about a single file.
Definition FileInfo.ice:64
long size
The size of the compressed file in number of bytes.
Definition FileInfo.ice:72
string path
The pathname.
Definition FileInfo.ice:66
Ice::ByteSeq checksum
The SHA-1 checksum of the file.
Definition FileInfo.ice:69
bool executable
The executable flag.
Definition FileInfo.ice:75