toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.streams
/
StdinInputStream
Stdin
Input
Stream
class
StdinInputStream
(
communicationFacility
:
JupyterCommunicationFacility
)
:
InputStream
Members
Constructors
Stdin
Input
Stream
Link copied to clipboard
constructor
(
communicationFacility
:
JupyterCommunicationFacility
)
Functions
available
Link copied to clipboard
open
fun
available
(
)
:
Int
close
Link copied to clipboard
open
override
fun
close
(
)
mark
Link copied to clipboard
open
fun
mark
(
p0
:
Int
)
mark
Supported
Link copied to clipboard
open
fun
markSupported
(
)
:
Boolean
read
Link copied to clipboard
open
fun
read
(
p0
:
ByteArray
)
:
Int
@
Synchronized
open
override
fun
read
(
)
:
Int
@
Synchronized
open
override
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
(
p0
:
Int
)
:
ByteArray
open
fun
readNBytes
(
p0
:
ByteArray
,
p1
:
Int
,
p2
:
Int
)
:
Int
reset
Link copied to clipboard
open
fun
reset
(
)
skip
Link copied to clipboard
open
fun
skip
(
p0
:
Long
)
:
Long
skip
NBytes
Link copied to clipboard
open
fun
skipNBytes
(
p0
:
Long
)
transfer
To
Link copied to clipboard
open
fun
transferTo
(
p0
:
OutputStream
)
:
Long