Dockware Scan
Toggle table of contents
android
common
Target filter
android
common
Switch theme
Search in API
Skip to content
Dockware Scan
dockware-core
/
ai.dockware.core.files
/
PlatformZipOutputStream
Platform
Zip
Output
Stream
android
common
actual
class
PlatformZipOutputStream
(
zipPath
:
Path
)
:
AutoCloseable
expect
class
PlatformZipOutputStream
(
zipPath
:
Path
)
:
AutoCloseable
Members
Constructors
Platform
Zip
Output
Stream
Link copied to clipboard
android
common
actual
constructor
(
zipPath
:
Path
)
expect
constructor
(
zipPath
:
Path
)
Functions
close
Link copied to clipboard
android
common
actual
open
override
fun
close
(
)
expect
open
override
fun
close
(
)
close
Entry
Link copied to clipboard
android
common
actual
fun
closeEntry
(
)
expect
fun
closeEntry
(
)
put
Next
Entry
Link copied to clipboard
android
common
actual
fun
putNextEntry
(
name
:
String
)
expect
fun
putNextEntry
(
name
:
String
)
write
Link copied to clipboard
android
common
actual
fun
write
(
source
:
Source
)
expect
fun
write
(
source
:
Source
)