com.google.protobuf

CodedOutputStream

object CodedOutputStream

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

Type Members

  1. class OutOfSpaceException extends IOException

    Annotations
    @SerialVersionUID( 6947486886997889499L )

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. val DEFAULT_BUFFER_SIZE: Int

  7. val LITTLE_ENDIAN_32_SIZE: Int

  8. val LITTLE_ENDIAN_64_SIZE: Int

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def computeBoolSize(fieldNumber: Int, value: Boolean): Int

  12. def computeBoolSizeNoTag(value: Boolean): Int

  13. def computeByteArraySize(fieldNumber: Int, value: Array[Byte]): Int

  14. def computeByteArraySizeNoTag(value: Array[Byte]): Int

  15. def computeByteBufferSize(fieldNumber: Int, value: ByteBuffer): Int

  16. def computeByteBufferSizeNoTag(value: ByteBuffer): Int

  17. def computeBytesSize(fieldNumber: Int, value: ByteString): Int

  18. def computeBytesSizeNoTag(value: ByteString): Int

  19. def computeDoubleSize(fieldNumber: Int, value: Double): Int

  20. def computeDoubleSizeNoTag(value: Double): Int

  21. def computeEnumSize(fieldNumber: Int, value: Int): Int

  22. def computeEnumSizeNoTag(value: Int): Int

  23. def computeFixed32Size(fieldNumber: Int, value: Int): Int

  24. def computeFixed32SizeNoTag(value: Int): Int

  25. def computeFixed64Size(fieldNumber: Int, value: Long): Int

  26. def computeFixed64SizeNoTag(value: Long): Int

  27. def computeFloatSize(fieldNumber: Int, value: Float): Int

  28. def computeFloatSizeNoTag(value: Float): Int

  29. def computeInt32Size(fieldNumber: Int, value: Int): Int

  30. def computeInt32SizeNoTag(value: Int): Int

  31. def computeInt64Size(fieldNumber: Int, value: Long): Int

  32. def computeInt64SizeNoTag(value: Long): Int

  33. def computePreferredBufferSize(dataLength: Int): Int

  34. def computeRawVarint32Size(value: Int): Int

  35. def computeRawVarint64Size(value: Long): Int

  36. def computeSFixed32Size(fieldNumber: Int, value: Int): Int

  37. def computeSFixed32SizeNoTag(value: Int): Int

  38. def computeSFixed64Size(fieldNumber: Int, value: Long): Int

  39. def computeSFixed64SizeNoTag(value: Long): Int

  40. def computeSInt32Size(fieldNumber: Int, value: Int): Int

  41. def computeSInt32SizeNoTag(value: Int): Int

  42. def computeSInt64Size(fieldNumber: Int, value: Long): Int

  43. def computeSInt64SizeNoTag(value: Long): Int

  44. def computeStringSize(fieldNumber: Int, value: String): Int

  45. def computeStringSizeNoTag(value: String): Int

  46. def computeTagSize(fieldNumber: Int): Int

  47. def computeUInt32Size(fieldNumber: Int, value: Int): Int

  48. def computeUInt32SizeNoTag(value: Int): Int

  49. def computeUInt64Size(fieldNumber: Int, value: Long): Int

  50. def computeUInt64SizeNoTag(value: Long): Int

  51. def encodeZigZag32(n: Int): Int

  52. def encodeZigZag64(n: Long): Long

  53. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  56. final def getClass(): Class[_]

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

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

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

    Definition Classes
    AnyRef
  60. def newInstance(byteBuffer: ByteBuffer, bufferSize: Int): CodedOutputStream

  61. def newInstance(b: Array[Byte]): CodedOutputStream

  62. def newInstance(byteBuffer: ByteBuffer): CodedOutputStream

  63. def newInstance(output: OutputStream, bufferSize: Int): CodedOutputStream

  64. def newInstance(output: OutputStream): CodedOutputStream

  65. final def notify(): Unit

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

    Definition Classes
    AnyRef
  67. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  68. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped