rd-framework
Toggle table of contents
2026.1.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rd-framework
rd-framework
/
com.jetbrains.rd.framework
/
SocketWire
/
Base
/
PkgInputStream
Pkg
Input
Stream
inner
class
PkgInputStream
(
stream
:
InputStream
)
:
InputStream
Members
Constructors
Pkg
Input
Stream
Link copied to clipboard
constructor
(
stream
:
InputStream
)
Properties
pkg
Link copied to clipboard
var
pkg
:
ByteArray
pos
Link copied to clipboard
var
pos
:
Int
Functions
available
Link copied to clipboard
open
fun
available
(
)
:
Int
close
Link copied to clipboard
open
fun
close
(
)
mark
Link copied to clipboard
open
fun
mark
(
readlimit
:
Int
)
mark
Supported
Link copied to clipboard
open
fun
markSupported
(
)
:
Boolean
read
Link copied to clipboard
open
override
fun
read
(
)
:
Int
open
fun
read
(
b
:
ByteArray
?
)
:
Int
open
fun
read
(
b
:
ByteArray
?
,
off
:
Int
,
len
:
Int
)
:
Int
read
All
Bytes
Link copied to clipboard
open
fun
readAllBytes
(
)
:
ByteArray
?
read
NBytes
Link copied to clipboard
open
fun
readNBytes
(
len
:
Int
)
:
ByteArray
?
open
fun
readNBytes
(
b
:
ByteArray
?
,
off
:
Int
,
len
:
Int
)
:
Int
reset
Link copied to clipboard
open
fun
reset
(
)
skip
Link copied to clipboard
open
fun
skip
(
n
:
Long
)
:
Long
skip
NBytes
Link copied to clipboard
open
fun
skipNBytes
(
n
:
Long
)
transfer
To
Link copied to clipboard
open
fun
transferTo
(
out
:
OutputStream
?
)
:
Long