com.google.protobuf

CodedOutputStream

class CodedOutputStream extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CodedOutputStream
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CodedOutputStream(output: OutputStream, buffer: Array[Byte])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def checkNoSpaceLeft(): Unit

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def flush(): Unit

  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  19. def spaceLeft(): Int

  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  21. def toString(): String

    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. def writeBool(fieldNumber: Int, value: Boolean): Unit

  26. def writeBoolNoTag(value: Boolean): Unit

  27. def writeByteArray(fieldNumber: Int, value: Array[Byte], offset: Int, length: Int): Unit

  28. def writeByteArray(fieldNumber: Int, value: Array[Byte]): Unit

  29. def writeByteArrayNoTag(value: Array[Byte], offset: Int, length: Int): Unit

  30. def writeByteArrayNoTag(value: Array[Byte]): Unit

  31. def writeByteBuffer(fieldNumber: Int, value: ByteBuffer): Unit

  32. def writeByteBufferNoTag(value: ByteBuffer): Unit

  33. def writeBytes(fieldNumber: Int, value: ByteString): Unit

  34. def writeBytesNoTag(value: ByteString): Unit

  35. def writeDouble(fieldNumber: Int, value: Double): Unit

  36. def writeDoubleNoTag(value: Double): Unit

  37. def writeEnum(fieldNumber: Int, value: Int): Unit

  38. def writeEnumNoTag(value: Int): Unit

  39. def writeFixed32(fieldNumber: Int, value: Int): Unit

  40. def writeFixed32NoTag(value: Int): Unit

  41. def writeFixed64(fieldNumber: Int, value: Long): Unit

  42. def writeFixed64NoTag(value: Long): Unit

  43. def writeFloat(fieldNumber: Int, value: Float): Unit

  44. def writeFloatNoTag(value: Float): Unit

  45. def writeInt32(fieldNumber: Int, value: Int): Unit

  46. def writeInt32NoTag(value: Int): Unit

  47. def writeInt64(fieldNumber: Int, value: Long): Unit

  48. def writeInt64NoTag(value: Long): Unit

  49. def writeRawByte(value: Int): Unit

  50. def writeRawByte(value: Byte): Unit

  51. def writeRawBytes(value: Array[Byte], offset0: Int, length0: Int): Unit

  52. def writeRawBytes(value: ByteBuffer): Unit

  53. def writeRawBytes(value: Array[Byte]): Unit

  54. def writeRawBytes(value: ByteString): Unit

  55. def writeRawLittleEndian32(value: Int): Unit

  56. def writeRawLittleEndian64(value: Long): Unit

  57. def writeRawVarint32(value0: Int): Unit

  58. def writeRawVarint64(value0: Long): Unit

  59. def writeSFixed32(fieldNumber: Int, value: Int): Unit

  60. def writeSFixed32NoTag(value: Int): Unit

  61. def writeSFixed64(fieldNumber: Int, value: Long): Unit

  62. def writeSFixed64NoTag(value: Long): Unit

  63. def writeSInt32(fieldNumber: Int, value: Int): Unit

  64. def writeSInt32NoTag(value: Int): Unit

  65. def writeSInt64(fieldNumber: Int, value: Long): Unit

  66. def writeSInt64NoTag(value: Long): Unit

  67. def writeString(fieldNumber: Int, value: String): Unit

  68. def writeStringNoTag(value: String): Unit

  69. def writeTag(fieldNumber: Int, wireType: Int): Unit

  70. def writeUInt32(fieldNumber: Int, value: Int): Unit

  71. def writeUInt32NoTag(value: Int): Unit

  72. def writeUInt64(fieldNumber: Int, value: Long): Unit

  73. def writeUInt64NoTag(value: Long): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped