JolieDoc for Port ZipUtils
From file zip_utils.iol
| Port Name |
Location |
Protocol |
| ZipUtils |
|
|
List of the available interfaces
Interface ZipUtilsInterface
Operation list
zip( ZipRequest )( raw )
throws
IOException( IOExceptionType )
IOException( undefined )( undefined )
unzip( UnzipRequest )( UnzipResponse )
throws
FileNotFound
readEntry( ReadEntryRequest )( any )
throws
IOException( IOExceptionType )
Message type list
ZipRequest
type ZipRequest: undefined
IOExceptionType
type IOExceptionType: JavaExceptionType
UnzipRequest
type UnzipRequest: void {
.filename: string
.targetPath: string
}
UnzipResponse
type UnzipResponse: void {
.entry*: string
}
ReadEntryRequest
type ReadEntryRequest: void {
.entry: string
.filename: string
}
Type list