Home | History | Annotate | Download | only in 1.0.3

META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/grpc/protobuf/
io/grpc/protobuf/lite/
io/grpc/protobuf/lite/ProtoInputStream.class
ProtoInputStream.java
package io.grpc.protobuf.lite
 io.grpc.protobuf.lite.ProtoInputStream extends java.io.InputStream implements io.grpc.Drainable io.grpc.KnownLength  {
	private com.google.protobuf.MessageLite message
	private final com.google.protobuf.Parser parser
	private java.io.ByteArrayInputStream partial
	public void  (com.google.protobuf.MessageLite, com.google.protobuf.Parser) 
		com.google.protobuf.MessageLite message
		com.google.protobuf.Parser parser
	public int drainTo (java.io.OutputStream)  throws java.io.IOException 
		int written
		int written
		java.io.OutputStream target
		int written
	public int read ()  throws java.io.IOException 
	public int read (byte[], int, int)  throws java.io.IOException 
		com.google.protobuf.CodedOutputStream stream
		int size
		byte[] b
		int off
		int len
	public int available ()  throws java.io.IOException 
	com.google.protobuf.MessageLite message () 
	com.google.protobuf.Parser parser () 
}

io/grpc/protobuf/lite/ProtoLiteUtils$1.class
ProtoLiteUtils.java
package io.grpc.protobuf.lite
final io.grpc.protobuf.lite.ProtoLiteUtils$1 extends java.lang.Object implements io.grpc.MethodDescriptor$Marshaller  {
	final com.google.protobuf.Parser val$parser
	void  (com.google.protobuf.Parser) 
	public java.io.InputStream stream (com.google.protobuf.MessageLite) 
		com.google.protobuf.MessageLite value
	public com.google.protobuf.MessageLite parse (java.io.InputStream) 
		com.google.protobuf.MessageLite message
		io.grpc.protobuf.lite.ProtoInputStream protoStream
		com.google.protobuf.InvalidProtocolBufferException ipbe
		java.io.InputStream stream
	private com.google.protobuf.MessageLite parseFrom (java.io.InputStream)  throws com.google.protobuf.InvalidProtocolBufferException 
		com.google.protobuf.InvalidProtocolBufferException e
		java.io.InputStream stream
		com.google.protobuf.CodedInputStream codedInput
		com.google.protobuf.MessageLite message
	public volatile java.lang.Object parse (java.io.InputStream) 
	public volatile java.io.InputStream stream (java.lang.Object) 
}

io/grpc/protobuf/lite/ProtoLiteUtils$2.class
ProtoLiteUtils.java
package io.grpc.protobuf.lite
final io.grpc.protobuf.lite.ProtoLiteUtils$2 extends java.lang.Object implements io.grpc.Metadata$BinaryMarshaller  {
	final com.google.protobuf.MessageLite val$instance
	void  (com.google.protobuf.MessageLite) 
	public byte[] toBytes (com.google.protobuf.MessageLite) 
		com.google.protobuf.MessageLite value
	public com.google.protobuf.MessageLite parseBytes (byte[]) 
		com.google.protobuf.InvalidProtocolBufferException ipbe
		byte[] serialized
	public volatile java.lang.Object parseBytes (byte[]) 
	public volatile byte[] toBytes (java.lang.Object) 
}

io/grpc/protobuf/lite/ProtoLiteUtils.class
ProtoLiteUtils.java
package io.grpc.protobuf.lite
public io.grpc.protobuf.lite.ProtoLiteUtils extends java.lang.Object {
	private static volatile com.google.protobuf.ExtensionRegistryLite globalRegistry
	public static void setExtensionRegistry (com.google.protobuf.ExtensionRegistryLite) 
		com.google.protobuf.ExtensionRegistryLite newRegistry
	public static io.grpc.MethodDescriptor$Marshaller marshaller (com.google.protobuf.MessageLite) 
		com.google.protobuf.MessageLite defaultInstance
		com.google.protobuf.Parser parser
	public static io.grpc.Metadata$BinaryMarshaller metadataMarshaller (com.google.protobuf.MessageLite) 
		com.google.protobuf.MessageLite instance
	private void  () 
	static com.google.protobuf.ExtensionRegistryLite access$000 () 
	static void  () 
}