• 大小: 9KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: Java
  • 标签: Java  protobuf3.5  

资源简介

如何使用Java 和 protobuf 3.5进行开发,重点写了使用方法以及注意事项。

资源截图

代码片段和文件信息

package com.xuy;// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: gps_data.proto

public final class GpsData {
  private GpsData() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  public interface gps_dataOrBuilder extends
      // @@protoc_insertion_point(interface_extends:gps_data)
      com.google.protobuf.MessageOrBuilder {

    /**
     * int64 id = 1;
     */
    long getId();

    /**
     * string terminalId = 2;
     */
    String getTerminalId();
    /**
     * string termi

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-12-17 16:59  testprotobuf\
     文件        6148  2017-12-17 16:59  testprotobuf\.DS_Store
     目录           0  2017-12-17 17:00  __MACOSX\
     目录           0  2017-12-17 17:00  __MACOSX\testprotobuf\
     文件         120  2017-12-17 16:59  __MACOSX\testprotobuf\._.DS_Store
     文件         997  2017-12-17 16:51  testprotobuf\pom.xml
     目录           0  2017-12-17 16:59  testprotobuf\src\
     目录           0  2017-12-17 16:41  testprotobuf\src\main\
     目录           0  2017-12-17 16:41  testprotobuf\src\main\java\
     目录           0  2017-12-17 16:41  testprotobuf\src\main\java\com\
     目录           0  2017-12-17 16:53  testprotobuf\src\main\java\com\xuy\
     文件       36191  2017-12-17 16:43  testprotobuf\src\main\java\com\xuy\GpsData.java
     文件        1998  2017-12-17 16:53  testprotobuf\src\main\java\com\xuy\TestGpsProtobuf.java

评论

共有 条评论