Object/Class

com.google.protobuf

CodedOutputStream

Related Docs: class CodedOutputStream | package protobuf

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. class OutOfSpaceException extends IOException

    Permalink
    Annotations
    @SerialVersionUID()

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val DEFAULT_BUFFER_SIZE: Int

    Permalink
  5. val LITTLE_ENDIAN_32_SIZE: Int

    Permalink
  6. val LITTLE_ENDIAN_64_SIZE: Int

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

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

    Permalink
  10. def computeBoolSizeNoTag(value: Boolean): Int

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

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

    Permalink
  13. def computeByteBufferSize(fieldNumber: Int, value: ByteBuffer): Int

    Permalink
  14. def computeByteBufferSizeNoTag(value: ByteBuffer): Int

    Permalink
  15. def computeBytesSize(fieldNumber: Int, value: ByteString): Int

    Permalink
  16. def computeBytesSizeNoTag(value: ByteString): Int

    Permalink
  17. def computeDoubleSize(fieldNumber: Int, value: Double): Int

    Permalink
  18. def computeDoubleSizeNoTag(value: Double): Int

    Permalink
  19. def computeEnumSize(fieldNumber: Int, value: Int): Int

    Permalink
  20. def computeEnumSizeNoTag(value: Int): Int

    Permalink
  21. def computeFixed32Size(fieldNumber: Int, value: Int): Int

    Permalink
  22. def computeFixed32SizeNoTag(value: Int): Int

    Permalink
  23. def computeFixed64Size(fieldNumber: Int, value: Long): Int

    Permalink
  24. def computeFixed64SizeNoTag(value: Long): Int

    Permalink
  25. def computeFloatSize(fieldNumber: Int, value: Float): Int

    Permalink
  26. def computeFloatSizeNoTag(value: Float): Int

    Permalink
  27. def computeInt32Size(fieldNumber: Int, value: Int): Int

    Permalink
  28. def computeInt32SizeNoTag(value: Int): Int

    Permalink
  29. def computeInt64Size(fieldNumber: Int, value: Long): Int

    Permalink
  30. def computeInt64SizeNoTag(value: Long): Int

    Permalink
  31. def computePreferredBufferSize(dataLength: Int): Int

    Permalink
  32. def computeRawVarint32Size(value: Int): Int

    Permalink
  33. def computeRawVarint64Size(value: Long): Int

    Permalink
  34. def computeSFixed32Size(fieldNumber: Int, value: Int): Int

    Permalink
  35. def computeSFixed32SizeNoTag(value: Int): Int

    Permalink
  36. def computeSFixed64Size(fieldNumber: Int, value: Long): Int

    Permalink
  37. def computeSFixed64SizeNoTag(value: Long): Int

    Permalink
  38. def computeSInt32Size(fieldNumber: Int, value: Int): Int

    Permalink
  39. def computeSInt32SizeNoTag(value: Int): Int

    Permalink
  40. def computeSInt64Size(fieldNumber: Int, value: Long): Int

    Permalink
  41. def computeSInt64SizeNoTag(value: Long): Int

    Permalink
  42. def computeStringSize(fieldNumber: Int, value: String): Int

    Permalink
  43. def computeStringSizeNoTag(value: String): Int

    Permalink
  44. def computeTagSize(fieldNumber: Int): Int

    Permalink
  45. def computeUInt32Size(fieldNumber: Int, value: Int): Int

    Permalink
  46. def computeUInt32SizeNoTag(value: Int): Int

    Permalink
  47. def computeUInt64Size(fieldNumber: Int, value: Long): Int

    Permalink
  48. def computeUInt64SizeNoTag(value: Long): Int

    Permalink
  49. def encodeZigZag32(n: Int): Int

    Permalink
  50. def encodeZigZag64(n: Long): Long

    Permalink
  51. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Permalink
  60. def newInstance(byteBuffer: ByteBuffer): CodedOutputStream

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

    Permalink
  62. def newInstance(output: OutputStream): CodedOutputStream

    Permalink
  63. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  64. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  66. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped