Skip navigation links
A B C E G H I M N P R S T V W 

A

AbstractPBWireByteMarkerHelper - Class in com.google.code.proto.streamio
Abstract class to help write delimiting byte markers for Google protocol buffer generated messages used with PBStreamReader.
AbstractPBWireByteMarkerHelper() - Constructor for class com.google.code.proto.streamio.AbstractPBWireByteMarkerHelper
 
addAllMsg(Iterable<? extends ExampleMessageProto.ExampleMsg>) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
addMsg(ExampleMessageProto.ExampleMsg) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
addMsg(int, ExampleMessageProto.ExampleMsg) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
addMsg(ExampleMessageProto.ExampleMsg.Builder) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
addMsg(int, ExampleMessageProto.ExampleMsg.Builder) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
addMsgBuilder() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
addMsgBuilder(int) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 

B

build() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
build() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
buildPartial() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
buildPartial() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
ByteOption - Enum in com.google.code.proto.streamio
 
bytesToInteger(byte[]) - Method in class com.google.code.proto.streamio.AbstractPBWireByteMarkerHelper
Convert the marker byte array to an integer
bytesToInteger(byte[]) - Method in interface com.google.code.proto.streamio.IPBWireByteMarkerHelper
Convert the marker byte array to an integer where each item is part of byte shifted integer
bytesToInteger(byte[]) - Method in class com.google.code.proto.streamio.PBWireSignedByteMarkerHelper
Convert the marker byte array to an integer where each item in marker array is part of byte shifted integer
bytesToInteger(byte[]) - Method in class com.google.code.proto.streamio.PBWireUnsignedByteMarkerHelper
Convert the marker byte array to an integer where each item is part of byte shifted integer The byte array has been restricted to the signed portion to accommodate clients that can only process strings (ascii being 0-127).

C

clear() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
clear() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
clearCode() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
clearMsg() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
clearName() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
clearValue() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
clone() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
clone() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
CODE_FIELD_NUMBER - Static variable in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
com.google.code.proto.model - package com.google.code.proto.model
 
com.google.code.proto.streamio - package com.google.code.proto.streamio
 
createMessageDelimiter(GeneratedMessage) - Method in class com.google.code.proto.streamio.AbstractPBWireByteMarkerHelper
Create a delimiter for the given GeneratedMessage.
createMessageDelimiter(GeneratedMessage) - Method in interface com.google.code.proto.streamio.IPBWireByteMarkerHelper
Create a delimiter for the given GeneratedMessage.

E

estimateTotalContentLength(List<? extends GeneratedMessage>) - Method in class com.google.code.proto.streamio.AbstractPBWireByteMarkerHelper
Estimate the total number of bytes that will be used in a stream for a list of messages - this includes delimeters.
estimateTotalContentLength(List<? extends GeneratedMessage>) - Method in interface com.google.code.proto.streamio.IPBWireByteMarkerHelper
Estimate the total number of bytes that will be used in a stream for a list of messages - this includes delimeters.
ExampleMessageProto - Class in com.google.code.proto.model
 
ExampleMessageProto.ExampleMessages - Class in com.google.code.proto.model
 
ExampleMessageProto.ExampleMessages.Builder - Class in com.google.code.proto.model
 
ExampleMessageProto.ExampleMessagesOrBuilder - Interface in com.google.code.proto.model
 
ExampleMessageProto.ExampleMsg - Class in com.google.code.proto.model
 
ExampleMessageProto.ExampleMsg.Builder - Class in com.google.code.proto.model
 
ExampleMessageProto.ExampleMsgOrBuilder - Interface in com.google.code.proto.model
 

G

getByteMarkerSize() - Method in class com.google.code.proto.streamio.AbstractPBWireByteMarkerHelper
Get the number of bytes holding a message size, where these bytes are within the delimiter byte array and follow the byte marker.
getByteMarkerSize() - Method in interface com.google.code.proto.streamio.IPBWireByteMarkerHelper
Get the number of bytes holding a message size, where these bytes are within the delimiter byte array and follow the byte marker.
getCode() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
getCode() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
getCode() - Method in interface com.google.code.proto.model.ExampleMessageProto.ExampleMsgOrBuilder
 
