toggle menu
UIQ3
7.1.0
Library
switch theme
search in API
UIQ3
/
net.sourceforge.uiq3.rest
/
StreamTupple
Stream
Tupple
Library
class
StreamTupple
Tupple of data stream and length.
Author
"Martin Krischik" «krischik@users.sourceforge.net»
Since
1.3
Members
Constructors
Stream
Tupple
Link copied to clipboard
Library
constructor
(
buffer
:
String
)
Properties
data
Link copied to clipboard
Library
val
data
:
InputStream
Data Stream
length
Link copied to clipboard
Library
val
length
:
Int
length of data stream
Null_Buffer
Link copied to clipboard
Library
val
Null_Buffer
:
Array
<
Byte
>
Empty buffer
TAG
Link copied to clipboard
Library
private
val
TAG
:
String
Logging tag
Functions
clone
Link copied to clipboard
Library
protected
open
fun
clone
(
)
:
Any
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
notify
Link copied to clipboard
Library
fun
notify
(
)
notify
All
Link copied to clipboard
Library
fun
notifyAll
(
)
to
String
Link copied to clipboard
Library
open
fun
toString
(
)
:
String
Tupple as debug string
wait
Link copied to clipboard
Library
fun
wait
(
)