jar

com.google.code.google-proto-simple-reader-writer : gpb-stream-reader-writer

Maven & Gradle

Apr 05, 2017

Google Protocol Buffer Stream Reader and Writer · A Java and Javascript library to read and write Google Protocol Buffer messages to input and output streams using delimiters between messages to enable use in streaming (and non-streaming) client parsers.

Table Of Contents

Latest Version

Download com.google.code.google-proto-simple-reader-writer : gpb-stream-reader-writer JAR file - Latest Versions:

All Versions

Download com.google.code.google-proto-simple-reader-writer : gpb-stream-reader-writer JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.x
1.5
1.4
1.3
1.2
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window gpb-stream-reader-writer-1.5.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.google.code.proto.model

├─ com.google.code.proto.model.ExampleMessageProto.class - [JAR]

com.google.code.proto.streamio

├─ com.google.code.proto.streamio.AbstractPBWireByteMarkerHelper.class - [JAR]

├─ com.google.code.proto.streamio.ByteOption.class - [JAR]

├─ com.google.code.proto.streamio.IPBStreamReaderCallback.class - [JAR]

├─ com.google.code.proto.streamio.IPBWireByteMarkerHelper.class - [JAR]

├─ com.google.code.proto.streamio.PBStreamReader.class - [JAR]

├─ com.google.code.proto.streamio.PBStreamWriter.class - [JAR]

├─ com.google.code.proto.streamio.PBWireSignedByteMarkerHelper.class - [JAR]

├─ com.google.code.proto.streamio.PBWireUnsignedByteMarkerHelper.class - [JAR]

Advertisement