toggle menu
acra
androidJvm
switch theme
search in API
acra
/
org.acra.util
/
StreamReader
Stream
Reader
class
StreamReader
(
inputStream
:
InputStream
,
var
limit
:
Int
=
NO_LIMIT
,
var
timeout
:
Int
=
INDEFINITE
,
var
filter
:
(
String
)
->
Boolean
?
=
null
)
Author
F43nd1r
Since
30.11.2017
Members
Constructors
Stream
Reader
Link copied to clipboard
constructor
(
filename
:
String
)
constructor
(
file
:
File
)
constructor
(
inputStream
:
InputStream
,
limit
:
Int
=
NO_LIMIT
,
timeout
:
Int
=
INDEFINITE
,
filter
:
(
String
)
->
Boolean
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
filter
Link copied to clipboard
var
filter
:
(
String
)
->
Boolean
?
limit
Link copied to clipboard
var
limit
:
Int
timeout
Link copied to clipboard
var
timeout
:
Int
Functions
read
Link copied to clipboard
fun
read
(
)
:
String
set
Filter
Link copied to clipboard
fun
setFilter
(
filter
:
(
String
)
->
Boolean
?
)
:
StreamReader
set
Limit
Link copied to clipboard
fun
setLimit
(
limit
:
Int
)
:
StreamReader
set
Timeout
Link copied to clipboard
fun
setTimeout
(
timeout
:
Int
)
:
StreamReader