Search
Preparing search index...
The search index is not available
ScriptableMC-TypeScript
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"lib/java/io/ByteArrayOutputStream"
ByteArrayOutputStream
Class ByteArrayOutputStream
Hierarchy
OutputStream
ByteArrayOutputStream
Index
Constructors
constructor
Accessors
$java
Class
Methods
close
flush
reset
size
to
Byte
Array
write
write
Bytes
write
To
null
Output
Stream
Constructors
constructor
new
Byte
Array
Output
Stream
(
)
:
ByteArrayOutputStream
new
Byte
Array
Output
Stream
(
)
:
ByteArrayOutputStream
new
Byte
Array
Output
Stream
(
size
:
number
)
:
ByteArrayOutputStream
Returns
ByteArrayOutputStream
Returns
ByteArrayOutputStream
Parameters
size:
number
Returns
ByteArrayOutputStream
Accessors
Static
$java
Class
get
$javaClass
(
)
:
any
Returns
any
Methods
close
close
(
)
:
void
Returns
void
flush
flush
(
)
:
void
Returns
void
reset
reset
(
)
:
void
Returns
void
size
size
(
)
:
number
Returns
number
to
Byte
Array
to
Byte
Array
(
)
:
Array
<
number
>
Returns
Array
<
number
>
write
write
(
b
:
number
)
:
void
write
(
b
:
Array
<
number
>
)
:
void
write
(
b
:
Array
<
number
>
, off
:
number
, len
:
number
)
:
void
Parameters
b:
number
Returns
void
Parameters
b:
Array
<
number
>
Returns
void
Parameters
b:
Array
<
number
>
off:
number
len:
number
Returns
void
write
Bytes
write
Bytes
(
b
:
Array
<
number
>
)
:
void
Parameters
b:
Array
<
number
>
Returns
void
write
To
write
To
(
out
:
OutputStream
)
:
void
Parameters
out:
OutputStream
Returns
void
Static
null
Output
Stream
null
Output
Stream
(
)
:
OutputStream
null
Output
Stream
(
)
:
OutputStream
Returns
OutputStream
Returns
OutputStream
Globals
"lib/java/io/
Byte
Array
Output
Stream"
Byte
Array
Output
Stream
constructor
$java
Class
close
flush
reset
size
to
Byte
Array
write
write
Bytes
write
To
null
Output
Stream
Generated using
TypeDoc