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

A

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

B

BaseMessage<T> - Class in org.fusesource.hawtbuf.proto
 
BaseMessage() - Constructor for class org.fusesource.hawtbuf.proto.BaseMessage
 

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
 
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
 
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.
copy() - Method in interface org.fusesource.hawtbuf.proto.PBMessage
 
create() - Method in interface org.fusesource.hawtbuf.proto.PBMessageFactory
 

D

decode(DataInput) - Method in class org.fusesource.hawtbuf.proto.PBMessageFramedCodec
 
decode(DataInput) - Method in class org.fusesource.hawtbuf.proto.PBMessageUnframedCodec
 
decoded - Variable in class org.fusesource.hawtbuf.proto.DeferredDecodeMessage
 
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(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
 

E

encode(T, DataOutput) - Method in class org.fusesource.hawtbuf.proto.PBMessageFramedCodec
 
encode(T, DataOutput) - Method in class org.fusesource.hawtbuf.proto.PBMessageUnframedCodec
 
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.
estimatedSize(T) - Method in class org.fusesource.hawtbuf.proto.PBMessageFramedCodec
 
estimatedSize(T) - Method in class org.fusesource.hawtbuf.proto.PBMessageUnframedCodec
 

F

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

getMissingFields() - Method in exception org.fusesource.hawtbuf.proto.UninitializedMessageException
Get a list of human-readable names of required fields missing from this message.
getNextBuffer(int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
 
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).

I

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.proto.PBMessageFramedCodec
 
isDeepCopySupported() - Method in class org.fusesource.hawtbuf.proto.PBMessageUnframedCodec
 
isEncoded() - Method in class org.fusesource.hawtbuf.proto.DeferredDecodeMessage
 
isEOF() - Method in exception org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
 
isEstimatedSizeSupported() - Method in class org.fusesource.hawtbuf.proto.PBMessageFramedCodec
 
isEstimatedSizeSupported() - Method in class org.fusesource.hawtbuf.proto.PBMessageUnframedCodec
 
isInitialized() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 

L

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

M

makeTag(int, int) - Static method in class org.fusesource.hawtbuf.proto.WireFormat
Makes a tag value given a field number and wire type.
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
 
missingFields() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 

O

org.fusesource.hawtbuf.proto - package org.fusesource.hawtbuf.proto
 

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
 
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
 
prefix(List<String>, String) - Method in class org.fusesource.hawtbuf.proto.BaseMessage
 
pushLimit(int) - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
 

R

readBool() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read a bool field value from the stream.
readBytes() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
Read a bytes field value from the stream.
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.proto.CodedInputStream
Read a float field value from the stream.
readFrame(InputStream) - Static method in class org.fusesource.hawtbuf.proto.MessageBufferSupport
 
readGroup(CodedInputStream, int, T) - Static method in class org.fusesource.hawtbuf.proto.BaseMessage
 
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.
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.
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.

S

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

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

U

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
 

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
 
writeBool(int, boolean) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write a bool field, including tag, to the stream.
writeBytes(int, Buffer) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
Write a bytes field, including tag, to the stream.
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(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
 
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.
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
 
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.
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.
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
 
A B C D E F G I L M O P R S T U W 

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