abstract class SimpleOutputWrapper extends SimpleOutput
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimpleOutputWrapper
- SimpleOutput
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SimpleOutputWrapper()
Concrete Value Members
-
def
writeBigDecimal(bigDecimal: BigDecimal): Unit
Value written MUST NOT be
null
Value written MUST NOT be
null
- Definition Classes
- SimpleOutputWrapper → SimpleOutput
-
def
writeBigInt(bigInt: BigInt): Unit
Value written MUST NOT be
null
Value written MUST NOT be
null
- Definition Classes
- SimpleOutputWrapper → SimpleOutput
-
def
writeBinary(binary: Array[Byte]): Unit
Value written MUST NOT be
null
Value written MUST NOT be
null
- Definition Classes
- SimpleOutputWrapper → SimpleOutput
-
def
writeBoolean(boolean: Boolean): Unit
- Definition Classes
- SimpleOutputWrapper → SimpleOutput
-
def
writeByte(byte: Byte): Unit
- Definition Classes
- SimpleOutputWrapper → SimpleOutput
-
def
writeChar(char: Char): Unit
- Definition Classes
- SimpleOutputWrapper → SimpleOutput
-
def
writeDouble(double: Double): Unit
- Definition Classes
- SimpleOutputWrapper → SimpleOutput
-
def
writeFloat(float: Float): Unit
- Definition Classes
- SimpleOutputWrapper → SimpleOutput
-
def
writeInt(int: Int): Unit
- Definition Classes
- SimpleOutputWrapper → SimpleOutput
-
def
writeLong(long: Long): Unit
- Definition Classes
- SimpleOutputWrapper → SimpleOutput
-
def
writeShort(short: Short): Unit
- Definition Classes
- SimpleOutputWrapper → SimpleOutput
-
def
writeString(str: String): Unit
Value written MUST NOT be
null
Value written MUST NOT be
null
- Definition Classes
- SimpleOutputWrapper → SimpleOutput
-
def
writeTimestamp(millis: Long): Unit
- Definition Classes
- SimpleOutputWrapper → SimpleOutput