toggle menu
flatInvoker
android
common
ios
switch theme
search in API
reaktor-io
/
dev.shibasis.reaktor.io.adapters
Package-level
declarations
Types
Functions
Properties
Types
Android
Compression
Adapter
Link copied to clipboard
android
class
AndroidCompressionAdapter
:
CompressionAdapter
<
Unit
>
Android
File
Adapter
Link copied to clipboard
android
class
AndroidFileAdapter
(
activity
:
Activity
)
:
FileAdapter
<
Activity
>
Compression
Adapter
Link copied to clipboard
abstract
class
CompressionAdapter
<
Controller
>
(
controller
:
Controller
)
:
Adapter
<
Controller
>
Compression
Request
Link copied to clipboard
data
class
CompressionRequest
(
val
data
:
String
)
Compression
Response
Link copied to clipboard
data
class
CompressionResponse
(
val
base64EncodedString
:
String
)
Darwin
Compression
Adapter
Link copied to clipboard
ios
class
DarwinCompressionAdapter
:
CompressionAdapter
<
Unit
>
Darwin
File
Adapter
Link copied to clipboard
ios
class
DarwinFileAdapter
:
FileAdapter
<
Unit
>
Decompression
Request
Link copied to clipboard
data
class
DecompressionRequest
(
val
base64EncodedString
:
String
)
Decompression
Response
Link copied to clipboard
data
class
DecompressionResponse
(
val
data
:
String
)
File
Adapter
Link copied to clipboard
abstract
class
FileAdapter
<
Controller
>
(
controller
:
Controller
)
:
Adapter
<
Controller
>
Properties
Compression
Link copied to clipboard
var
Feature
.
Compression
:
CompressionAdapter
<
*
>
?
File
Link copied to clipboard
var
Feature
.
File
:
FileAdapter
<
*
>
?
Functions
buffered
Sink
Link copied to clipboard
fun
bufferedSink
(
path
:
String
,
actions
:
Sink
.
(
)
->
Unit
)
buffered
Source
Link copied to clipboard
fun
bufferedSource
(
path
:
String
,
actions
:
(
source
:
Source
)
->
Unit
)
to
File
From
Content
Link copied to clipboard
android
fun
Uri
.
toFileFromContent
(
activity
:
Activity
)
:
File
?