文件名称:protobuf-master
- 所属分类:
- Web服务器
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-03-12
- 文件大小:
- 2.54mb
- 下载次数:
- 0次
- 提 供 者:
- Reza Gh*******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Protocol Buffers - Google s data interchange format
https://developers.google.com/protocol-buffers/
https://developers.google.com/protocol-buffers/
(系统自动生成,下载前可以参看下载内容)
下载文件列表
protobuf-master
...............\.gitignore
...............\.travis.yml
...............\Android.mk
...............\CHANGES.txt
...............\CONTRIBUTORS.txt
...............\INSTALL.txt
...............\LICENSE
...............\Makefile.am
...............\README.md
...............\autogen.sh
...............\benchmarks
...............\..........\ProtoBench.java
...............\..........\google_message1.dat
...............\..........\google_message2.dat
...............\..........\google_size.proto
...............\..........\google_speed.proto
...............\..........\readme.txt
...............\config.h.include
...............\configure.ac
...............\editors
...............\.......\README.txt
...............\.......\proto.vim
...............\.......\protobuf-mode.el
...............\examples
...............\........\AddPerson.java
...............\........\ListPeople.java
...............\........\Makefile
...............\........\README.txt
...............\........\add_person.cc
...............\........\add_person.py
...............\........\addressbook.proto
...............\........\list_people.cc
...............\........\list_people.py
...............\generate_descriptor_proto.sh
...............\java
...............\....\README.txt
...............\....\pom.xml
...............\....\src
...............\....\...\main
...............\....\...\....\java
...............\....\...\....\....\com
...............\....\...\....\....\...\......\protobuf
...............\....\...\....\....\...\......\........\AbstractMessage.java
...............\....\...\....\....\...\......\........\AbstractMessageLite.java
...............\....\...\....\....\...\......\........\AbstractParser.java
...............\....\...\....\....\...\......\........\BlockingRpcChannel.java
...............\....\...\....\....\...\......\........\BlockingService.java
...............\....\...\....\....\...\......\........\BoundedByteString.java
...............\....\...\....\....\...\......\........\ByteString.java
...............\....\...\....\....\...\......\........\CodedInputStream.java
...............\....\...\....\....\...\......\........\CodedOutputStream.java
...............\....\...\....\....\...\......\........\Descriptors.java
...............\....\...\....\....\...\......\........\DynamicMessage.java
...............\....\...\....\....\...\......\........\Extension.java
...............\....\...\....\....\...\......\........\ExtensionLite.java
...............\....\...\....\....\...\......\........\ExtensionRegistry.java
...............\....\...\....\....\...\......\........\ExtensionRegistryLite.java
...............\....\...\....\....\...\......\........\FieldSet.java
...............\....\...\....\....\...\......\........\GeneratedMessage.java
...............\....\...\....\....\...\......\........\GeneratedMessageLite.java
...............\....\...\....\....\...\......\........\Internal.java
...............\....\...\....\....\...\......\........\InvalidProtocolBufferException.java
...............\....\...\....\....\...\......\........\LazyField.java
...............\....\...\....\....\...\......\........\LazyFieldLite.java
...............\....\...\....\....\...\......\........\LazyStringArrayList.java
...............\....\...\....\....\...\......\........\LazyStringList.java
...............\....\...\....\....\...\......\........\LiteralByteString.java
...............\....\...\....\....\...\......\........\MapEntry.java
...............\....\...\....\....\...\......\........\MapEntryLite.java
...............\....\...\....\....\...\......\........\MapField.java
...............\....\...\....\....\...\......\........\MapFieldLite.java
...............\....\...\....\....\...\......\........\Message.java
...............\....\...\....\....\...\......\........\MessageLite.java
...............\....\...\....\....\...\......\........\MessageLiteOrBuilder.java
...............\....\...\....\....\...\......\........\MessageOrBuilder.java
...............\....\...\....\....\...\......\........\MessageReflection.java
............