A B C D E F G H I J 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
 
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
 
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

BaseMessage<T> - Class in org.fusesource.hawtbuf.proto
 
BaseMessage() - Constructor for class org.fusesource.hawtbuf.proto.BaseMessage
 
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
 
Buffer - Class in org.fusesource.hawtbuf
 
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
 
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
 
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.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
 
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
 
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.
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
 

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.
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
 
DeferredDecodeMessage<T> - Class in org.fusesource.hawtbuf.proto
 
DeferredDecodeMessage() - Constructor for class org.fusesource.hawtbuf.proto.DeferredDecodeMessage
 
DOUBLE_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 

E

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.
EnumDescriptor - Class in org.fusesource.hawtbuf.proto.compiler
 
EnumDescriptor(ProtoDescriptor, MessageDescriptor) - Constructor for class org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
 
EnumFieldDescriptor - Class in org.fusesource.hawtbuf.proto.compiler
 
EnumFieldDescriptor(EnumDescriptor) - Constructor for class org.fusesource.hawtbuf.proto.compiler.EnumFieldDescriptor
 
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(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
 
ExtensionsDescriptor - Class in org.fusesource.hawtbuf.proto.compiler
 
ExtensionsDescriptor(MessageDescriptor) - Constructor for class org.fusesource.hawtbuf.proto.compiler.ExtensionsDescriptor
 
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
 
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
 
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

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
 
getData() - Method in class org.fusesource.hawtbuf.Buffer
 
getData() - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
 
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
 
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
 
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
 
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
 
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).
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
 

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
 

I

in() - Method in class org.fusesource.hawtbuf.Buffer
 
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
 
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_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.
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
 
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
 
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
 
join(List<Buffer>, Buffer) - Static method in class org.fusesource.hawtbuf.Buffer
 

L

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
 
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
 

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
 
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<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
 
MethodDescriptor - Class in org.fusesource.hawtbuf.proto.compiler
 
MethodDescriptor(ProtoDescriptor) - Constructor for class org.fusesource.hawtbuf.proto.compiler.MethodDescriptor
 
missingFields() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 

N

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
 
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.
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
 
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
 
out() - Method in class org.fusesource.hawtbuf.Buffer
 

P

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
 
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
 
project - Variable in class org.fusesource.hawtbuf.proto.compiler.ProtoMojo
The maven project.
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
 
pushLimit(int) - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
 

R

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
 
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
 
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.BufferEditor
Read a raw Varint from the stream.
readVarLong() - Method in class org.fusesource.hawtbuf.BufferEditor
Read a raw Varint from the stream.
readVarSignedInt() - Method in class org.fusesource.hawtbuf.BufferEditor
Read an sint32 field value from the stream.
readVarSignedLong() - Method in class org.fusesource.hawtbuf.BufferEditor
Read an sint64 field value from the stream.
REPEATED_RULE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
REQUIRED_RULE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
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(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(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(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

S

SCALAR_TYPES - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
 
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
 
ServiceDescriptor - Class in org.fusesource.hawtbuf.proto.compiler
 
ServiceDescriptor(ProtoDescriptor) - Constructor for class org.fusesource.hawtbuf.proto.compiler.ServiceDescriptor
 
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
 
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
 
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.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
 
split(byte) - Method in class org.fusesource.hawtbuf.Buffer
 
startsWith(Buffer) - Method in class org.fusesource.hawtbuf.Buffer
 
string(Buffer) - Static method in class org.fusesource.hawtbuf.Buffer
 
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
 

T

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.
TextFormat.ParseException(String) - Constructor for exception org.fusesource.hawtbuf.proto.compiler.TextFormat.ParseException
 
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
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
 
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.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
 
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
 
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
 
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(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.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.BufferEditor
Encode and write a varint.
writeVarLong(long) - Method in class org.fusesource.hawtbuf.BufferEditor
Encode and write a varint.
writeVarSignedInt(int) - Method in class org.fusesource.hawtbuf.BufferEditor
 
writeVarSignedLong(long) - Method in class org.fusesource.hawtbuf.BufferEditor
 

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

Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.