toggle menu
UIQ3
7.1.0
Library
switch theme
search in API
UIQ3
/
net.sourceforge.uiq3
/
TeeReader
Tee
Reader
Library
open
class
TeeReader
:
Reader
Tee-Filters a Reader into an Writer.
Author
"Martin Krischik" «krischik@users.sourceforge.net»
Since
1.0
Members
Constructors
Tee
Reader
Link copied to clipboard
Library
constructor
(
in
:
Reader
,
tee
:
Writer
)
create new filter.
Properties
data
Link copied to clipboard
Library
private
open
var
data
:
String
Temporary holds the full read data.
in
Link copied to clipboard
Library
private
val
in
:
Reader
Reader to read from
lock
Link copied to clipboard
Library
protected
open
var
lock
:
Any
max
Skip
Buffer
Size
Link copied to clipboard
Library
private
val
maxSkipBufferSize
:
Int
=
8192
skip
Buffer
Link copied to clipboard
Library
private
open
var
skipBuffer
:
Array
<
Char
>
tee
Link copied to clipboard
Library
private
val
tee
:
Writer
Tee output to which read date is written before beeing passed on.
TRANSFER_BUFFER_SIZE
Link copied to clipboard
Library
private
val
TRANSFER_BUFFER_SIZE
:
Int
=
8192
Functions
clone
Link copied to clipboard
Library
protected
open
fun
clone
(
)
:
Any
close
Link copied to clipboard
Library
open
fun
close
(
)
Close the stream.
equals
Link copied to clipboard
Library
open
fun
equals
(
obj
:
Any
)
:
Boolean
finalize
Link copied to clipboard
Library
protected
open
fun
finalize
(
)
get
Class
Link copied to clipboard
Library
fun
getClass
(
)
:
Class
<
out
Any
>
hash
Code
Link copied to clipboard
Library
open
fun
hashCode
(
)
:
Int
mark
Link copied to clipboard
Library
open
fun
mark
(
readAheadLimit
:
Int
)
mark
Supported
Link copied to clipboard
Library
open
fun
markSupported
(
)
:
Boolean
notify
Link copied to clipboard
Library
fun
notify
(
)
notify
All
Link copied to clipboard
Library
fun
notifyAll
(
)
null
Reader
Link copied to clipboard
Library
open
fun
nullReader
(
)
:
Reader
read
Link copied to clipboard
Library
open
fun
read
(
target
:
CharBuffer
)
:
Int
open
fun
read
(
cbuf
:
Array
<
Char
>
,
off
:
Int
,
len
:
Int
)
:
Int
Reads characters into a portion of an array.
ready
Link copied to clipboard
Library
open
fun
ready
(
)
:
Boolean
reset
Link copied to clipboard
Library
open
fun
reset
(
)
skip
Link copied to clipboard
Library
open
fun
skip
(
n
:
Long
)
:
Long
to
String
Link copied to clipboard
Library
open
fun
toString
(
)
:
String
create debug string
transfer
To
Link copied to clipboard
Library
open
fun
transferTo
(
out
:
Writer
)
:
Long
wait
Link copied to clipboard
Library
fun
wait
(
)