Android Scanbot Barcode SDK
Toggle table of contents
8.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot Barcode SDK
Android Scanbot Barcode SDK
/
io.scanbot.cryptio
/
AesGcmEncryptingOutputStream
Aes
Gcm
Encrypting
Output
Stream
class
AesGcmEncryptingOutputStream
(
outputStream
:
OutputStream
,
outBufferSize
:
Int
=
4096
)
:
FilterOutputStream
Members
Constructors
Aes
Gcm
Encrypting
Output
Stream
Link copied to clipboard
constructor
(
outputStream
:
OutputStream
,
outBufferSize
:
Int
=
4096
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
write
Link copied to clipboard
open
override
fun
write
(
b
:
Int
)
open
override
fun
write
(
b
:
ByteArray
,
off
:
Int
,
len
:
Int
)