kactoos-jvm / nnl.rocks.kactoos.io / LSInputOf
class LSInputOf :
LSInput
Input as LSInput.
There is no thread-safety guarantee.
Since 0.6
Name | Summary |
---|---|
<init> | LSInputOf(input: Input ) LSInputOf(input: Input , pid: String , sid: String , base: String ) Input as LSInput. |
Name | Summary |
---|---|
getBaseURI | fun getBaseURI(): String |
getByteStream | fun getByteStream(): InputStream |
getCertifiedText | fun getCertifiedText(): Boolean |
getCharacterStream | fun getCharacterStream(): Reader |
getEncoding | fun getEncoding(): String |
getPublicId | fun getPublicId(): String |
getStringData | fun getStringData(): String |
getSystemId | fun getSystemId(): String |
setBaseURI | fun setBaseURI(uri: String ): Unit |
setByteStream | fun setByteStream(stream: InputStream ): Unit |
setCertifiedText | fun setCertifiedText(text: Boolean ): Unit |
setCharacterStream | fun setCharacterStream(stream: Reader ): Unit |
setEncoding | fun setEncoding(encoding: String ): Unit |
setPublicId | fun setPublicId(pubid: String ): Unit |
setStringData | fun setStringData(data: String ): Unit |
setSystemId | fun setSystemId(sysid: String ): Unit |