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
/
copyLimited
copy
Limited
fun
copyLimited
(
input
:
InputStream
,
output
:
OutputStream
,
maxBytes
:
Long
=
MAX_STREAM_BYTES
)
:
Long
Copies
input
to
output
up to
maxBytes
.
Return
Total bytes copied.
Throws
Pgp
Exception
if the limit is exceeded.