toggle menu
xmlutil
0.90.2
native
switch theme
search in API
core
/
nl.adaptivity.xmlutil.core.impl.multiplatform
/
InputStreamReader
Input
Stream
Reader
native
class
InputStreamReader
(
val
inputStream
:
InputStream
)
:
Reader
An implementation of a reader that reads (UTF-8 only) input streams.
Members
Constructors
Input
Stream
Reader
Link copied to clipboard
native
constructor
(
filePtr
:
FilePtr
)
constructor
(
pathName
:
String
,
mode
:
FileMode
=
Mode.READ
)
constructor
(
fileHandle
:
Int
,
mode
:
FileMode
=
Mode.READ
)
constructor
(
inputStream
:
InputStream
)
Properties
input
Stream
Link copied to clipboard
native
val
inputStream
:
InputStream
Functions
lines
Link copied to clipboard
native
fun
lines
(
)
:
Sequence
<
String
>
read
Link copied to clipboard
native
open
override
fun
read
(
buf
:
CharArray
,
offset
:
Int
,
len
:
Int
)
:
Int
actual
open
fun
read
(
)
:
Int
read
Line
Link copied to clipboard
native
fun
readLine
(
)
:
String
?