ktor
1.6.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
common
jvm
posix
ktor-io
/
io.ktor.utils.io.core
/
Input
/
readFully
read
Fully
common
jvm
posix
expect
open
fun
readFully
(
dst
:
ByteArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
expect
open
fun
readFully
(
dst
:
ShortArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
expect
open
fun
readFully
(
dst
:
IntArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
expect
open
fun
readFully
(
dst
:
LongArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
expect
open
fun
readFully
(
dst
:
FloatArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
expect
open
fun
readFully
(
dst
:
DoubleArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
expect
open
fun
readFully
(
dst
:
IoBuffer
,
length
:
Int
)
Content copied to clipboard
open
fun
readFully
(
dst
:
ByteBuffer
,
length
:
Int
=
dst.remaining()
)
Content copied to clipboard
actual
open
fun
readFully
(
dst
:
ByteArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
actual
open
fun
readFully
(
dst
:
ShortArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
actual
open
fun
readFully
(
dst
:
IntArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
actual
open
fun
readFully
(
dst
:
LongArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
actual
open
fun
readFully
(
dst
:
FloatArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
actual
open
fun
readFully
(
dst
:
DoubleArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
actual
open
fun
readFully
(
dst
:
IoBuffer
,
length
:
Int
)
Content copied to clipboard
open
fun
readFully
(
dst
:
<ERROR CLASS>
<
<ERROR CLASS>
>
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
open
fun
readFully
(
dst
:
<ERROR CLASS>
<
<ERROR CLASS>
>
,
offset
:
Long
,
length
:
Long
)
Content copied to clipboard
actual
open
fun
readFully
(
dst
:
ByteArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
actual
open
fun
readFully
(
dst
:
ShortArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
actual
open
fun
readFully
(
dst
:
IntArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
actual
open
fun
readFully
(
dst
:
LongArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
actual
open
fun
readFully
(
dst
:
FloatArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
actual
open
fun
readFully
(
dst
:
DoubleArray
,
offset
:
Int
,
length
:
Int
)
Content copied to clipboard
actual
open
fun
readFully
(
dst
:
IoBuffer
,
length
:
Int
)
Content copied to clipboard