rd-framework
2023.1.2
rd-framework
/
com.jetbrains.rd.framework
/
SocketWire
/
Base
/
PkgInputStream
Pkg
Input
Stream
inner
class
PkgInputStream
(
stream
:
InputStream
)
:
InputStream
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Pkg
Input
Stream
Link copied to clipboard
fun
PkgInputStream
(
stream
:
InputStream
)
Content copied to clipboard
Functions
available
Link copied to clipboard
open
fun
available
(
)
:
Int
Content copied to clipboard
close
Link copied to clipboard
open
override
fun
close
(
)
Content copied to clipboard
mark
Link copied to clipboard
open
fun
mark
(
p0
:
Int
)
Content copied to clipboard
mark
Supported
Link copied to clipboard
open
fun
markSupported
(
)
:
Boolean
Content copied to clipboard
read
Link copied to clipboard
open
override
fun
read
(
)
:
Int
Content copied to clipboard
open
fun
read
(
p0
:
ByteArray
)
:
Int
Content copied to clipboard
open
fun
read
(
p0
:
ByteArray
,
p1
:
Int
,
p2
:
Int
)
:
Int
Content copied to clipboard
read
All
Bytes
Link copied to clipboard
open
fun
readAllBytes
(
)
:
ByteArray
Content copied to clipboard
read
NBytes
Link copied to clipboard
open
fun
readNBytes
(
p0
:
Int
)
:
ByteArray
Content copied to clipboard
open
fun
readNBytes
(
p0
:
ByteArray
,
p1
:
Int
,
p2
:
Int
)
:
Int
Content copied to clipboard
reset
Link copied to clipboard
open
fun
reset
(
)
Content copied to clipboard
skip
Link copied to clipboard
open
fun
skip
(
p0
:
Long
)
:
Long
Content copied to clipboard
transfer
To
Link copied to clipboard
open
fun
transferTo
(
p0
:
OutputStream
)
:
Long
Content copied to clipboard
Properties
pkg
Link copied to clipboard
var
pkg
:
ByteArray
Content copied to clipboard
pos
Link copied to clipboard
var
pos
:
Int
=
0
Content copied to clipboard