getDefaultInstance() - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
getDefaultInstance() - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
getDefaultInstanceForType() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
getDefaultInstanceForType() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
getDefaultInstanceForType() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
getDefaultInstanceForType() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
getDelimiterSize() - Method in class com.google.code.proto.streamio.AbstractPBWireByteMarkerHelper
Get the total number of bytes of a delimeter for a generated message.
getDelimiterSize() - Method in interface com.google.code.proto.streamio.IPBWireByteMarkerHelper
Get the total number of bytes of a delimeter for a generated message.
getDescriptor() - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
getDescriptor() - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
getDescriptor() - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
getDescriptor() - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
getDescriptor() - Static method in class com.google.code.proto.model.ExampleMessageProto
 
getDescriptorForType() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
getDescriptorForType() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
getMarkerForStart() - Method in class com.google.code.proto.streamio.AbstractPBWireByteMarkerHelper
Get the byte marker used to identify the start of the delimiter.
getMarkerForStart() - Method in interface com.google.code.proto.streamio.IPBWireByteMarkerHelper
Get the byte marker used to identify the start of the delimiter.
getMsg(int) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
getMsg(int) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
getMsg(int) - Method in interface com.google.code.proto.model.ExampleMessageProto.ExampleMessagesOrBuilder
 
getMsgBuilder(int) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
getMsgBuilderList() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
getMsgCount() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
getMsgCount() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
getMsgCount() - Method in interface com.google.code.proto.model.ExampleMessageProto.ExampleMessagesOrBuilder
 
getMsgList() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
getMsgList() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
getMsgList() - Method in interface com.google.code.proto.model.ExampleMessageProto.ExampleMessagesOrBuilder
 
getMsgOrBuilder(int) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
getMsgOrBuilder(int) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
getMsgOrBuilder(int) - Method in interface com.google.code.proto.model.ExampleMessageProto.ExampleMessagesOrBuilder
 
getMsgOrBuilderList() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
getMsgOrBuilderList() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
getMsgOrBuilderList() - Method in interface com.google.code.proto.model.ExampleMessageProto.ExampleMessagesOrBuilder
 
getName() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
getName() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
getName() - Method in interface com.google.code.proto.model.ExampleMessageProto.ExampleMsgOrBuilder
 
getSerializedSize() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
getSerializedSize() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
getValue() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
getValue() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
getValue() - Method in interface com.google.code.proto.model.ExampleMessageProto.ExampleMsgOrBuilder
 

H

handleDeserializedMessage(T) - Method in interface com.google.code.proto.streamio.IPBStreamReaderCallback
 
hasCode() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
hasCode() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
hasCode() - Method in interface com.google.code.proto.model.ExampleMessageProto.ExampleMsgOrBuilder
 
hasName() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
hasName() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
hasName() - Method in interface com.google.code.proto.model.ExampleMessageProto.ExampleMsgOrBuilder
 
hasValue() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
hasValue() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
hasValue() - Method in interface com.google.code.proto.model.ExampleMessageProto.ExampleMsgOrBuilder
 

I

integerToBytesBigEndian(int) - Method in class com.google.code.proto.streamio.AbstractPBWireByteMarkerHelper
Convert the integer into a signed byte array composed of byte shifted parts of the integer.
integerToBytesBigEndian(int) - Method in interface com.google.code.proto.streamio.IPBWireByteMarkerHelper
Convert the integer into a byte array composed of byte shifted parts of the integer.
integerToBytesBigEndian(int) - Method in class com.google.code.proto.streamio.PBWireSignedByteMarkerHelper
Convert the integer into a byte array composed of byte shifted parts of the integer.
integerToBytesBigEndian(int) - Method in class com.google.code.proto.streamio.PBWireUnsignedByteMarkerHelper
Convert the integer into a byte array composed of byte shifted parts of the integer.
IPBStreamReaderCallback<T extends com.google.protobuf.GeneratedMessage> - Interface in com.google.code.proto.streamio
interface to handle de-serialized messages
IPBWireByteMarkerHelper - Interface in com.google.code.proto.streamio
Interface for class to help write delimiting byte markers for Google protocol buffer generated messages used with PBStreamReader.
isInitialized() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
isInitialized() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
isInitialized() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
isInitialized() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 

