Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-load-object-storage
/
io.airbyte.cdk.load.file.object_storage
/
ManagedByteArrayOutputStream
Managed
Byte
Array
Output
Stream
abstract
class
ManagedByteArrayOutputStream
(
initialCapacity
:
Int
)
:
ByteArrayOutputStream
Inheritors
StandardByteArrayOutputStream
PooledByteArrayOutputStream
Members
Constructors
Managed
Byte
Array
Output
Stream
Link copied to clipboard
constructor
(
initialCapacity
:
Int
)
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
extract
Bytes
Link copied to clipboard
abstract
fun
extractBytes
(
)
:
ByteArray
flush
Link copied to clipboard
open
override
fun
flush
(
)
reset
Link copied to clipboard
open
fun
reset
(
)
reset
Buffer
Link copied to clipboard
abstract
fun
resetBuffer
(
)
size
Link copied to clipboard
open
fun
size
(
)
:
Int
to
Byte
Array
Link copied to clipboard
open
fun
toByteArray
(
)
:
ByteArray
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
open
fun
toString
(
p0
:
Charset
)
:
String
open
fun
toString
(
p0
:
Int
)
:
String
open
fun
toString
(
p0
:
String
)
:
String
write
Link copied to clipboard
open
override
fun
write
(
p0
:
Int
)
open
override
fun
write
(
p0
:
ByteArray
,
p1
:
Int
,
p2
:
Int
)
open
fun
write
(
p0
:
ByteArray
)
write
Bytes
Link copied to clipboard
open
fun
writeBytes
(
p0
:
ByteArray
)
write
To
Link copied to clipboard
open
fun
writeTo
(
p0
:
OutputStream
)