de
.
sciss
.
lucre
.
io
FastOutputStream
class
FastOutputStream
extends
OutputStream
Linear Supertypes
OutputStream
,
Flushable
,
Closeable
,
AnyRef
,
Any
Known Subclasses
DataOutput
Ordering
Alphabetic
By inheritance
Inherited
FastOutputStream
OutputStream
Flushable
Closeable
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
FastOutputStream
(
buffer:
Array
[
Byte
]
,
bumpSize:
Int
)
new
FastOutputStream
(
buffer:
Array
[
Byte
]
)
new
FastOutputStream
(
initialSize:
Int
,
bumpSize:
Int
)
new
FastOutputStream
(
initialSize:
Int
)
new
FastOutputStream
()
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
addSize
(
sizeAdded:
Int
)
:
Unit
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
close
()
:
Unit
Definition Classes
OutputStream → Closeable
Annotations
@throws
()
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
flush
()
:
Unit
Definition Classes
OutputStream → Flushable
Annotations
@throws
()
def
getBufferBytes
()
:
Array
[
Byte
]
def
getBufferLength
()
:
Int
def
getBufferOffset
()
:
Int
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
makeSpace
(
sizeNeeded:
Int
)
:
Unit
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
reset
()
:
Unit
def
size
()
:
Int
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toByteArray
()
:
Array
[
Byte
]
def
toString
(
encoding:
String
)
:
String
def
toString
()
:
String
Definition Classes
FastOutputStream
→ AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
def
write
(
fromBuf:
Array
[
Byte
]
,
offset:
Int
,
length:
Int
)
:
Unit
Definition Classes
FastOutputStream
→ OutputStream
def
write
(
fromBuf:
Array
[
Byte
]
)
:
Unit
Definition Classes
FastOutputStream
→ OutputStream
def
write
(
b:
Int
)
:
Unit
Definition Classes
FastOutputStream
→ OutputStream
final
def
writeFast
(
fromBuf:
Array
[
Byte
]
,
offset:
Int
,
length:
Int
)
:
Unit
final
def
writeFast
(
fromBuf:
Array
[
Byte
]
)
:
Unit
final
def
writeFast
(
b:
Int
)
:
Unit
def
writeTo
(
out:
OutputStream
)
:
Unit
Inherited from
OutputStream
Inherited from
Flushable
Inherited from
Closeable
Inherited from
AnyRef
Inherited from
Any
Ungrouped