Package-level declarations
Types
Link copied to clipboard
Abstract class to write data to a sink It provides a default implementation for open method.
Link copied to clipboard
class ChunkedFileOutputStreamSink(chunkSize: Int, ioDispatcher: CoroutineDispatcher) : OutputStreamSink
Sink to write data to an ChunkedFileOutputStream
Link copied to clipboard
Class that encapsulates closed errors
Link copied to clipboard
An OutputStreamSink to write data to a content://.
Link copied to clipboard
A fake endpoint for test purpose.
Link copied to clipboard
Link copied to clipboard
interface ISinkInternal : ISink, Configurable<SinkConfiguration> , SuspendStreamable, SuspendCloseable
Link copied to clipboard
Sink to write data to an OutputStream
Link copied to clipboard
Internal class to configure ISinkInternal.