PGP Shield
Toggle table of contents
1.0.0
release
Target filter
release
Switch theme
Search in API
Skip to content
PGP Shield
pgp-engine
/
ltechnologies.onionphone.pgpshield.engine
/
PgpIo
/
readLimited
read
Limited
fun
readLimited
(
input
:
InputStream
,
maxBytes
:
Long
=
MAX_STREAM_BYTES
)
:
ByteArray
Reads all bytes from
input
up to
maxBytes
.
Throws
Pgp
Exception
if the stream exceeds
maxBytes
.