Ignore:
Timestamp:
2014-09-18T16:16:38+02:00 (10 years ago)
Author:
donvip
Message:

[josm_pbf] update to protobuf 2.6.0 and latest osm-binary

Location:
applications/editors/josm/plugins/pbf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pbf

    • Property svn:externals
      •  

        old new  
        11proto https://github.com/scrosby/OSM-binary/trunk/src
        2 protobuf http://protobuf.googlecode.com/svn/tags/2.5.0/src/google/protobuf/
         2protobuf http://protobuf.googlecode.com/svn/tags/2.6.0/src/google/protobuf/
  • applications/editors/josm/plugins/pbf/gen/crosby/binary/Fileformat.java

    r30490 r30658  
    11// Generated by the protocol buffer compiler.  DO NOT EDIT!
    2 // source: src/crosby/binary/fileformat.proto
     2// source: fileformat.proto
    33
    44package crosby.binary;
     
    99      com.google.protobuf.ExtensionRegistryLite registry) {
    1010  }
    11   public interface BlobOrBuilder
    12       extends com.google.protobuf.MessageLiteOrBuilder {
    13 
    14     // optional bytes raw = 1;
     11  public interface BlobOrBuilder extends
     12      // @@protoc_insertion_point(interface_extends:OSMPBF.Blob)
     13      com.google.protobuf.MessageLiteOrBuilder {
     14
    1515    /**
    1616     * <code>optional bytes raw = 1;</code>
     
    3030    com.google.protobuf.ByteString getRaw();
    3131
    32     // optional int32 raw_size = 2;
    3332    /**
    3433     * <code>optional int32 raw_size = 2;</code>
     
    4847    int getRawSize();
    4948
    50     // optional bytes zlib_data = 3;
    5149    /**
    5250     * <code>optional bytes zlib_data = 3;</code>
     
    6664    com.google.protobuf.ByteString getZlibData();
    6765
    68     // optional bytes lzma_data = 4;
    6966    /**
    7067     * <code>optional bytes lzma_data = 4;</code>
     
    8481    com.google.protobuf.ByteString getLzmaData();
    8582
    86     // optional bytes OBSOLETE_bzip2_data = 5 [deprecated = true];
    8783    /**
    8884     * <code>optional bytes OBSOLETE_bzip2_data = 5 [deprecated = true];</code>
     
    106102   */
    107103  public static final class Blob extends
    108       com.google.protobuf.GeneratedMessageLite
    109       implements BlobOrBuilder {
     104      com.google.protobuf.GeneratedMessageLite implements
     105      // @@protoc_insertion_point(message_implements:OSMPBF.Blob)
     106      BlobOrBuilder {
    110107    // Use Blob.newBuilder() to construct.
    111108    private Blob(com.google.protobuf.GeneratedMessageLite.Builder builder) {
    112109      super(builder);
    113 
    114     }
    115     private Blob(boolean noInit) {}
     110      this.unknownFields = builder.getUnknownFields();
     111    }
     112    private Blob(boolean noInit) { this.unknownFields = com.google.protobuf.ByteString.EMPTY;}
    116113
    117114    private static final Blob defaultInstance;
     
    124121    }
    125122
     123    private final com.google.protobuf.ByteString unknownFields;
    126124    private Blob(
    127125        com.google.protobuf.CodedInputStream input,
     
    130128      initFields();
    131129      int mutable_bitField0_ = 0;
     130      com.google.protobuf.ByteString.Output unknownFieldsOutput =
     131          com.google.protobuf.ByteString.newOutput();
     132      com.google.protobuf.CodedOutputStream unknownFieldsCodedOutput =
     133          com.google.protobuf.CodedOutputStream.newInstance(
     134              unknownFieldsOutput);
    132135      try {
    133136        boolean done = false;
     
    139142              break;
    140143            default: {
    141               if (!parseUnknownField(input,
     144              if (!parseUnknownField(input, unknownFieldsCodedOutput,
    142145                                     extensionRegistry, tag)) {
    143146                done = true;
     
    178181            e.getMessage()).setUnfinishedMessage(this);
    179182      } finally {
     183        try {
     184          unknownFieldsCodedOutput.flush();
     185        } catch (java.io.IOException e) {
     186        // Should not happen
     187        } finally {
     188          unknownFields = unknownFieldsOutput.toByteString();
     189        }
    180190        makeExtensionsImmutable();
    181191      }
     
    197207
    198208    private int bitField0_;
    199     // optional bytes raw = 1;
    200209    public static final int RAW_FIELD_NUMBER = 1;
    201210    private com.google.protobuf.ByteString raw_;
     
    221230    }
    222231
    223     // optional int32 raw_size = 2;
    224232    public static final int RAW_SIZE_FIELD_NUMBER = 2;
    225233    private int rawSize_;
     
    245253    }
    246254
    247     // optional bytes zlib_data = 3;
    248255    public static final int ZLIB_DATA_FIELD_NUMBER = 3;
    249256    private com.google.protobuf.ByteString zlibData_;
     
    269276    }
    270277
    271     // optional bytes lzma_data = 4;
    272278    public static final int LZMA_DATA_FIELD_NUMBER = 4;
    273279    private com.google.protobuf.ByteString lzmaData_;
     
    293299    }
    294300
    295     // optional bytes OBSOLETE_bzip2_data = 5 [deprecated = true];
    296301    public static final int OBSOLETE_BZIP2_DATA_FIELD_NUMBER = 5;
    297302    private com.google.protobuf.ByteString oBSOLETEBzip2Data_;
     
    327332    public final boolean isInitialized() {
    328333      byte isInitialized = memoizedIsInitialized;
    329       if (isInitialized != -1) return isInitialized == 1;
     334      if (isInitialized == 1) return true;
     335      if (isInitialized == 0) return false;
    330336
    331337      memoizedIsInitialized = 1;
     
    351357        output.writeBytes(5, oBSOLETEBzip2Data_);
    352358      }
     359      output.writeRawBytes(unknownFields);
    353360    }
    354361
     
    379386          .computeBytesSize(5, oBSOLETEBzip2Data_);
    380387      }
     388      size += unknownFields.size();
    381389      memoizedSerializedSize = size;
    382390      return size;
     
    456464        com.google.protobuf.GeneratedMessageLite.Builder<
    457465          crosby.binary.Fileformat.Blob, Builder>
    458         implements crosby.binary.Fileformat.BlobOrBuilder {
     466        implements
     467        // @@protoc_insertion_point(builder_implements:OSMPBF.Blob)
     468        crosby.binary.Fileformat.BlobOrBuilder {
    459469      // Construct using crosby.binary.Fileformat.Blob.newBuilder()
    460470      private Builder() {
     
    544554          setOBSOLETEBzip2Data(other.getOBSOLETEBzip2Data());
    545555        }
     556        setUnknownFields(
     557            getUnknownFields().concat(other.unknownFields));
    546558        return this;
    547559      }
     
    570582      private int bitField0_;
    571583
    572       // optional bytes raw = 1;
    573584      private com.google.protobuf.ByteString raw_ = com.google.protobuf.ByteString.EMPTY;
    574585      /**
     
    622633      }
    623634
    624       // optional int32 raw_size = 2;
    625635      private int rawSize_ ;
    626636      /**
     
    671681      }
    672682
    673       // optional bytes zlib_data = 3;
    674683      private com.google.protobuf.ByteString zlibData_ = com.google.protobuf.ByteString.EMPTY;
    675684      /**
     
    723732      }
    724733
    725       // optional bytes lzma_data = 4;
    726734      private com.google.protobuf.ByteString lzmaData_ = com.google.protobuf.ByteString.EMPTY;
    727735      /**
     
    775783      }
    776784
    777       // optional bytes OBSOLETE_bzip2_data = 5 [deprecated = true];
    778785      private com.google.protobuf.ByteString oBSOLETEBzip2Data_ = com.google.protobuf.ByteString.EMPTY;
    779786      /**
     
    838845  }
    839846
    840   public interface BlobHeaderOrBuilder
    841       extends com.google.protobuf.MessageLiteOrBuilder {
    842 
    843     // required string type = 1;
     847  public interface BlobHeaderOrBuilder extends
     848      // @@protoc_insertion_point(interface_extends:OSMPBF.BlobHeader)
     849      com.google.protobuf.MessageLiteOrBuilder {
     850
    844851    /**
    845852     * <code>required string type = 1;</code>
     
    856863        getTypeBytes();
    857864
    858     // optional bytes indexdata = 2;
    859865    /**
    860866     * <code>optional bytes indexdata = 2;</code>
     
    866872    com.google.protobuf.ByteString getIndexdata();
    867873
    868     // required int32 datasize = 3;
    869874    /**
    870875     * <code>required int32 datasize = 3;</code>
     
    880885   */
    881886  public static final class BlobHeader extends
    882       com.google.protobuf.GeneratedMessageLite
    883       implements BlobHeaderOrBuilder {
     887      com.google.protobuf.GeneratedMessageLite implements
     888      // @@protoc_insertion_point(message_implements:OSMPBF.BlobHeader)
     889      BlobHeaderOrBuilder {
    884890    // Use BlobHeader.newBuilder() to construct.
    885891    private BlobHeader(com.google.protobuf.GeneratedMessageLite.Builder builder) {
    886892      super(builder);
    887 
    888     }
    889     private BlobHeader(boolean noInit) {}
     893      this.unknownFields = builder.getUnknownFields();
     894    }
     895    private BlobHeader(boolean noInit) { this.unknownFields = com.google.protobuf.ByteString.EMPTY;}
    890896
    891897    private static final BlobHeader defaultInstance;
     
    898904    }
    899905
     906    private final com.google.protobuf.ByteString unknownFields;
    900907    private BlobHeader(
    901908        com.google.protobuf.CodedInputStream input,
     
    904911      initFields();
    905912      int mutable_bitField0_ = 0;
     913      com.google.protobuf.ByteString.Output unknownFieldsOutput =
     914          com.google.protobuf.ByteString.newOutput();
     915      com.google.protobuf.CodedOutputStream unknownFieldsCodedOutput =
     916          com.google.protobuf.CodedOutputStream.newInstance(
     917              unknownFieldsOutput);
    906918      try {
    907919        boolean done = false;
     
    913925              break;
    914926            default: {
    915               if (!parseUnknownField(input,
     927              if (!parseUnknownField(input, unknownFieldsCodedOutput,
    916928                                     extensionRegistry, tag)) {
    917929                done = true;
     
    920932            }
    921933            case 10: {
     934              com.google.protobuf.ByteString bs = input.readBytes();
    922935              bitField0_ |= 0x00000001;
    923               type_ = input.readBytes();
     936              type_ = bs;
    924937              break;
    925938            }
     
    942955            e.getMessage()).setUnfinishedMessage(this);
    943956      } finally {
     957        try {
     958          unknownFieldsCodedOutput.flush();
     959        } catch (java.io.IOException e) {
     960        // Should not happen
     961        } finally {
     962          unknownFields = unknownFieldsOutput.toByteString();
     963        }
    944964        makeExtensionsImmutable();
    945965      }
     
    961981
    962982    private int bitField0_;
    963     // required string type = 1;
    964983    public static final int TYPE_FIELD_NUMBER = 1;
    965984    private java.lang.Object type_;
     
    10041023    }
    10051024
    1006     // optional bytes indexdata = 2;
    10071025    public static final int INDEXDATA_FIELD_NUMBER = 2;
    10081026    private com.google.protobuf.ByteString indexdata_;
     
    10201038    }
    10211039
    1022     // required int32 datasize = 3;
    10231040    public static final int DATASIZE_FIELD_NUMBER = 3;
    10241041    private int datasize_;
     
    10441061    public final boolean isInitialized() {
    10451062      byte isInitialized = memoizedIsInitialized;
    1046       if (isInitialized != -1) return isInitialized == 1;
     1063      if (isInitialized == 1) return true;
     1064      if (isInitialized == 0) return false;
    10471065
    10481066      if (!hasType()) {
     
    10701088        output.writeInt32(3, datasize_);
    10711089      }
     1090      output.writeRawBytes(unknownFields);
    10721091    }
    10731092
     
    10901109          .computeInt32Size(3, datasize_);
    10911110      }
     1111      size += unknownFields.size();
    10921112      memoizedSerializedSize = size;
    10931113      return size;
     
    11671187        com.google.protobuf.GeneratedMessageLite.Builder<
    11681188          crosby.binary.Fileformat.BlobHeader, Builder>
    1169         implements crosby.binary.Fileformat.BlobHeaderOrBuilder {
     1189        implements
     1190        // @@protoc_insertion_point(builder_implements:OSMPBF.BlobHeader)
     1191        crosby.binary.Fileformat.BlobHeaderOrBuilder {
    11701192      // Construct using crosby.binary.Fileformat.BlobHeader.newBuilder()
    11711193      private Builder() {
     
    12391261          setDatasize(other.getDatasize());
    12401262        }
     1263        setUnknownFields(
     1264            getUnknownFields().concat(other.unknownFields));
    12411265        return this;
    12421266      }
     
    12731297      private int bitField0_;
    12741298
    1275       // required string type = 1;
    12761299      private java.lang.Object type_ = "";
    12771300      /**
     
    12871310        java.lang.Object ref = type_;
    12881311        if (!(ref instanceof java.lang.String)) {
    1289           java.lang.String s = ((com.google.protobuf.ByteString) ref)
    1290               .toStringUtf8();
    1291           type_ = s;
     1312          com.google.protobuf.ByteString bs =
     1313              (com.google.protobuf.ByteString) ref;
     1314          java.lang.String s = bs.toStringUtf8();
     1315          if (bs.isValidUtf8()) {
     1316            type_ = s;
     1317          }
    12921318          return s;
    12931319        } else {
     
    13471373      }
    13481374
    1349       // optional bytes indexdata = 2;
    13501375      private com.google.protobuf.ByteString indexdata_ = com.google.protobuf.ByteString.EMPTY;
    13511376      /**
     
    13831408      }
    13841409
    1385       // required int32 datasize = 3;
    13861410      private int datasize_ ;
    13871411      /**
Note: See TracChangeset for help on using the changeset viewer.