bitcoin-kmp
0.11.1
common
jvm
bitcoin-kmp
/
fr.acinq.bitcoin.io
Package fr.
acinq.
bitcoin.
io
Types
Functions
Types
Byte
Array
Input
Link copied to clipboard
common
class
ByteArrayInput
(
array
:
ByteArray
)
:
Input
Content copied to clipboard
Byte
Array
Output
Link copied to clipboard
common
class
ByteArrayOutput
:
Output
Content copied to clipboard
Input
Link copied to clipboard
common
interface
Input
Content copied to clipboard
Input
Stream
Input
Link copied to clipboard
jvm
class
InputStreamInput
(
stream
:
InputStream
)
:
Input
Content copied to clipboard
Output
Link copied to clipboard
common
interface
Output
Content copied to clipboard
Output
Stream
Output
Link copied to clipboard
jvm
class
OutputStreamOutput
(
stream
:
OutputStream
)
:
Output
Content copied to clipboard
Functions
read
NBytes
Link copied to clipboard
common
fun
Input
.
readNBytes
(
n
:
Int
)
:
ByteArray
?
Content copied to clipboard
Read bytes from the input. Return null if the input is too small.