Companion
object Companion
Functions
Link copied to clipboard
Create a ByteStream from a ByteArray
Link copied to clipboard
Create a ByteStream from a String
Inherited functions
Link copied to clipboard
Create a ByteStream from a file
Link copied to clipboard
fun ByteStream.Companion.fromInputStream(inputStream: InputStream, contentLength: Long? = null): ByteStream.SourceStream
Create a ByteStream.SourceStream that reads from the given InputStream