class
StreamOutput extends BinaryOutput
Instance Constructors
-
new
StreamOutput(stream: OutputStream)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
val
chunk: Array[Byte]
-
val
chunkSize: Int
-
def
clone(): AnyRef
-
val
ds: DataOutputStream
-
def
ensureCapacity(capacity: Int): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
putArrayByChunk[T <: AnyVal](arr: Array[T], offset: Long, eltSize: Int): Unit
-
def
putBoolean(value: Boolean): Unit
-
def
putBooleanArray(value: Array[Boolean]): Unit
-
def
putByte(value: Byte): Unit
-
def
putByteArray(value: Array[Byte]): Unit
-
def
putBytes(value: Array[Byte], len: Int): Unit
-
def
putChar(value: Char): Unit
-
def
putCharArray(value: Array[Char]): Unit
-
def
putDouble(value: Double): Unit
-
def
putDoubleArray(value: Array[Double]): Unit
-
def
putFloat(value: Float): Unit
-
def
putFloatArray(value: Array[Float]): Unit
-
def
putInt(value: Int): Unit
-
def
putIntArray(value: Array[Int]): Unit
-
def
putLong(value: Long): Unit
-
def
putLongArray(value: Array[Long]): Unit
-
def
putShort(value: Short): Unit
-
def
putShortArray(value: Array[Short]): Unit
-
def
putString(value: String): Unit
-
def
result: Array[Byte]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit