protobuf-java-2.1.0.jar中文-英文对照文档.zip

com.google.protobufprotobuf-java2.1.0API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: protobuf-java-2.1.0.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 913.05 KB

选择下载方式

方式1:微信扫码支付下载
文件价格:¥1
支付完成后自动开始下载
方式2:兑换码下载
前往 链动小铺 购买【Java 组件中文文档兑换码】

文件简介

protobuf-java-2.1.0.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:protobuf-java-2.1.0.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:protobuf-java-2.1.0.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:protobuf-java-2.1.0.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:protobuf-java-2.1.0-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 protobuf-java-2.1.0.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: Protocol Buffer Java API
  • 描述: 协议缓冲区是一种以高效且可扩展的格式对结构化数据进行编码的方式。
  • 版本: 2.1.0

Maven依赖

<dependency>
	<groupId>com.google.protobuf</groupId>
	<artifactId>protobuf-java</artifactId>
	<version>2.1.0</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'com.google.protobuf', name: 'protobuf-java', version: '2.1.0'
Gradle (Short):
	implementation 'com.google.protobuf:protobuf-java:2.1.0'
Gradle (Kotlin):
	implementation("com.google.protobuf:protobuf-java:2.1.0")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

com.google.protobuf

本组件包含的 Java class(类)

com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.Builder
com.google.protobuf.BlockingRpcChannel
com.google.protobuf.BlockingService
com.google.protobuf.ByteString
com.google.protobuf.ByteString.Output
com.google.protobuf.CodedInputStream
com.google.protobuf.CodedOutputStream
com.google.protobuf.CodedOutputStream.OutOfSpaceException
com.google.protobuf.DescriptorProtos
com.google.protobuf.DescriptorProtos.DescriptorProto
com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
com.google.protobuf.DescriptorProtos.EnumDescriptorProto
com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
com.google.protobuf.DescriptorProtos.EnumOptions
com.google.protobuf.DescriptorProtos.EnumOptions.Builder
com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
com.google.protobuf.DescriptorProtos.EnumValueOptions
com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
com.google.protobuf.DescriptorProtos.FieldDescriptorProto
com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
com.google.protobuf.DescriptorProtos.FieldOptions
com.google.protobuf.DescriptorProtos.FieldOptions.Builder
com.google.protobuf.DescriptorProtos.FieldOptions.CType
com.google.protobuf.DescriptorProtos.FileDescriptorProto
com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
com.google.protobuf.DescriptorProtos.FileDescriptorSet
com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
com.google.protobuf.DescriptorProtos.FileOptions
com.google.protobuf.DescriptorProtos.FileOptions.Builder
com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
com.google.protobuf.DescriptorProtos.MessageOptions
com.google.protobuf.DescriptorProtos.MessageOptions.Builder
com.google.protobuf.DescriptorProtos.MethodDescriptorProto
com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
com.google.protobuf.DescriptorProtos.MethodOptions
com.google.protobuf.DescriptorProtos.MethodOptions.Builder
com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
com.google.protobuf.DescriptorProtos.ServiceOptions
com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
com.google.protobuf.DescriptorProtos.UninterpretedOption
com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
com.google.protobuf.Descriptors
com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.DescriptorValidationException
com.google.protobuf.Descriptors.EnumDescriptor
com.google.protobuf.Descriptors.EnumValueDescriptor
com.google.protobuf.Descriptors.FieldDescriptor
com.google.protobuf.Descriptors.FieldDescriptor.JavaType
com.google.protobuf.Descriptors.FieldDescriptor.Type
com.google.protobuf.Descriptors.FileDescriptor
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner
com.google.protobuf.Descriptors.MethodDescriptor
com.google.protobuf.Descriptors.ServiceDescriptor
com.google.protobuf.DynamicMessage
com.google.protobuf.DynamicMessage.Builder
com.google.protobuf.ExtensionRegistry
com.google.protobuf.ExtensionRegistry.ExtensionInfo
com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.Builder
com.google.protobuf.GeneratedMessage.ExtendableBuilder
com.google.protobuf.GeneratedMessage.ExtendableMessage
com.google.protobuf.GeneratedMessage.FieldAccessorTable
com.google.protobuf.GeneratedMessage.GeneratedExtension
com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.Message
com.google.protobuf.Message.Builder
com.google.protobuf.ProtocolMessageEnum
com.google.protobuf.RpcCallback
com.google.protobuf.RpcChannel
com.google.protobuf.RpcController
com.google.protobuf.RpcUtil
com.google.protobuf.RpcUtil.AlreadyCalledException
com.google.protobuf.Service
com.google.protobuf.ServiceException
com.google.protobuf.TextFormat
com.google.protobuf.TextFormat.ParseException
com.google.protobuf.UninitializedMessageException
com.google.protobuf.UnknownFieldSet
com.google.protobuf.UnknownFieldSet.Builder
com.google.protobuf.UnknownFieldSet.Field
com.google.protobuf.UnknownFieldSet.Field.Builder
com.google.protobuf.WireFormat