Functions

Link copied to clipboard
abstract fun transform(source: ByteArray, startIndex: Int = 0, endIndex: Int = source.size): ByteArray
Link copied to clipboard
abstract fun transformedSink(sink: RawSink): RawSink
Link copied to clipboard
abstract fun transformedSource(source: RawSource): RawSource