M

mergeFrom(Message) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
mergeFrom(ExampleMessageProto.ExampleMessages) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
mergeFrom(Message) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
mergeFrom(ExampleMessageProto.ExampleMsg) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
MSG_FIELD_NUMBER - Static variable in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 

N

NAME_FIELD_NUMBER - Static variable in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
newBuilder() - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
newBuilder(ExampleMessageProto.ExampleMessages) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
newBuilder() - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
newBuilder(ExampleMessageProto.ExampleMsg) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
newBuilderForType() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
newBuilderForType() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 

P

parseDelimitedFrom(InputStream) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
parseDelimitedFrom(InputStream) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
parseFrom(ByteString) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
parseFrom(byte[]) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
parseFrom(InputStream) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
parseFrom(CodedInputStream) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
parseFrom(ByteString) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
parseFrom(byte[]) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
parseFrom(InputStream) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
parseFrom(CodedInputStream) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
PBStreamReader<T extends com.google.protobuf.GeneratedMessage> - Class in com.google.code.proto.streamio
A reader for an input stream of Google protocol buffer generated messages.
PBStreamReader() - Constructor for class com.google.code.proto.streamio.PBStreamReader
Default constructor that uses the signed byte marker wire helper class.
PBStreamReader(ByteOption) - Constructor for class com.google.code.proto.streamio.PBStreamReader
Alternate constructor for use with a specialized IPBWireByteMarkerHelper
PBStreamWriter - Class in com.google.code.proto.streamio
A writer for an output stream of Google protocol buffer generated messages.
PBStreamWriter() - Constructor for class com.google.code.proto.streamio.PBStreamWriter
 
PBWireSignedByteMarkerHelper - Class in com.google.code.proto.streamio
A utility class to help write delimiting byte markers for Google protocol buffer generated messages used with PBStreamReader.
PBWireSignedByteMarkerHelper() - Constructor for class com.google.code.proto.streamio.PBWireSignedByteMarkerHelper
 
PBWireUnsignedByteMarkerHelper - Class in com.google.code.proto.streamio
A utility class to help write delimiting byte markers for Google protocol buffer generated messages used with PBStreamReader.
PBWireUnsignedByteMarkerHelper() - Constructor for class com.google.code.proto.streamio.PBWireUnsignedByteMarkerHelper
 

R

read(InputStream, AbstractMessage.Builder, IPBStreamReaderCallback) - Method in class com.google.code.proto.streamio.PBStreamReader
Read instances of GeneratedMessage from the input stream, sending each message parsed from the stream via the callback.
read(InputStream, AbstractMessage.Builder) - Method in class com.google.code.proto.streamio.PBStreamReader
Read instances of GeneratedMessage from the input stream and use the given builder to unmarshal the messages.
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.code.proto.model.ExampleMessageProto
 
removeMsg(int) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 

S

setCode(int) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
setMsg(int, ExampleMessageProto.ExampleMsg) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
setMsg(int, ExampleMessageProto.ExampleMsg.Builder) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages.Builder
 
setName(String) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 
setValue(String) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg.Builder
 

T

toBuilder() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
toBuilder() - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 

V

VALUE_FIELD_NUMBER - Static variable in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
valueOf(String) - Static method in enum com.google.code.proto.streamio.ByteOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.code.proto.streamio.ByteOption
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeTo(CodedOutputStream) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMessages
 
writeTo(CodedOutputStream) - Method in class com.google.code.proto.model.ExampleMessageProto.ExampleMsg
 
writeToStream(OutputStream, List<? extends GeneratedMessage>) - Static method in class com.google.code.proto.streamio.PBStreamWriter
Write GeneratedMessages to the given output stream.
writeToStream(OutputStream, List<? extends GeneratedMessage>, ByteOption) - Static method in class com.google.code.proto.streamio.PBStreamWriter
Write GeneratedMessages to the given output stream, and use the a specialized PBWireByteMarkerHelper to write the delimiters.
A B C E G H I M N P R S T V W 
Skip navigation links

Copyright © 2017. All rights reserved.