Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

AbstractBufferCodec<T extends Buffer> - Class in org.fusesource.hawtbuf.codec
Implementation of a Codec for Buffer objects
AbstractBufferCodec() - Constructor for class org.fusesource.hawtbuf.codec.AbstractBufferCodec
 
AbstractVarIntSupport - Class in org.fusesource.hawtbuf
AbstractVarIntSupport() - Constructor for class org.fusesource.hawtbuf.AbstractVarIntSupport
 
addAll(Iterable<T>, Collection<? super T>) - Static method in class org.fusesource.hawtbuf.proto.BaseMessage
 
addAll(Iterable<T>, Collection<? super T>) - Static method in class org.fusesource.hawtbuf.proto.MessageBufferSupport
 
addEscapes(String) - Static method in error org.fusesource.hawtbuf.proto.compiler.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
adjustBeginLineColumn(int, int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AltJavaGenerator - Class in org.fusesource.hawtbuf.proto.compiler
 
AltJavaGenerator() - Constructor for class org.fusesource.hawtbuf.proto.compiler.AltJavaGenerator
 
appendToString(StringBuffer, Object) - Static method in class org.fusesource.hawtbuf.proto.compiler.IntrospectionSupport
 
ascii(String) - Static method in class org.fusesource.hawtbuf.AsciiBuffer
 
ascii(Buffer) - Static method in class org.fusesource.hawtbuf.AsciiBuffer
 
ascii() - Method in class org.fusesource.hawtbuf.Buffer
 
ascii(String) - Static method in class org.fusesource.hawtbuf.Buffer
 
ascii(Buffer) - Static method in class org.fusesource.hawtbuf.Buffer
 
AsciiBuffer - Class in org.fusesource.hawtbuf
 
AsciiBuffer(Buffer) - Constructor for class org.fusesource.hawtbuf.AsciiBuffer
 
AsciiBuffer(byte[], int, int) - Constructor for class org.fusesource.hawtbuf.AsciiBuffer
 
AsciiBuffer(byte[]) - Constructor for class org.fusesource.hawtbuf.AsciiBuffer
 
AsciiBuffer(String) - Constructor for class org.fusesource.hawtbuf.AsciiBuffer
 
AsciiBufferCodec - Class in org.fusesource.hawtbuf.codec
Implementation of a Codec for AsciiBuffer objects.
AsciiBufferCodec() - Constructor for class org.fusesource.hawtbuf.codec.AsciiBufferCodec
 
asInvalidProtocolBufferException() - Method in exception org.fusesource.hawtbuf.proto.UninitializedMessageException
Converts this exception to an InvalidProtocolBufferException.
assertInitialized() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
assertInitialized() - Method in interface org.fusesource.hawtbuf.proto.Message
 
associate(EnumFieldDescriptor) - Method in class org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
 
associate(TypeDescriptor) - Method in class org.fusesource.hawtbuf.proto.compiler.EnumFieldDescriptor
 
associate(EnumFieldDescriptor) - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
associate(EnumFieldDescriptor) - Method in interface org.fusesource.hawtbuf.proto.compiler.TypeDescriptor
 
available() - Method in class org.fusesource.hawtbuf.BufferInputStream
 
available() - Method in class org.fusesource.hawtbuf.ByteArrayInputStream
 
available() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 

B

backup(int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Backup a number of characters.
BaseMessage<T> - Class in org.fusesource.hawtbuf.proto
 
BaseMessage() - Constructor for class org.fusesource.hawtbuf.proto.BaseMessage
 
beginColumn - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.Token
The column number of the first character of this Token.
beginLine - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.Token
The line number of the first character of this Token.
BeginToken() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Start.
big(Buffer) - Static method in class org.fusesource.hawtbuf.BufferEditor
 
bigEndianEditor() - Method in class org.fusesource.hawtbuf.Buffer
 
BOOL_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
buf - Variable in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
bufcolumn - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
 
Buffer - Class in org.fusesource.hawtbuf
 
Buffer(ByteBuffer) - Constructor for class org.fusesource.hawtbuf.Buffer
 
Buffer(Buffer) - Constructor for class org.fusesource.hawtbuf.Buffer
 
Buffer(int) - Constructor for class org.fusesource.hawtbuf.Buffer
 
Buffer(byte[]) - Constructor for class org.fusesource.hawtbuf.Buffer
 
Buffer(byte[], int, int) - Constructor for class org.fusesource.hawtbuf.Buffer
 
buffer() - Method in class org.fusesource.hawtbuf.Buffer
 
buffer - Variable in class org.fusesource.hawtbuf.BufferEditor
 
buffer - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
 
BufferCodec - Class in org.fusesource.hawtbuf.codec
Implementation of a Marshaller for Buffer objects.
BufferCodec() - Constructor for class org.fusesource.hawtbuf.codec.BufferCodec
 
BufferEditor - Class in org.fusesource.hawtbuf
Used to write and read primitives to and from a Buffer.
BufferInputStream - Class in org.fusesource.hawtbuf
Very similar to the java.io.ByteArrayInputStream but this version is not thread safe.
BufferInputStream(byte[]) - Constructor for class org.fusesource.hawtbuf.BufferInputStream
 
BufferInputStream(Buffer) - Constructor for class org.fusesource.hawtbuf.BufferInputStream
 
BufferInputStream(byte[], int, int) - Constructor for class org.fusesource.hawtbuf.BufferInputStream
 
BufferOutputStream - Class in org.fusesource.hawtbuf
Very similar to the java.io.ByteArrayOutputStream but this version is not thread safe and the resulting data is returned in a Buffer to avoid an extra byte[] allocation.
BufferOutputStream(int) - Constructor for class org.fusesource.hawtbuf.BufferOutputStream
 
BufferOutputStream(byte[]) - Constructor for class org.fusesource.hawtbuf.BufferOutputStream
 
BufferOutputStream(Buffer) - Constructor for class org.fusesource.hawtbuf.BufferOutputStream
 
bufline - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
 
bufpos - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Position in buffer.
ByteArrayInputStream - Class in org.fusesource.hawtbuf
Very similar to the java.io.ByteArrayInputStream but this version is not thread safe.
ByteArrayInputStream(byte[]) - Constructor for class org.fusesource.hawtbuf.ByteArrayInputStream
 
ByteArrayInputStream(Buffer) - Constructor for class org.fusesource.hawtbuf.ByteArrayInputStream
 
ByteArrayInputStream(byte[], int, int) - Constructor for class org.fusesource.hawtbuf.ByteArrayInputStream
 
ByteArrayOutputStream - Class in org.fusesource.hawtbuf
Very similar to the java.io.ByteArrayOutputStream but this version is not thread safe and the resulting data is returned in a Buffer to avoid an extra byte[] allocation.
ByteArrayOutputStream() - Constructor for class org.fusesource.hawtbuf.ByteArrayOutputStream
 
ByteArrayOutputStream(int) - Constructor for class org.fusesource.hawtbuf.ByteArrayOutputStream
 
BYTES_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
BytesCodec - Class in org.fusesource.hawtbuf.codec
Implementation of a Marshaller for byte arrays
BytesCodec() - Constructor for class org.fusesource.hawtbuf.codec.BytesCodec
 

C

checkLastTagWas(int) - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Verifies that the last call to readTag() returned the given tag value.
checkNoSpaceLeft() - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
 
checktInitialized() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
clear() - Method in class org.fusesource.hawtbuf.Buffer
 
clear() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
clear() - Method in class org.fusesource.hawtbuf.proto.DeferredDecodeMessage
 
clear() - Method in interface org.fusesource.hawtbuf.proto.Message
 
clone() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
clone() - Method in interface org.fusesource.hawtbuf.proto.Message
 
Codec<T> - Interface in org.fusesource.hawtbuf.codec
 
CodedInputStream - Class in org.fusesource.hawtbuf.proto
Reads and decodes protocol message fields.
CodedInputStream(InputStream) - Constructor for class org.fusesource.hawtbuf.proto.CodedInputStream
 
CodedInputStream(Buffer) - Constructor for class org.fusesource.hawtbuf.proto.CodedInputStream
 
CodedInputStream(byte[]) - Constructor for class org.fusesource.hawtbuf.proto.CodedInputStream
 
CodedOutputStream - Class in org.fusesource.hawtbuf.proto
Encodes and writes protocol message fields.
CodedOutputStream(OutputStream) - Constructor for class org.fusesource.hawtbuf.proto.CodedOutputStream
 
CodedOutputStream(byte[]) - Constructor for class org.fusesource.hawtbuf.proto.CodedOutputStream
 
CodedOutputStream(Buffer) - Constructor for class org.fusesource.hawtbuf.proto.CodedOutputStream
 
column - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
 
COMMA - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
CommandLineSupport - Class in org.fusesource.hawtbuf.proto.compiler
Support utility that can be used to set the properties on any object using command line arguments.
CommandLineSupport() - Constructor for class org.fusesource.hawtbuf.proto.compiler.CommandLineSupport
 
COMMENT - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
Lexical state.
compact() - Method in class org.fusesource.hawtbuf.Buffer
 
compareTo(Buffer) - Method in class org.fusesource.hawtbuf.Buffer
 
compareTo(Buffer) - Method in class org.fusesource.hawtbuf.UTF8Buffer
 
compile(File) - Method in class org.fusesource.hawtbuf.proto.compiler.AltJavaGenerator
 
compile(File) - Method in class org.fusesource.hawtbuf.proto.compiler.JavaGenerator
 
CompilerException - Exception in org.fusesource.hawtbuf.proto.compiler
 
CompilerException(List<String>) - Constructor for exception org.fusesource.hawtbuf.proto.compiler.CompilerException
 
computeBoolSize(int, boolean) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Compute the number of bytes that would be needed to encode a bool field, including tag.
computeBytesSize(int, Buffer) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field, including tag.
computeDoubleSize(int, double) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Compute the number of bytes that would be needed to encode a double field, including tag.
computeEnumSize(int, int) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Compute the number of bytes that would be needed to encode an enum field, including tag.
computeFixed32Size(int, int) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed32 field, including tag.
computeFixed64Size(int, long) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed64 field, including tag.
computeFloatSize(int, float) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Compute the number of bytes that would be needed to encode a float field, including tag.
computeGroupSize(int, BaseMessage) - Static method in class org.fusesource.hawtbuf.proto.BaseMessage
 
computeInt32Size(int, int) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Compute the number of bytes that would be needed to encode an int32 field, including tag.
computeInt64Size(int, long) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Compute the number of bytes that would be needed to encode an int64 field, including tag.
computeMessageSize(int, BaseMessage) - Static method in class org.fusesource.hawtbuf.proto.BaseMessage
 
computeMessageSize(int, MessageBuffer) - Static method in class org.fusesource.hawtbuf.proto.MessageBufferSupport
 
computeRawVarint32Size(int) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Compute the number of bytes that would be needed to encode a varint.
computeRawVarint64Size(long) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Compute the number of bytes that would be needed to encode a varint.
computeSFixed32Size(int, int) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed32 field, including tag.
computeSFixed64Size(int, long) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed64 field, including tag.
computeSInt32Size(int, int) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint32 field, including tag.
computeSInt64Size(int, long) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint64 field, including tag.
computeStringSize(int, String) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Compute the number of bytes that would be needed to encode a string field, including tag.
computeTagSize(int) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Compute the number of bytes that would be needed to encode a tag.
computeUInt32Size(int, int) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint32 field, including tag.
computeUInt64Size(int, long) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint64 field, including tag.
computeVarIntSize(int) - Static method in class org.fusesource.hawtbuf.AbstractVarIntSupport
Compute the number of bytes that would be needed to encode a varint.
computeVarLongSize(long) - Static method in class org.fusesource.hawtbuf.AbstractVarIntSupport
Compute the number of bytes that would be needed to encode a varint.
computeVarSignedIntSize(int) - Static method in class org.fusesource.hawtbuf.AbstractVarIntSupport
Compute the number of bytes that would be needed to encode a signed varint.
computeVarSignedLongSize(long) - Static method in class org.fusesource.hawtbuf.AbstractVarIntSupport
Compute the number of bytes that would be needed to encode a signed varint.
contains(byte) - Method in class org.fusesource.hawtbuf.Buffer
 
containsAt(Buffer, int) - Method in class org.fusesource.hawtbuf.Buffer
 
copy() - Method in interface org.fusesource.hawtbuf.proto.PBMessage
 
create() - Method in interface org.fusesource.hawtbuf.proto.PBMessageFactory
 
createBuffer(byte[]) - Method in class org.fusesource.hawtbuf.codec.AbstractBufferCodec
 
createBuffer(byte[]) - Method in class org.fusesource.hawtbuf.codec.AsciiBufferCodec
 
createBuffer(byte[]) - Method in class org.fusesource.hawtbuf.codec.BufferCodec
 
createBuffer(byte[]) - Method in class org.fusesource.hawtbuf.codec.UTF8BufferCodec
 
curChar - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
 
currentToken - Variable in exception org.fusesource.hawtbuf.proto.compiler.parser.ParseException
This is the last token that has been consumed successfully.

D

data - Variable in class org.fusesource.hawtbuf.Buffer
 
data(byte[]) - Method in class org.fusesource.hawtbuf.Buffer
 
DataByteArrayInputStream - Class in org.fusesource.hawtbuf
Optimized ByteArrayInputStream that can be used more than once
DataByteArrayInputStream(byte[]) - Constructor for class org.fusesource.hawtbuf.DataByteArrayInputStream
Creates a StoreByteArrayInputStream.
DataByteArrayInputStream(Buffer) - Constructor for class org.fusesource.hawtbuf.DataByteArrayInputStream
Creates a StoreByteArrayInputStream.
DataByteArrayInputStream() - Constructor for class org.fusesource.hawtbuf.DataByteArrayInputStream
Creates WireByteArrayInputStream with a minmalist byte array
DataByteArrayOutputStream - Class in org.fusesource.hawtbuf
Optimized ByteArrayOutputStream
DataByteArrayOutputStream(int) - Constructor for class org.fusesource.hawtbuf.DataByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
DataByteArrayOutputStream(byte[]) - Constructor for class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
DataByteArrayOutputStream() - Constructor for class org.fusesource.hawtbuf.DataByteArrayOutputStream
Creates a new byte array output stream.
debugStream - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
Debug output.
DECIMAL_LITERAL - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
decode(Buffer) - Static method in class org.fusesource.hawtbuf.AsciiBuffer
 
decode(DataInput) - Method in class org.fusesource.hawtbuf.codec.AbstractBufferCodec
 
decode(DataInput) - Method in class org.fusesource.hawtbuf.codec.BytesCodec
 
decode(DataInput) - Method in interface org.fusesource.hawtbuf.codec.Codec
Read the payload of the object from the DataInput stream.
decode(DataInput) - Method in class org.fusesource.hawtbuf.codec.FixedBufferCodec
 
decode(DataInput) - Method in class org.fusesource.hawtbuf.codec.IntegerCodec
 
decode(DataInput) - Method in class org.fusesource.hawtbuf.codec.LongCodec
 
decode(DataInput) - Method in class org.fusesource.hawtbuf.codec.ObjectCodec
 
decode(DataInput) - Method in class org.fusesource.hawtbuf.codec.StringCodec
Read the entry from the RawContainer
decode(DataInput) - Method in class org.fusesource.hawtbuf.codec.VarIntegerCodec
 
decode(DataInput) - Method in class org.fusesource.hawtbuf.codec.VarLongCodec
 
decode(DataInput) - Method in class org.fusesource.hawtbuf.codec.VarSignedIntegerCodec
 
decode(DataInput) - Method in class org.fusesource.hawtbuf.codec.VarSignedLongCodec
 
decode(DataInput) - Method in class org.fusesource.hawtbuf.proto.PBMessageFramedCodec
 
decode(DataInput) - Method in class org.fusesource.hawtbuf.proto.PBMessageUnframedCodec
 
decode(Buffer) - Static method in class org.fusesource.hawtbuf.UTF8Buffer
 
decoded - Variable in class org.fusesource.hawtbuf.proto.DeferredDecodeMessage
 
decodeString(Token) - Static method in class org.fusesource.hawtbuf.proto.compiler.ParserSupport
 
decodeZigZag32(int) - Static method in class org.fusesource.hawtbuf.proto.CodedInputStream
Decode a ZigZag-encoded 32-bit value.
decodeZigZag64(long) - Static method in class org.fusesource.hawtbuf.proto.CodedInputStream
Decode a ZigZag-encoded 64-bit value.
deepCopy() - Method in class org.fusesource.hawtbuf.Buffer
 
deepCopy(T) - Method in class org.fusesource.hawtbuf.codec.AbstractBufferCodec
 
deepCopy(byte[]) - Method in class org.fusesource.hawtbuf.codec.BytesCodec
 
deepCopy(T) - Method in interface org.fusesource.hawtbuf.codec.Codec
 
deepCopy(Buffer) - Method in class org.fusesource.hawtbuf.codec.FixedBufferCodec
 
deepCopy(Integer) - Method in class org.fusesource.hawtbuf.codec.IntegerCodec
 
deepCopy(Long) - Method in class org.fusesource.hawtbuf.codec.LongCodec
 
deepCopy(String) - Method in class org.fusesource.hawtbuf.codec.StringCodec
 
deepCopy(T) - Method in class org.fusesource.hawtbuf.codec.VariableCodec
 
deepCopy(Integer) - Method in class org.fusesource.hawtbuf.codec.VarIntegerCodec
 
deepCopy(Long) - Method in class org.fusesource.hawtbuf.codec.VarLongCodec
 
deepCopy(T) - Method in class org.fusesource.hawtbuf.proto.PBMessageFramedCodec
 
deepCopy(T) - Method in class org.fusesource.hawtbuf.proto.PBMessageUnframedCodec
 
DEFAULT - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
Lexical state.
DeferredDecodeMessage<T> - Class in org.fusesource.hawtbuf.proto
 
DeferredDecodeMessage() - Constructor for class org.fusesource.hawtbuf.proto.DeferredDecodeMessage
 
disable_tracing() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
Disable tracing.
Done() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Reset buffer when finished.
DOUBLE_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 

E

enable_tracing() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
Enable tracing.
encode(String) - Static method in class org.fusesource.hawtbuf.AsciiBuffer
 
encode(T, DataOutput) - Method in class org.fusesource.hawtbuf.codec.AbstractBufferCodec
 
encode(byte[], DataOutput) - Method in class org.fusesource.hawtbuf.codec.BytesCodec
 
encode(T, DataOutput) - Method in interface org.fusesource.hawtbuf.codec.Codec
Write the payload of the object to the DataOutput stream.
encode(Buffer, DataOutput) - Method in class org.fusesource.hawtbuf.codec.FixedBufferCodec
 
encode(Integer, DataOutput) - Method in class org.fusesource.hawtbuf.codec.IntegerCodec
 
encode(Long, DataOutput) - Method in class org.fusesource.hawtbuf.codec.LongCodec
 
encode(Object, DataOutput) - Method in class org.fusesource.hawtbuf.codec.ObjectCodec
 
encode(String, DataOutput) - Method in class org.fusesource.hawtbuf.codec.StringCodec
Write the payload of this entry to the RawContainer
encode(Integer, DataOutput) - Method in class org.fusesource.hawtbuf.codec.VarIntegerCodec
 
encode(Long, DataOutput) - Method in class org.fusesource.hawtbuf.codec.VarLongCodec
 
encode(Integer, DataOutput) - Method in class org.fusesource.hawtbuf.codec.VarSignedIntegerCodec
 
encode(Long, DataOutput) - Method in class org.fusesource.hawtbuf.codec.VarSignedLongCodec
 
encode(T, DataOutput) - Method in class org.fusesource.hawtbuf.proto.PBMessageFramedCodec
 
encode(T, DataOutput) - Method in class org.fusesource.hawtbuf.proto.PBMessageUnframedCodec
 
encode(String) - Static method in class org.fusesource.hawtbuf.UTF8Buffer
 
encodedForm - Variable in class org.fusesource.hawtbuf.proto.DeferredDecodeMessage
 
encodeZigZag32(int) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Encode a ZigZag-encoded 32-bit value.
encodeZigZag64(long) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Encode a ZigZag-encoded 64-bit value.
endColumn - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.Token
The column number of the last character of this Token.
endLine - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.Token
The line number of the last character of this Token.
ENUM - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
EnumDescriptor - Class in org.fusesource.hawtbuf.proto.compiler
 
EnumDescriptor(ProtoDescriptor, MessageDescriptor) - Constructor for class org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
 
EnumDescriptor(ProtoDescriptor, MessageDescriptor) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
 
EnumFieldDescriptor - Class in org.fusesource.hawtbuf.proto.compiler
 
EnumFieldDescriptor(EnumDescriptor) - Constructor for class org.fusesource.hawtbuf.proto.compiler.EnumFieldDescriptor
 
EnumFieldDescriptor(EnumDescriptor) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
Parses something like: optional string foo = 1;
EOF - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
End of File.
EOL - Static variable in exception org.fusesource.hawtbuf.proto.compiler.parser.ParseException
The end of line string for this machine.
equals(Object) - Method in class org.fusesource.hawtbuf.AsciiBuffer
 
equals(Buffer) - Method in class org.fusesource.hawtbuf.Buffer
 
equals(Object) - Method in class org.fusesource.hawtbuf.Buffer
 
EQUALS - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
equals(Object) - Method in class org.fusesource.hawtbuf.UTF8Buffer
 
estimatedSize(T) - Method in class org.fusesource.hawtbuf.codec.AbstractBufferCodec
 
estimatedSize(byte[]) - Method in class org.fusesource.hawtbuf.codec.BytesCodec
 
estimatedSize(T) - Method in interface org.fusesource.hawtbuf.codec.Codec
 
estimatedSize(Buffer) - Method in class org.fusesource.hawtbuf.codec.FixedBufferCodec
 
estimatedSize(Integer) - Method in class org.fusesource.hawtbuf.codec.IntegerCodec
 
estimatedSize(Long) - Method in class org.fusesource.hawtbuf.codec.LongCodec
 
estimatedSize(String) - Method in class org.fusesource.hawtbuf.codec.StringCodec
 
estimatedSize(T) - Method in class org.fusesource.hawtbuf.codec.VariableCodec
 
estimatedSize(Integer) - Method in class org.fusesource.hawtbuf.codec.VarIntegerCodec
 
estimatedSize(Long) - Method in class org.fusesource.hawtbuf.codec.VarLongCodec
 
estimatedSize(Integer) - Method in class org.fusesource.hawtbuf.codec.VarSignedIntegerCodec
 
estimatedSize(Long) - Method in class org.fusesource.hawtbuf.codec.VarSignedLongCodec
 
estimatedSize(T) - Method in class org.fusesource.hawtbuf.proto.PBMessageFramedCodec
 
estimatedSize(T) - Method in class org.fusesource.hawtbuf.proto.PBMessageUnframedCodec
 
execute() - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoMojo
 
ExpandBuff(boolean) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.fusesource.hawtbuf.proto.compiler.parser.ParseException
Each entry in this array is an array of integers.
EXPONENT - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
EXTEND - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
ExtendDescriptor(ProtoDescriptor, MessageDescriptor) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
 
EXTENSIONS - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
ExtensionsDescriptor - Class in org.fusesource.hawtbuf.proto.compiler
 
ExtensionsDescriptor(MessageDescriptor) - Constructor for class org.fusesource.hawtbuf.proto.compiler.ExtensionsDescriptor
 
ExtensionsDescriptor(MessageDescriptor) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
 
extractProperties(Map, String) - Static method in class org.fusesource.hawtbuf.proto.compiler.IntrospectionSupport
 

F

FieldDescriptor - Class in org.fusesource.hawtbuf.proto.compiler
 
FieldDescriptor(MessageDescriptor) - Constructor for class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
FieldDescriptor(MessageDescriptor) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
Parses something like: optional string foo = 1;
FillBuff() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
 
FIXED32_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
FIXED64_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
FixedBufferCodec - Class in org.fusesource.hawtbuf.codec
Implementation of a Marshaller for Buffer objects
FixedBufferCodec(int) - Constructor for class org.fusesource.hawtbuf.codec.FixedBufferCodec
 
flip() - Method in class org.fusesource.hawtbuf.Buffer
 
FLOAT - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
FLOAT_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
FORZEN_ERROR_MESSAGE - Static variable in class org.fusesource.hawtbuf.proto.MessageBufferSupport
 
freeze() - Method in interface org.fusesource.hawtbuf.proto.PBMessage
 
frozen() - Method in interface org.fusesource.hawtbuf.proto.PBMessage
 

G

generateParseException() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
Generate ParseException.
get(int) - Method in class org.fusesource.hawtbuf.Buffer
 
getAssociatedEnumFieldDescriptors() - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
getAssociatedType() - Method in class org.fusesource.hawtbuf.proto.compiler.EnumFieldDescriptor
 
getBaseType() - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
getBeginColumn() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Get token beginning line number.
getColumn() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Deprecated.
getData() - Method in class org.fusesource.hawtbuf.Buffer
 
getData() - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
getEndColumn() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Get token end column number.
getEndLine() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Get token end line number.
getEnums() - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
getEnums() - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
 
getErrors() - Method in exception org.fusesource.hawtbuf.proto.compiler.CompilerException
 
getExtends() - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
getExtends() - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
 
getExtensions() - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
getFields() - Method in class org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
 
getFields() - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
getFirst() - Method in class org.fusesource.hawtbuf.proto.compiler.ExtensionsDescriptor
 
getFixedSize() - Method in class org.fusesource.hawtbuf.codec.BytesCodec
 
getFixedSize() - Method in interface org.fusesource.hawtbuf.codec.Codec
 
getFixedSize() - Method in class org.fusesource.hawtbuf.codec.FixedBufferCodec
 
getFixedSize() - Method in class org.fusesource.hawtbuf.codec.IntegerCodec
 
getFixedSize() - Method in class org.fusesource.hawtbuf.codec.LongCodec
 
getFixedSize() - Method in class org.fusesource.hawtbuf.codec.StringCodec
 
getFixedSize() - Method in class org.fusesource.hawtbuf.codec.VariableCodec
 
getFixedSize() - Method in class org.fusesource.hawtbuf.codec.VarIntegerCodec
 
getFixedSize() - Method in class org.fusesource.hawtbuf.codec.VarLongCodec
 
getGroup() - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
GetImage() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Get token literal value.
getImportProtoDescriptors() - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
 
getImports() - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
 
getLast() - Method in class org.fusesource.hawtbuf.proto.compiler.ExtensionsDescriptor
 
getLength() - Method in class org.fusesource.hawtbuf.Buffer
 
getLength() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
getLine() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Deprecated.
getMessage() - Method in error org.fusesource.hawtbuf.proto.compiler.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessages() - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
getMessages() - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
 
getMethods() - Method in class org.fusesource.hawtbuf.proto.compiler.ServiceDescriptor
 
getMissingFields() - Method in exception org.fusesource.hawtbuf.proto.UninitializedMessageException
Get a list of human-readable names of required fields missing from this message.
getName() - Method in class org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
 
getName() - Method in class org.fusesource.hawtbuf.proto.compiler.EnumFieldDescriptor
 
getName() - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
getName() - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
getName() - Method in class org.fusesource.hawtbuf.proto.compiler.MethodDescriptor
 
getName() - Method in class org.fusesource.hawtbuf.proto.compiler.OptionDescriptor
 
getName() - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
 
getName() - Method in class org.fusesource.hawtbuf.proto.compiler.ServiceDescriptor
 
getName() - Method in interface org.fusesource.hawtbuf.proto.compiler.TypeDescriptor
 
getNextBuffer(int) - Method in class org.fusesource.hawtbuf.BufferOutputStream
 
getNextBuffer(int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
 
getNextToken() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
Get the next Token.
getNextToken() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
Get the next Token.
getOffset() - Method in class org.fusesource.hawtbuf.Buffer
 
getOption(Map<String, OptionDescriptor>, String, String) - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
getOptions() - Method in class org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
 
getOptions() - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
getOptions() - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
getOptions() - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
 
getOut() - Method in class org.fusesource.hawtbuf.proto.compiler.AltJavaGenerator
 
getOut() - Method in class org.fusesource.hawtbuf.proto.compiler.JavaGenerator
 
getPackageName() - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
 
getParameter() - Method in class org.fusesource.hawtbuf.proto.compiler.MethodDescriptor
 
getParent() - Method in class org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
 
getParent() - Method in class org.fusesource.hawtbuf.proto.compiler.EnumFieldDescriptor
 
getParent() - Method in class org.fusesource.hawtbuf.proto.compiler.ExtensionsDescriptor
 
getParent() - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
getPath() - Method in class org.fusesource.hawtbuf.proto.compiler.AltJavaGenerator
 
getPath() - Method in class org.fusesource.hawtbuf.proto.compiler.JavaGenerator
 
getPos() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
getProperties(Object, Map, String) - Static method in class org.fusesource.hawtbuf.proto.compiler.IntrospectionSupport
 
getProtoDescriptor() - Method in class org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
 
getProtoDescriptor() - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
getProtoDescriptor() - Method in class org.fusesource.hawtbuf.proto.compiler.MethodDescriptor
 
getProtoDescriptor() - Method in class org.fusesource.hawtbuf.proto.compiler.ServiceDescriptor
 
getProtoDescriptor() - Method in interface org.fusesource.hawtbuf.proto.compiler.TypeDescriptor
 
getQName() - Method in class org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
 
getQName() - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
getQName() - Method in interface org.fusesource.hawtbuf.proto.compiler.TypeDescriptor
 
getRawData() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
getReturns() - Method in class org.fusesource.hawtbuf.proto.compiler.MethodDescriptor
 
getRule() - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
getServices() - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
 
GetSuffix(int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Get the suffix.
getTabSize() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
 
getTag() - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
getTagFieldNumber(int) - Static method in class org.fusesource.hawtbuf.proto.WireFormat
Given a tag value, determines the field number (the upper 29 bits).
getTagWireType(int) - Static method in class org.fusesource.hawtbuf.proto.WireFormat
Given a tag value, determines the wire type (the lower 3 bits).
getToken(int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
Get the specific Token.
getType() - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
getType(String) - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
getType(String) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
 
getTypeDescriptor() - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
getValue() - Method in class org.fusesource.hawtbuf.proto.compiler.EnumFieldDescriptor
 
getValue() - Method in class org.fusesource.hawtbuf.proto.compiler.OptionDescriptor
 
getValue() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.Token
An optional attribute value of the Token.
GROUP - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.

H

hasCapacity(int) - Method in class org.fusesource.hawtbuf.BufferEditor
 
hashCode() - Method in class org.fusesource.hawtbuf.AsciiBuffer
 
hashCode() - Method in class org.fusesource.hawtbuf.Buffer
 
hashCode() - Method in class org.fusesource.hawtbuf.UTF8Buffer
 
helper - Variable in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
helper - Variable in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
hex() - Method in class org.fusesource.hawtbuf.Buffer
 
HEX_LITERAL - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
HexSupport - Class in org.fusesource.hawtbuf
Used to convert to hex from byte arrays and back.

I

ID() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
 
ID - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
image - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.Token
The string image of the token.
IMPORT - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
in() - Method in class org.fusesource.hawtbuf.Buffer
 
inBuf - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
 
indexOf(byte) - Method in class org.fusesource.hawtbuf.Buffer
 
indexOf(byte, int) - Method in class org.fusesource.hawtbuf.Buffer
 
indexOf(Buffer) - Method in class org.fusesource.hawtbuf.Buffer
 
indexOf(Buffer, int) - Method in class org.fusesource.hawtbuf.Buffer
 
input_stream - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
 
inputStream - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
 
INSTANCE - Static variable in class org.fusesource.hawtbuf.codec.AsciiBufferCodec
 
INSTANCE - Static variable in class org.fusesource.hawtbuf.codec.BufferCodec
 
INSTANCE - Static variable in class org.fusesource.hawtbuf.codec.BytesCodec
 
INSTANCE - Static variable in class org.fusesource.hawtbuf.codec.IntegerCodec
 
INSTANCE - Static variable in class org.fusesource.hawtbuf.codec.LongCodec
 
INSTANCE - Static variable in class org.fusesource.hawtbuf.codec.StringCodec
 
INSTANCE - Static variable in class org.fusesource.hawtbuf.codec.UTF8BufferCodec
 
INSTANCE - Static variable in class org.fusesource.hawtbuf.codec.VarIntegerCodec
 
INSTANCE - Static variable in class org.fusesource.hawtbuf.codec.VarLongCodec
 
INSTANCE - Static variable in class org.fusesource.hawtbuf.codec.VarSignedIntegerCodec
 
INSTANCE - Static variable in class org.fusesource.hawtbuf.codec.VarSignedLongCodec
 
INT32_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
INT32_TYPES - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
INT64_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
INT64_TYPES - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
Integer() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
 
INTEGER - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
INTEGER_TYPES - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
IntegerCodec - Class in org.fusesource.hawtbuf.codec
Implementation of a Marshaller for a Integer
IntegerCodec() - Constructor for class org.fusesource.hawtbuf.codec.IntegerCodec
 
IntrospectionSupport - Class in org.fusesource.hawtbuf.proto.compiler
Support class used to do introspection/reflection based setting and getting of properties on a Java Bean.
INVALID_LEXICAL_STATE - Static variable in error org.fusesource.hawtbuf.proto.compiler.parser.TokenMgrError
Tried to change to an invalid lexical state.
InvalidProtocolBufferException - Exception in org.fusesource.hawtbuf.proto
Thrown when a protocol message being parsed is invalid in some way, e.g.
InvalidProtocolBufferException(String) - Constructor for exception org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
 
InvalidProtocolBufferException(String, Boolean) - Constructor for exception org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
 
isDecoded() - Method in class org.fusesource.hawtbuf.proto.DeferredDecodeMessage
 
isDeepCopySupported() - Method in class org.fusesource.hawtbuf.codec.AbstractBufferCodec
 
isDeepCopySupported() - Method in class org.fusesource.hawtbuf.codec.BytesCodec
 
isDeepCopySupported() - Method in interface org.fusesource.hawtbuf.codec.Codec
 
isDeepCopySupported() - Method in class org.fusesource.hawtbuf.codec.FixedBufferCodec
 
isDeepCopySupported() - Method in class org.fusesource.hawtbuf.codec.IntegerCodec
 
isDeepCopySupported() - Method in class org.fusesource.hawtbuf.codec.LongCodec
 
isDeepCopySupported() - Method in class org.fusesource.hawtbuf.codec.StringCodec
 
isDeepCopySupported() - Method in class org.fusesource.hawtbuf.codec.VariableCodec
 
isDeepCopySupported() - Method in class org.fusesource.hawtbuf.codec.VarIntegerCodec
 
isDeepCopySupported() - Method in class org.fusesource.hawtbuf.codec.VarLongCodec
 
isDeepCopySupported() - Method in class org.fusesource.hawtbuf.proto.PBMessageFramedCodec
 
isDeepCopySupported() - Method in class org.fusesource.hawtbuf.proto.PBMessageUnframedCodec
 
isEmpty() - Method in class org.fusesource.hawtbuf.Buffer
 
isEncoded() - Method in class org.fusesource.hawtbuf.proto.DeferredDecodeMessage
 
isEnum() - Method in class org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
 
isEnum() - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
isEnum() - Method in interface org.fusesource.hawtbuf.proto.compiler.TypeDescriptor
 
isEOF() - Method in exception org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
 
isEstimatedSizeSupported() - Method in class org.fusesource.hawtbuf.codec.AbstractBufferCodec
 
isEstimatedSizeSupported() - Method in class org.fusesource.hawtbuf.codec.BytesCodec
 
isEstimatedSizeSupported() - Method in interface org.fusesource.hawtbuf.codec.Codec
 
isEstimatedSizeSupported() - Method in class org.fusesource.hawtbuf.codec.FixedBufferCodec
 
isEstimatedSizeSupported() - Method in class org.fusesource.hawtbuf.codec.IntegerCodec
 
isEstimatedSizeSupported() - Method in class org.fusesource.hawtbuf.codec.LongCodec
 
isEstimatedSizeSupported() - Method in class org.fusesource.hawtbuf.codec.StringCodec
 
isEstimatedSizeSupported() - Method in class org.fusesource.hawtbuf.codec.VariableCodec
 
isEstimatedSizeSupported() - Method in class org.fusesource.hawtbuf.codec.VarIntegerCodec
 
isEstimatedSizeSupported() - Method in class org.fusesource.hawtbuf.codec.VarLongCodec
 
isEstimatedSizeSupported() - Method in class org.fusesource.hawtbuf.proto.PBMessageFramedCodec
 
isEstimatedSizeSupported() - Method in class org.fusesource.hawtbuf.proto.PBMessageUnframedCodec
 
isGroup() - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
isInitialized() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
isInteger32Type() - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
isInteger64Type() - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
isIntegerType() - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
isMessageType() - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
isNumberType() - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
isOptional() - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
isRepeated() - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
isRequired() - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
isScalarType() - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
isStringType() - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 

J

JavaGenerator - Class in org.fusesource.hawtbuf.proto.compiler
 
JavaGenerator() - Constructor for class org.fusesource.hawtbuf.proto.compiler.JavaGenerator
 
jj_nt - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
Next token.
jjFillToken() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
 
jjnewLexState - Static variable in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
Token literal values.
join(List<Buffer>, Buffer) - Static method in class org.fusesource.hawtbuf.Buffer
 

K

kind - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.Token
An integer that describes the kind of this token.

L

LBRACE - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
LBRACKET - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
length - Variable in class org.fusesource.hawtbuf.Buffer
 
length() - Method in class org.fusesource.hawtbuf.Buffer
 
length(int) - Method in class org.fusesource.hawtbuf.Buffer
 
LEXICAL_ERROR - Static variable in error org.fusesource.hawtbuf.proto.compiler.parser.TokenMgrError
Lexical error occurred.
LexicalErr(boolean, int, int, int, String, int) - Static method in error org.fusesource.hawtbuf.proto.compiler.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
Lexer state names.
line - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
 
little(Buffer) - Static method in class org.fusesource.hawtbuf.BufferEditor
 
LITTLE_ENDIAN_32_SIZE - Static variable in class org.fusesource.hawtbuf.proto.CodedOutputStream
 
LITTLE_ENDIAN_64_SIZE - Static variable in class org.fusesource.hawtbuf.proto.CodedOutputStream
 
littleEndianEditor() - Method in class org.fusesource.hawtbuf.Buffer
 
load() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
load() - Method in class org.fusesource.hawtbuf.proto.DeferredDecodeMessage
 
loadAndClear() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
loadAndClear() - Method in class org.fusesource.hawtbuf.proto.DeferredDecodeMessage
 
LongCodec - Class in org.fusesource.hawtbuf.codec
Implementation of a Codec for a Long
LongCodec() - Constructor for class org.fusesource.hawtbuf.codec.LongCodec
 
LOOP_DETECTED - Static variable in error org.fusesource.hawtbuf.proto.compiler.parser.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LPAREN - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.

M

main(String[]) - Static method in class org.fusesource.hawtbuf.proto.compiler.AltJavaGenerator
 
main(String[]) - Static method in class org.fusesource.hawtbuf.proto.compiler.JavaGenerator
 
makeTag(int, int) - Static method in class org.fusesource.hawtbuf.proto.WireFormat
Makes a tag value given a field number and wire type.
mark(int) - Method in class org.fusesource.hawtbuf.BufferInputStream
 
mark(int) - Method in class org.fusesource.hawtbuf.ByteArrayInputStream
 
markSupported() - Method in class org.fusesource.hawtbuf.BufferInputStream
 
markSupported() - Method in class org.fusesource.hawtbuf.ByteArrayInputStream
 
MAX - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
maxNextCharInd - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
 
memoizedSerializedSize - Variable in class org.fusesource.hawtbuf.proto.BaseMessage
 
mergeFramed(CodedInputStream) - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
mergeFramed(Buffer) - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
mergeFramed(byte[]) - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
mergeFramed(InputStream) - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
mergeFramed(CodedInputStream) - Method in class org.fusesource.hawtbuf.proto.DeferredDecodeMessage
 
mergeFramed(byte[]) - Method in interface org.fusesource.hawtbuf.proto.Message
 
mergeFramed(Buffer) - Method in interface org.fusesource.hawtbuf.proto.Message
 
mergeFramed(InputStream) - Method in interface org.fusesource.hawtbuf.proto.Message
 
mergeFramed(CodedInputStream) - Method in interface org.fusesource.hawtbuf.proto.Message
 
mergeFrom(T) - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
mergeFrom(T) - Method in interface org.fusesource.hawtbuf.proto.Message
 
mergeUnframed(Buffer) - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
mergeUnframed(byte[]) - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
mergeUnframed(InputStream) - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
mergeUnframed(Buffer) - Method in class org.fusesource.hawtbuf.proto.DeferredDecodeMessage
 
mergeUnframed(byte[]) - Method in interface org.fusesource.hawtbuf.proto.Message
 
mergeUnframed(Buffer) - Method in interface org.fusesource.hawtbuf.proto.Message
 
mergeUnframed(InputStream) - Method in interface org.fusesource.hawtbuf.proto.Message
 
mergeUnframed(CodedInputStream) - Method in interface org.fusesource.hawtbuf.proto.Message
 
MESSAGE - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
Message<T> - Interface in org.fusesource.hawtbuf.proto
 
MESSAGE_SET_ITEM - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
 
MESSAGE_SET_ITEM_END_TAG - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
 
MESSAGE_SET_ITEM_TAG - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
 
MESSAGE_SET_MESSAGE - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
 
MESSAGE_SET_MESSAGE_TAG - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
 
MESSAGE_SET_TYPE_ID - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
 
MESSAGE_SET_TYPE_ID_TAG - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
 
MessageBuffer<B,MB extends MessageBuffer> - Interface in org.fusesource.hawtbuf.proto
 
MessageBufferSupport - Class in org.fusesource.hawtbuf.proto
 
MessageBufferSupport() - Constructor for class org.fusesource.hawtbuf.proto.MessageBufferSupport
 
MessageDescriptor - Class in org.fusesource.hawtbuf.proto.compiler
 
MessageDescriptor(ProtoDescriptor, MessageDescriptor) - Constructor for class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
MessageDescriptor(ProtoDescriptor, MessageDescriptor) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
 
MethodDescriptor - Class in org.fusesource.hawtbuf.proto.compiler
 
MethodDescriptor(ProtoDescriptor) - Constructor for class org.fusesource.hawtbuf.proto.compiler.MethodDescriptor
 
MethodDescriptor(ProtoDescriptor) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
 
missingFields() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
moveHead(int) - Method in class org.fusesource.hawtbuf.Buffer
 
moveTail(int) - Method in class org.fusesource.hawtbuf.Buffer
 

N

newToken(int, String) - Static method in class org.fusesource.hawtbuf.proto.compiler.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.fusesource.hawtbuf.proto.compiler.parser.Token
 
next - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.Token
A reference to the next regular (non-special) token from the input stream.
NUMBER_TYPES - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 

O

ObjectCodec<T> - Class in org.fusesource.hawtbuf.codec
Implementation of a Marshaller for Objects
ObjectCodec() - Constructor for class org.fusesource.hawtbuf.codec.ObjectCodec
 
OCTAL_LITERAL - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
offset - Variable in class org.fusesource.hawtbuf.Buffer
 
offset(int) - Method in class org.fusesource.hawtbuf.Buffer
 
onWrite() - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
This method is called after each write to the buffer.
OPTION - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
OPTIONAL - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
OPTIONAL_RULE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
OptionDescriptor - Class in org.fusesource.hawtbuf.proto.compiler
 
OptionDescriptor() - Constructor for class org.fusesource.hawtbuf.proto.compiler.OptionDescriptor
 
OptionDescriptor() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
 
org.fusesource.hawtbuf - package org.fusesource.hawtbuf
 
org.fusesource.hawtbuf.codec - package org.fusesource.hawtbuf.codec
 
org.fusesource.hawtbuf.proto - package org.fusesource.hawtbuf.proto
 
org.fusesource.hawtbuf.proto.compiler - package org.fusesource.hawtbuf.proto.compiler
 
org.fusesource.hawtbuf.proto.compiler.parser - package org.fusesource.hawtbuf.proto.compiler.parser
 
out() - Method in class org.fusesource.hawtbuf.Buffer
 

P

PACKAGE - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
PackageID() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
 
ParseException - Exception in org.fusesource.hawtbuf.proto.compiler.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.fusesource.hawtbuf.proto.compiler.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.fusesource.hawtbuf.proto.compiler.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.fusesource.hawtbuf.proto.compiler.parser.ParseException
Constructor with message.
ParseException(String) - Constructor for exception org.fusesource.hawtbuf.proto.compiler.TextFormat.ParseException
 
parseFramed(CodedInputStream) - Method in interface org.fusesource.hawtbuf.proto.PBMessageFactory
 
parseFramed(Buffer) - Method in interface org.fusesource.hawtbuf.proto.PBMessageFactory
 
parseFramed(byte[]) - Method in interface org.fusesource.hawtbuf.proto.PBMessageFactory
 
parseFramed(InputStream) - Method in interface org.fusesource.hawtbuf.proto.PBMessageFactory
 
ParserSupport - Class in org.fusesource.hawtbuf.proto.compiler
 
ParserSupport() - Constructor for class org.fusesource.hawtbuf.proto.compiler.ParserSupport
 
parseUnframed(CodedInputStream) - Method in interface org.fusesource.hawtbuf.proto.PBMessageFactory
 
parseUnframed(InputStream) - Method in interface org.fusesource.hawtbuf.proto.PBMessageFactory
 
parseUnframed(Buffer) - Method in interface org.fusesource.hawtbuf.proto.PBMessageFactory
 
parseUnframed(byte[]) - Method in interface org.fusesource.hawtbuf.proto.PBMessageFactory
 
PBMessage<Bean,Buffer extends MessageBuffer> - Interface in org.fusesource.hawtbuf.proto
 
PBMessageFactory<Bean extends PBMessage,Buffer extends MessageBuffer> - Interface in org.fusesource.hawtbuf.proto
PBMessageFramedCodec<T extends MessageBuffer> - Class in org.fusesource.hawtbuf.proto
Implements the Codec interface for PBMessages type which encode/decodes framed messages.
PBMessageFramedCodec(PBMessageFactory<?, ? extends T>) - Constructor for class org.fusesource.hawtbuf.proto.PBMessageFramedCodec
 
PBMessageUnframedCodec<T extends MessageBuffer> - Class in org.fusesource.hawtbuf.proto
Implements the Codec interface for PBMessages type which encode/decodes unframed messages.
PBMessageUnframedCodec(PBMessageFactory<?, ? extends T>) - Constructor for class org.fusesource.hawtbuf.proto.PBMessageUnframedCodec
 
PERIOD - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
popLimit(int) - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
 
pos - Variable in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
position(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
Set the current position for writing
position() - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
prefix(List<String>, String) - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
prevCharIsCR - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
 
prevCharIsLF - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
 
project - Variable in class org.fusesource.hawtbuf.proto.compiler.ProtoMojo
The maven project.
ProtoDescriptor() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
 
ProtoDescriptor - Class in org.fusesource.hawtbuf.proto.compiler
 
ProtoDescriptor() - Constructor for class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
 
ProtoMojo - Class in org.fusesource.hawtbuf.proto.compiler
A Maven Mojo so that the Proto compiler can be used with maven.
ProtoMojo() - Constructor for class org.fusesource.hawtbuf.proto.compiler.ProtoMojo
 
ProtoParser - Class in org.fusesource.hawtbuf.proto.compiler.parser
This class is generated with JavaCC.
ProtoParser(InputStream) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
Constructor with InputStream.
ProtoParser(InputStream, String) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
Constructor with InputStream and supplied encoding
ProtoParser(Reader) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
Constructor.
ProtoParser(ProtoParserTokenManager) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
Constructor with generated Token Manager.
ProtoParserConstants - Interface in org.fusesource.hawtbuf.proto.compiler.parser
Token literal values and constants.
ProtoParserTokenManager - Class in org.fusesource.hawtbuf.proto.compiler.parser
Token Manager.
ProtoParserTokenManager(SimpleCharStream) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
Constructor.
ProtoParserTokenManager(SimpleCharStream, int) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
Constructor.
pushLimit(int) - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
 

R

RBRACE - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
RBRACKET - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
read() - Method in class org.fusesource.hawtbuf.BufferEditor
 
read() - Method in class org.fusesource.hawtbuf.BufferInputStream
 
read(byte[]) - Method in class org.fusesource.hawtbuf.BufferInputStream
 
read(byte[], int, int) - Method in class org.fusesource.hawtbuf.BufferInputStream
 
read() - Method in class org.fusesource.hawtbuf.ByteArrayInputStream
 
read(byte[]) - Method in class org.fusesource.hawtbuf.ByteArrayInputStream
 
read(byte[], int, int) - Method in class org.fusesource.hawtbuf.ByteArrayInputStream
 
read() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
readBool() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read a bool field value from the stream.
readBoolean() - Method in class org.fusesource.hawtbuf.BufferEditor
 
readBoolean() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
readBuffer(int) - Method in class org.fusesource.hawtbuf.BufferInputStream
 
readBuffer(int) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
readByte() - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
 
readByte() - Method in class org.fusesource.hawtbuf.BufferEditor
 
readByte() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
readBytes() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read a bytes field value from the stream.
readChar() - Method in class org.fusesource.hawtbuf.BufferEditor
 
readChar() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
readChar() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Read a character.
readDouble() - Method in class org.fusesource.hawtbuf.BufferEditor
 
readDouble() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
readDouble() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read a double field value from the stream.
readEnum() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read an enum field value from the stream.
readFixed32() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read a fixed32 field value from the stream.
readFixed64() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read a fixed64 field value from the stream.
readFloat() - Method in class org.fusesource.hawtbuf.BufferEditor
 
readFloat() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
readFloat() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read a float field value from the stream.
readFrame(InputStream) - Static method in class org.fusesource.hawtbuf.proto.MessageBufferSupport
 
readFrom(DataInput) - Method in class org.fusesource.hawtbuf.Buffer
same as in.readFully(data, offset, length);
readFrom(InputStream) - Method in class org.fusesource.hawtbuf.Buffer
same as in.read(data, offset, length);
readFully(byte[]) - Method in class org.fusesource.hawtbuf.BufferEditor
 
readFully(byte[], int, int) - Method in class org.fusesource.hawtbuf.BufferEditor
 
readFully(byte[]) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
readFully(byte[], int, int) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
readGroup(CodedInputStream, int, T) - Static method in class org.fusesource.hawtbuf.proto.BaseMessage
 
readInt() - Method in class org.fusesource.hawtbuf.BufferEditor
 
readInt() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
readInt32() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read an int32 field value from the stream.
readInt64() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read an int64 field value from the stream.
readLine() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
readLong() - Method in class org.fusesource.hawtbuf.BufferEditor
 
readLong() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
readRawByte(InputStream) - Static method in class org.fusesource.hawtbuf.proto.BaseMessage
 
readRawByte() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read one byte from the input.
readRawByte(InputStream) - Static method in class org.fusesource.hawtbuf.proto.MessageBufferSupport
 
readRawBytes(int) - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read a fixed size of bytes from the input.
readRawLittleEndian32() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read a 32-bit little-endian integer from the stream.
readRawLittleEndian64() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read a 64-bit little-endian integer from the stream.
readRawVarint32(InputStream) - Static method in class org.fusesource.hawtbuf.proto.BaseMessage
Read a raw Varint from the stream.
readRawVarint32() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read a raw Varint from the stream.
readRawVarint32(InputStream) - Static method in class org.fusesource.hawtbuf.proto.MessageBufferSupport
Read a raw Varint from the stream.
readRawVarint64() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read a raw Varint from the stream.
readSFixed32() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read an sfixed32 field value from the stream.
readSFixed64() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read an sfixed64 field value from the stream.
readShort() - Method in class org.fusesource.hawtbuf.BufferEditor
 
readShort() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
readSInt32() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read an sint32 field value from the stream.
readSInt64() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read an sint64 field value from the stream.
readString() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read a string field value from the stream.
readTag() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Attempt to read a field tag, returning zero if we have reached EOF.
readUInt32() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read a uint32 field value from the stream.
readUInt64() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read a uint64 field value from the stream.
readUnsignedByte() - Method in class org.fusesource.hawtbuf.BufferEditor
 
readUnsignedByte() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
readUnsignedShort() - Method in class org.fusesource.hawtbuf.BufferEditor
 
readUnsignedShort() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
readUTF() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
readVarInt() - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
Read a raw Varint from the stream.
readVarInt() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
readVarLong() - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
Read a raw Varint from the stream.
readVarLong() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
readVarSignedInt() - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
Read an sint32 field value from the stream.
readVarSignedInt() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
readVarSignedLong() - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
Read an sint64 field value from the stream.
readVarSignedLong() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
ReInit(InputStream) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
Reinitialise.
ReInit(Reader) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
Reinitialise.
ReInit(ProtoParserTokenManager) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Reinitialise.
REPEATED - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
REPEATED_RULE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
REQUIRED_RULE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
REQURIED - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
reset() - Method in class org.fusesource.hawtbuf.Buffer
 
reset() - Method in class org.fusesource.hawtbuf.BufferInputStream
 
reset() - Method in class org.fusesource.hawtbuf.BufferOutputStream
 
reset() - Method in class org.fusesource.hawtbuf.ByteArrayInputStream
 
reset() - Method in class org.fusesource.hawtbuf.ByteArrayOutputStream
 
reset() - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
reset the output stream
resize(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
restart(Buffer) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
reset the StoreByteArrayInputStream to use an new Buffer
restart(int) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
re-start the input stream - reusing the current buffer
restart(byte[]) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
reset the StoreByteArrayInputStream to use an new byte array
restart() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
restart(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
start using a fresh byte array
restart() - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
start using a fresh byte array
RETURNS - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
RPAREN - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
RPC - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
Rule() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
 

S

SCALAR_TYPES - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
SEMICOLON - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
serializedSizeFramed() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
serializedSizeFramed() - Method in interface org.fusesource.hawtbuf.proto.Message
 
serializedSizeFramed() - Method in interface org.fusesource.hawtbuf.proto.MessageBuffer
 
serializedSizeUnframed() - Method in interface org.fusesource.hawtbuf.proto.Message
 
serializedSizeUnframed() - Method in interface org.fusesource.hawtbuf.proto.MessageBuffer
 
SERVICE - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
ServiceDescriptor(ProtoDescriptor) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
 
ServiceDescriptor - Class in org.fusesource.hawtbuf.proto.compiler
 
ServiceDescriptor(ProtoDescriptor) - Constructor for class org.fusesource.hawtbuf.proto.compiler.ServiceDescriptor
 
setDebugStream(PrintStream) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
Set debug output.
setEnums(Map<String, EnumDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
setEnums(Map<String, EnumDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
 
setExtends(List<MessageDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
setExtends(List<MessageDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
 
setExtensions(ExtensionsDescriptor) - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
setFields(Map<String, EnumFieldDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
 
setFields(Map<String, FieldDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
setFirst(int) - Method in class org.fusesource.hawtbuf.proto.compiler.ExtensionsDescriptor
 
setGroup(MessageDescriptor) - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
setImportProtoDescriptors(Map<String, ProtoDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
 
setImports(List<String>) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
 
setLast(int) - Method in class org.fusesource.hawtbuf.proto.compiler.ExtensionsDescriptor
 
setLength(int) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
setMessages(Map<String, MessageDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
setMessages(Map<String, MessageDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
 
setMethods(List<MethodDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.ServiceDescriptor
 
setName(String) - Method in class org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
 
setName(String) - Method in class org.fusesource.hawtbuf.proto.compiler.EnumFieldDescriptor
 
setName(String) - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
setName(String) - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
setName(String) - Method in class org.fusesource.hawtbuf.proto.compiler.MethodDescriptor
 
setName(String) - Method in class org.fusesource.hawtbuf.proto.compiler.OptionDescriptor
 
setName(String) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
 
setName(String) - Method in class org.fusesource.hawtbuf.proto.compiler.ServiceDescriptor
 
setOptions(Object, String[]) - Static method in class org.fusesource.hawtbuf.proto.compiler.CommandLineSupport
Sets the properties of an object given the command line args.
setOptions(Map<String, OptionDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
 
setOptions(Map<String, OptionDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
setOptions(Map<String, OptionDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
setOptions(Map<String, OptionDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
 
setOut(File) - Method in class org.fusesource.hawtbuf.proto.compiler.AltJavaGenerator
 
setOut(File) - Method in class org.fusesource.hawtbuf.proto.compiler.JavaGenerator
 
setPackageName(String) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
 
setParameter(String) - Method in class org.fusesource.hawtbuf.proto.compiler.MethodDescriptor
 
setPath(File[]) - Method in class org.fusesource.hawtbuf.proto.compiler.AltJavaGenerator
 
setPath(File[]) - Method in class org.fusesource.hawtbuf.proto.compiler.JavaGenerator
 
setPos(int) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
setProperties(Object, Map<String, ?>, String) - Static method in class org.fusesource.hawtbuf.proto.compiler.IntrospectionSupport
 
setProperties(Object, Map) - Static method in class org.fusesource.hawtbuf.proto.compiler.IntrospectionSupport
 
setProperty(Object, String, Object) - Static method in class org.fusesource.hawtbuf.proto.compiler.IntrospectionSupport
 
setReturns(String) - Method in class org.fusesource.hawtbuf.proto.compiler.MethodDescriptor
 
setRule(String) - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
setServices(Map<String, ServiceDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
 
setTabSize(int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
 
setTag(int) - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
setType(String) - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
setTypeDescriptor(TypeDescriptor) - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
setValue(int) - Method in class org.fusesource.hawtbuf.proto.compiler.EnumFieldDescriptor
 
setValue(String) - Method in class org.fusesource.hawtbuf.proto.compiler.OptionDescriptor
 
SFIXED32_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
SFIXED64_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
SIGNED_TYPES - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
SimpleCharStream - Class in org.fusesource.hawtbuf.proto.compiler.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Constructor.
simpleName(Class) - Static method in class org.fusesource.hawtbuf.proto.compiler.IntrospectionSupport
 
SINT32_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
SINT64_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
size() - Method in class org.fusesource.hawtbuf.BufferOutputStream
 
size() - Method in class org.fusesource.hawtbuf.ByteArrayOutputStream
 
size() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
size() - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
skip(long) - Method in class org.fusesource.hawtbuf.BufferInputStream
 
skip(long) - Method in class org.fusesource.hawtbuf.ByteArrayInputStream
 
skip(int) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
skip(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
skipBytes(int) - Method in class org.fusesource.hawtbuf.BufferEditor
 
skipBytes(int) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
 
skipField(int) - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Reads and discards a single field, given its tag value.
skipMessage() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Reads and discards an entire message.
skipRawBytes(int) - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Reads and discards size bytes.
slice(int, int) - Method in class org.fusesource.hawtbuf.Buffer
 
specialToken - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
split(byte) - Method in class org.fusesource.hawtbuf.Buffer
 
startsWith(Buffer) - Method in class org.fusesource.hawtbuf.Buffer
 
STATIC_LEXER_ERROR - Static variable in error org.fusesource.hawtbuf.proto.compiler.parser.TokenMgrError
An attempt was made to create a second instance of a static token manager.
staticFlag - Static variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
Whether parser is static.
string(Buffer) - Static method in class org.fusesource.hawtbuf.Buffer
 
STRING - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
STRING_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
StringCodec - Class in org.fusesource.hawtbuf.codec
Implementation of a Marshaller for Strings
StringCodec() - Constructor for class org.fusesource.hawtbuf.codec.StringCodec
 
StringLitteral() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
 
SwitchTo(int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
Switch to specified lex state.

T

tabSize - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
 
TAG_TYPE_BITS - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
 
TAG_TYPE_MASK - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
 
TextFormat - Class in org.fusesource.hawtbuf.proto.compiler
Provide ascii text parsing and formatting support for proto2 instances.
TextFormat() - Constructor for class org.fusesource.hawtbuf.proto.compiler.TextFormat
 
TextFormat.ParseException - Exception in org.fusesource.hawtbuf.proto.compiler
Thrown when parsing an invalid text format message.
TO - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
RegularExpression Id.
toBuffer() - Method in class org.fusesource.hawtbuf.BufferOutputStream
 
toBuffer() - Method in class org.fusesource.hawtbuf.ByteArrayOutputStream
 
toBuffer() - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
Get a Buffer from the stream
toBufferFromHex(String) - Static method in class org.fusesource.hawtbuf.HexSupport
 
toByteArray() - Method in class org.fusesource.hawtbuf.Buffer
 
toByteArray() - Method in class org.fusesource.hawtbuf.BufferOutputStream
 
toByteArray() - Method in class org.fusesource.hawtbuf.ByteArrayOutputStream
 
toByteBuffer() - Method in class org.fusesource.hawtbuf.Buffer
 
toFramedBuffer() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
toFramedBuffer() - Method in interface org.fusesource.hawtbuf.proto.Message
 
toFramedBuffer() - Method in interface org.fusesource.hawtbuf.proto.MessageBuffer
 
toFramedBuffer(MessageBuffer) - Static method in class org.fusesource.hawtbuf.proto.MessageBufferSupport
 
toFramedByteArray() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
toFramedByteArray() - Method in interface org.fusesource.hawtbuf.proto.Message
 
toFramedByteArray() - Method in interface org.fusesource.hawtbuf.proto.MessageBuffer
 
toHexFromBuffer(Buffer) - Static method in class org.fusesource.hawtbuf.HexSupport
 
toHexFromInt(int, boolean) - Static method in class org.fusesource.hawtbuf.HexSupport
 
token - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
Current token.
Token - Class in org.fusesource.hawtbuf.proto.compiler.parser
Describes the input token stream.
Token() - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.Token
No-argument constructor
Token(int) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
Generated Token Manager.
tokenImage - Variable in exception org.fusesource.hawtbuf.proto.compiler.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
Literal token values.
TokenMgrError - Error in org.fusesource.hawtbuf.proto.compiler.parser
Token Manager Error.
TokenMgrError() - Constructor for error org.fusesource.hawtbuf.proto.compiler.parser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.fusesource.hawtbuf.proto.compiler.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error org.fusesource.hawtbuf.proto.compiler.parser.TokenMgrError
Full Constructor.
toString() - Method in class org.fusesource.hawtbuf.AsciiBuffer
 
toString() - Method in class org.fusesource.hawtbuf.Buffer
 
toString(Object) - Static method in class org.fusesource.hawtbuf.proto.compiler.IntrospectionSupport
 
toString(Object, Class) - Static method in class org.fusesource.hawtbuf.proto.compiler.IntrospectionSupport
 
toString() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.Token
Returns the image.
toString() - Method in class org.fusesource.hawtbuf.UTF8Buffer
 
toUnframedBuffer() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
toUnframedBuffer() - Method in class org.fusesource.hawtbuf.proto.DeferredDecodeMessage
 
toUnframedBuffer() - Method in interface org.fusesource.hawtbuf.proto.Message
 
toUnframedBuffer() - Method in interface org.fusesource.hawtbuf.proto.MessageBuffer
 
toUnframedBuffer(MessageBuffer) - Static method in class org.fusesource.hawtbuf.proto.MessageBufferSupport
 
toUnframedByteArray() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
toUnframedByteArray() - Method in interface org.fusesource.hawtbuf.proto.Message
 
toUnframedByteArray() - Method in interface org.fusesource.hawtbuf.proto.MessageBuffer
 
trace_enabled() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
Trace enabled.
trackLineColumn - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
 
trim() - Method in class org.fusesource.hawtbuf.Buffer
 
trimEnd() - Method in class org.fusesource.hawtbuf.Buffer
 
trimFront() - Method in class org.fusesource.hawtbuf.Buffer
 
TypeDescriptor - Interface in org.fusesource.hawtbuf.proto.compiler
 

U

UINT32_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
UINT64_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
UninitializedMessageException - Exception in org.fusesource.hawtbuf.proto
Thrown when attempting to build a protocol message that is missing required fields.
UninitializedMessageException(List<String>) - Constructor for exception org.fusesource.hawtbuf.proto.UninitializedMessageException
 
UNSIGNED_TYPES - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
UpdateLineColumn(char) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
 
utf8() - Method in class org.fusesource.hawtbuf.Buffer
 
utf8(String) - Static method in class org.fusesource.hawtbuf.Buffer
 
utf8(Buffer) - Static method in class org.fusesource.hawtbuf.Buffer
 
utf8(String) - Static method in class org.fusesource.hawtbuf.UTF8Buffer
 
utf8(Buffer) - Static method in class org.fusesource.hawtbuf.UTF8Buffer
 
UTF8Buffer - Class in org.fusesource.hawtbuf
 
UTF8Buffer(Buffer) - Constructor for class org.fusesource.hawtbuf.UTF8Buffer
 
UTF8Buffer(byte[], int, int) - Constructor for class org.fusesource.hawtbuf.UTF8Buffer
 
UTF8Buffer(byte[]) - Constructor for class org.fusesource.hawtbuf.UTF8Buffer
 
UTF8Buffer(String) - Constructor for class org.fusesource.hawtbuf.UTF8Buffer
 
UTF8BufferCodec - Class in org.fusesource.hawtbuf.codec
Implementation of a Codec for UTF8Buffer objects.
UTF8BufferCodec() - Constructor for class org.fusesource.hawtbuf.codec.UTF8BufferCodec
 

V

validate(List<String>) - Method in class org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
 
validate(List<String>) - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
validate(List<String>) - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
 
validate(List<String>) - Method in class org.fusesource.hawtbuf.proto.compiler.OptionDescriptor
 
validate(List<String>) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
Checks for validation errors in the proto definition and fills them into the errors list.
validate(List<String>) - Method in class org.fusesource.hawtbuf.proto.compiler.ServiceDescriptor
 
Value() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
 
VariableCodec<T> - Class in org.fusesource.hawtbuf.codec
Convenience base class for Marshaller implementations which do not deepCopy and which use variable size encodings.
VariableCodec() - Constructor for class org.fusesource.hawtbuf.codec.VariableCodec
 
VarIntegerCodec - Class in org.fusesource.hawtbuf.codec
Implementation of a variable length Codec for an Integer
VarIntegerCodec() - Constructor for class org.fusesource.hawtbuf.codec.VarIntegerCodec
 
VarLongCodec - Class in org.fusesource.hawtbuf.codec
Implementation of a variable length Codec for a Long
VarLongCodec() - Constructor for class org.fusesource.hawtbuf.codec.VarLongCodec
 
VarSignedIntegerCodec - Class in org.fusesource.hawtbuf.codec
Implementation of a variable length Codec for a signed Integer
VarSignedIntegerCodec() - Constructor for class org.fusesource.hawtbuf.codec.VarSignedIntegerCodec
 
VarSignedLongCodec - Class in org.fusesource.hawtbuf.codec
Implementation of a variable length Codec for a signed Long
VarSignedLongCodec() - Constructor for class org.fusesource.hawtbuf.codec.VarSignedLongCodec
 

W

WireFormat - Class in org.fusesource.hawtbuf.proto
This class is used internally by the Protocol Buffer library and generated message implementations.
WIRETYPE_END_GROUP - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
 
WIRETYPE_FIXED32 - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
 
WIRETYPE_FIXED64 - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
 
WIRETYPE_LENGTH_DELIMITED - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
 
WIRETYPE_START_GROUP - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
 
WIRETYPE_VARINT - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
 
write(int) - Method in class org.fusesource.hawtbuf.BufferEditor
 
write(byte[]) - Method in class org.fusesource.hawtbuf.BufferEditor
 
write(byte[], int, int) - Method in class org.fusesource.hawtbuf.BufferEditor
 
write(int) - Method in class org.fusesource.hawtbuf.BufferOutputStream
 
write(byte[], int, int) - Method in class org.fusesource.hawtbuf.BufferOutputStream
 
write(int) - Method in class org.fusesource.hawtbuf.ByteArrayOutputStream
 
write(byte[], int, int) - Method in class org.fusesource.hawtbuf.ByteArrayOutputStream
 
write(Buffer) - Method in class org.fusesource.hawtbuf.ByteArrayOutputStream
 
write(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(Buffer) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
write(byte[], int, int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
writeBool(int, boolean) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write a bool field, including tag, to the stream.
writeBoolean(boolean) - Method in class org.fusesource.hawtbuf.BufferEditor
 
writeBoolean(boolean) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
writeByte(int) - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
 
writeByte(int) - Method in class org.fusesource.hawtbuf.BufferEditor
 
writeByte(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
writeBytes(String) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
writeBytes(int, Buffer) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write a bytes field, including tag, to the stream.
writeChar(int) - Method in class org.fusesource.hawtbuf.BufferEditor
 
writeChar(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
writeChars(String) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
writeDouble(double) - Method in class org.fusesource.hawtbuf.BufferEditor
 
writeDouble(double) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
writeDouble(int, double) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write a double field, including tag, to the stream.
writeEnum(int, int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write an enum field, including tag, to the stream.
writeFixed32(int, int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write a fixed32 field, including tag, to the stream.
writeFixed64(int, long) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write a fixed64 field, including tag, to the stream.
writeFloat(float) - Method in class org.fusesource.hawtbuf.BufferEditor
 
writeFloat(float) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
writeFloat(int, float) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write a float field, including tag, to the stream.
writeFramed(CodedOutputStream) - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
writeFramed(OutputStream) - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
writeFramed(CodedOutputStream) - Method in interface org.fusesource.hawtbuf.proto.Message
 
writeFramed(OutputStream) - Method in interface org.fusesource.hawtbuf.proto.Message
 
writeFramed(CodedOutputStream) - Method in interface org.fusesource.hawtbuf.proto.MessageBuffer
 
writeFramed(OutputStream) - Method in interface org.fusesource.hawtbuf.proto.MessageBuffer
 
writeGroup(CodedOutputStream, int, BaseMessage) - Static method in class org.fusesource.hawtbuf.proto.BaseMessage
 
writeInt(int) - Method in class org.fusesource.hawtbuf.BufferEditor
 
writeInt(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
writeInt32(int, int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write an int32 field, including tag, to the stream.
writeInt64(int, long) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write an int64 field, including tag, to the stream.
writeLong(long) - Method in class org.fusesource.hawtbuf.BufferEditor
 
writeLong(long) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
writeMessage(CodedOutputStream, int, BaseMessage) - Static method in class org.fusesource.hawtbuf.proto.BaseMessage
 
writeMessage(CodedOutputStream, int, MessageBuffer) - Static method in class org.fusesource.hawtbuf.proto.MessageBufferSupport
 
writeRawByte(byte) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write a single byte.
writeRawByte(int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write a single byte, represented by an integer value.
writeRawBytes(byte[]) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write an array of bytes.
writeRawBytes(byte[], int, int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write part of an array of bytes.
writeRawBytes(Buffer) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
 
writeRawDouble(double) - Method in class org.fusesource.hawtbuf.BufferEditor
 
writeRawFloat(float) - Method in class org.fusesource.hawtbuf.BufferEditor
 
writeRawLittleEndian32(int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write a little-endian 32-bit integer.
writeRawLittleEndian64(long) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write a little-endian 64-bit integer.
writeRawVarint32(int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Encode and write a varint.
writeRawVarint64(long) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Encode and write a varint.
writeSFixed32(int, int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write an sfixed32 field, including tag, to the stream.
writeSFixed64(int, long) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write an sfixed64 field, including tag, to the stream.
writeShort(int) - Method in class org.fusesource.hawtbuf.BufferEditor
 
writeShort(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
writeSInt32(int, int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write an sint32 field, including tag, to the stream.
writeSInt64(int, long) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write an sint64 field, including tag, to the stream.
writeString(int, String) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write a string field, including tag, to the stream.
writeTag(int, int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Encode and write a tag.
writeTo(DataOutput) - Method in class org.fusesource.hawtbuf.Buffer
same as out.write(data, offset, length);
writeTo(OutputStream) - Method in class org.fusesource.hawtbuf.Buffer
same as out.write(data, offset, length);
writeUInt32(int, int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write a uint32 field, including tag, to the stream.
writeUInt64(int, long) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write a uint64 field, including tag, to the stream.
writeUnframed(CodedOutputStream) - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
writeUnframed(OutputStream) - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
writeUnframed(CodedOutputStream) - Method in interface org.fusesource.hawtbuf.proto.Message
 
writeUnframed(OutputStream) - Method in interface org.fusesource.hawtbuf.proto.Message
 
writeUnframed(CodedOutputStream) - Method in interface org.fusesource.hawtbuf.proto.MessageBuffer
 
writeUnframed(OutputStream) - Method in interface org.fusesource.hawtbuf.proto.MessageBuffer
 
writeUTF(String) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
writeVarInt(int) - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
Encode and write a varint.
writeVarInt(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
writeVarLong(long) - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
Encode and write a varint.
writeVarLong(long) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
writeVarSignedInt(int) - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
 
writeVarSignedInt(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
writeVarSignedLong(long) - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
 
writeVarSignedLong(long) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2010–2021 FuseSource, Corp.. All rights reserved.