Companion

object Companion

Functions

Link copied to clipboard
fun fromInputStream(inputStream: InputStream, bufferSize: Int = DEFAULT_BUFFER_SIZE): InputSource
Link copied to clipboard
fun fromString(string: String, charset: Charset = Charset.forName("UTF-8")): InputSource