Class

com.twitter.scalding.serialization.JavaStreamEnrichments

RichOutputStream

Related Doc: package JavaStreamEnrichments

Permalink

implicit final class RichOutputStream extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichOutputStream
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichOutputStream(s: OutputStream)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  7. val s: OutputStream

    Permalink
  8. def toString(): String

    Permalink
    Definition Classes
    Any
  9. def writeBoolean(b: Boolean): Unit

    Permalink
  10. def writeByte(b: Byte): Unit

    Permalink
  11. def writeBytes(b: Array[Byte]): Unit

    Permalink
  12. def writeBytes(b: Array[Byte], off: Int, len: Int): Unit

    Permalink
  13. def writeChar(sh: Char): Unit

    Permalink
  14. def writeDouble(d: Double): Unit

    Permalink
  15. def writeFloat(f: Float): Unit

    Permalink
  16. def writeInt(i: Int): Unit

    Permalink
  17. def writeLong(l: Long): Unit

    Permalink
  18. def writePosVarInt(i: Int): Unit

    Permalink

    This reads a varInt encoding that only encodes non-negative numbers.

    This reads a varInt encoding that only encodes non-negative numbers. It uses: 1 byte for values 0 - 255, 3 bytes for 256 - 65535, 7 bytes for 65536 - Int.MaxValue

  19. def writeShort(sh: Short): Unit

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped