root
Toggle table of contents
goblin-common
Target filter
goblin-common
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.common.utils
/
BoundedByteArrayOutputStream
Bounded
Byte
Array
Output
Stream
goblin-common
class
BoundedByteArrayOutputStream
(
capacity
:
Int
=
32
,
val
limit
:
Long
=
capacity.toLong()
)
:
ByteArrayOutputStream
Members
Constructors
Bounded
Byte
Array
Output
Stream
Link copied to clipboard
goblin-common
constructor
(
capacity
:
Int
=
32
,
limit
:
Long
=
capacity.toLong()
)
Properties
limit
Link copied to clipboard
goblin-common
val
limit
:
Long
Functions
close
Link copied to clipboard
goblin-common
open
override
fun
close
(
)
flush
Link copied to clipboard
goblin-common
open
override
fun
flush
(
)
reset
Link copied to clipboard
goblin-common
open
fun
reset
(
)
size
Link copied to clipboard
goblin-common
open
fun
size
(
)
:
Int
to
Byte
Array
Link copied to clipboard
goblin-common
open
fun
toByteArray
(
)
:
ByteArray
to
String
Link copied to clipboard
goblin-common
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
goblin-common
open
override
fun
write
(
b
:
Int
)
open
override
fun
write
(
b
:
ByteArray
,
off
:
Int
,
len
:
Int
)
open
fun
write
(
p0
:
ByteArray
)
write
Bytes
Link copied to clipboard
goblin-common
open
fun
writeBytes
(
p0
:
ByteArray
)
write
To
Link copied to clipboard
goblin-common
open
fun
writeTo
(
p0
:
OutputStream
)