- checkLastTagWas(int) - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Verifies that the last call to readTag() returned the given tag value.
- checkNoSpaceLeft() - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
- checktInitialized() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
-
- clear() - Method in class org.fusesource.hawtbuf.Buffer
-
- clear() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
-
- clear() - Method in class org.fusesource.hawtbuf.proto.DeferredDecodeMessage
-
- clear() - Method in interface org.fusesource.hawtbuf.proto.Message
-
- clone() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
-
- clone() - Method in interface org.fusesource.hawtbuf.proto.Message
-
- Codec<T> - Interface in org.fusesource.hawtbuf.codec
-
- CodedInputStream - Class in org.fusesource.hawtbuf.proto
-
Reads and decodes protocol message fields.
- CodedInputStream(InputStream) - Constructor for class org.fusesource.hawtbuf.proto.CodedInputStream
-
- CodedInputStream(Buffer) - Constructor for class org.fusesource.hawtbuf.proto.CodedInputStream
-
- CodedInputStream(byte[]) - Constructor for class org.fusesource.hawtbuf.proto.CodedInputStream
-
- CodedOutputStream - Class in org.fusesource.hawtbuf.proto
-
Encodes and writes protocol message fields.
- CodedOutputStream(OutputStream) - Constructor for class org.fusesource.hawtbuf.proto.CodedOutputStream
-
- CodedOutputStream(byte[]) - Constructor for class org.fusesource.hawtbuf.proto.CodedOutputStream
-
- CodedOutputStream(Buffer) - Constructor for class org.fusesource.hawtbuf.proto.CodedOutputStream
-
- column - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
- COMMA - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- CommandLineSupport - Class in org.fusesource.hawtbuf.proto.compiler
-
Support utility that can be used to set the properties on any object
using command line arguments.
- CommandLineSupport() - Constructor for class org.fusesource.hawtbuf.proto.compiler.CommandLineSupport
-
- COMMENT - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
-
Lexical state.
- compact() - Method in class org.fusesource.hawtbuf.Buffer
-
- compareTo(Buffer) - Method in class org.fusesource.hawtbuf.Buffer
-
- compareTo(Buffer) - Method in class org.fusesource.hawtbuf.UTF8Buffer
-
- compile(File) - Method in class org.fusesource.hawtbuf.proto.compiler.AltJavaGenerator
-
- compile(File) - Method in class org.fusesource.hawtbuf.proto.compiler.JavaGenerator
-
- CompilerException - Exception in org.fusesource.hawtbuf.proto.compiler
-
- CompilerException(List<String>) - Constructor for exception org.fusesource.hawtbuf.proto.compiler.CompilerException
-
- computeBoolSize(int, boolean) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a bool
field, including tag.
- computeBytesSize(int, Buffer) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a bytes
field, including tag.
- computeDoubleSize(int, double) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a double
field, including tag.
- computeEnumSize(int, int) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an enum field,
including tag.
- computeFixed32Size(int, int) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a fixed32
field, including tag.
- computeFixed64Size(int, long) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a fixed64
field, including tag.
- computeFloatSize(int, float) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a float
field, including tag.
- computeGroupSize(int, BaseMessage) - Static method in class org.fusesource.hawtbuf.proto.BaseMessage
-
- computeInt32Size(int, int) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an int32
field, including tag.
- computeInt64Size(int, long) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an int64
field, including tag.
- computeMessageSize(int, BaseMessage) - Static method in class org.fusesource.hawtbuf.proto.BaseMessage
-
- computeMessageSize(int, MessageBuffer) - Static method in class org.fusesource.hawtbuf.proto.MessageBufferSupport
-
- computeRawVarint32Size(int) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a varint.
- computeRawVarint64Size(long) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a varint.
- computeSFixed32Size(int, int) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an sfixed32
field, including tag.
- computeSFixed64Size(int, long) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an sfixed64
field, including tag.
- computeSInt32Size(int, int) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an sint32
field, including tag.
- computeSInt64Size(int, long) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an sint64
field, including tag.
- computeStringSize(int, String) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a string
field, including tag.
- computeTagSize(int) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a tag.
- computeUInt32Size(int, int) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a uint32
field, including tag.
- computeUInt64Size(int, long) - Static method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a uint64
field, including tag.
- computeVarIntSize(int) - Static method in class org.fusesource.hawtbuf.AbstractVarIntSupport
-
Compute the number of bytes that would be needed to encode a varint.
- computeVarLongSize(long) - Static method in class org.fusesource.hawtbuf.AbstractVarIntSupport
-
Compute the number of bytes that would be needed to encode a varint.
- computeVarSignedIntSize(int) - Static method in class org.fusesource.hawtbuf.AbstractVarIntSupport
-
Compute the number of bytes that would be needed to encode a signed varint.
- computeVarSignedLongSize(long) - Static method in class org.fusesource.hawtbuf.AbstractVarIntSupport
-
Compute the number of bytes that would be needed to encode a signed varint.
- contains(byte) - Method in class org.fusesource.hawtbuf.Buffer
-
- containsAt(Buffer, int) - Method in class org.fusesource.hawtbuf.Buffer
-
- copy() - Method in interface org.fusesource.hawtbuf.proto.PBMessage
-
- create() - Method in interface org.fusesource.hawtbuf.proto.PBMessageFactory
-
- createBuffer(byte[]) - Method in class org.fusesource.hawtbuf.codec.AbstractBufferCodec
-
- createBuffer(byte[]) - Method in class org.fusesource.hawtbuf.codec.AsciiBufferCodec
-
- createBuffer(byte[]) - Method in class org.fusesource.hawtbuf.codec.BufferCodec
-
- createBuffer(byte[]) - Method in class org.fusesource.hawtbuf.codec.UTF8BufferCodec
-
- curChar - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
-
- currentToken - Variable in exception org.fusesource.hawtbuf.proto.compiler.parser.ParseException
-
This is the last token that has been consumed successfully.
- RBRACE - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- RBRACKET - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- read() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- read() - Method in class org.fusesource.hawtbuf.BufferInputStream
-
- read(byte[]) - Method in class org.fusesource.hawtbuf.BufferInputStream
-
- read(byte[], int, int) - Method in class org.fusesource.hawtbuf.BufferInputStream
-
- read() - Method in class org.fusesource.hawtbuf.ByteArrayInputStream
-
- read(byte[]) - Method in class org.fusesource.hawtbuf.ByteArrayInputStream
-
- read(byte[], int, int) - Method in class org.fusesource.hawtbuf.ByteArrayInputStream
-
- read() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
Reads the next byte of data from this input stream.
- read(byte[], int, int) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
Reads up to len
bytes of data into an array of bytes from
this input stream.
- readBool() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read a bool
field value from the stream.
- readBoolean() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readBoolean() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readBuffer(int) - Method in class org.fusesource.hawtbuf.BufferInputStream
-
- readBuffer(int) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readByte() - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
-
- readByte() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readByte() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readBytes() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read a bytes
field value from the stream.
- readChar() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readChar() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readChar() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
Read a character.
- readDouble() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readDouble() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readDouble() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read a double
field value from the stream.
- readEnum() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read an enum field value from the stream.
- readFixed32() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read a fixed32
field value from the stream.
- readFixed64() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read a fixed64
field value from the stream.
- readFloat() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readFloat() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readFloat() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read a float
field value from the stream.
- readFrame(InputStream) - Static method in class org.fusesource.hawtbuf.proto.MessageBufferSupport
-
- readFrom(DataInput) - Method in class org.fusesource.hawtbuf.Buffer
-
same as in.readFully(data, offset, length);
- readFrom(InputStream) - Method in class org.fusesource.hawtbuf.Buffer
-
same as in.read(data, offset, length);
- readFully(byte[]) - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readFully(byte[], int, int) - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readFully(byte[]) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readFully(byte[], int, int) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readGroup(CodedInputStream, int, T) - Static method in class org.fusesource.hawtbuf.proto.BaseMessage
-
- readInt() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readInt() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readInt32() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read an int32
field value from the stream.
- readInt64() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read an int64
field value from the stream.
- readLine() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readLong() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readLong() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readRawByte(InputStream) - Static method in class org.fusesource.hawtbuf.proto.BaseMessage
-
- readRawByte() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read one byte from the input.
- readRawByte(InputStream) - Static method in class org.fusesource.hawtbuf.proto.MessageBufferSupport
-
- readRawBytes(int) - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read a fixed size of bytes from the input.
- readRawLittleEndian32() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read a 32-bit little-endian integer from the stream.
- readRawLittleEndian64() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read a 64-bit little-endian integer from the stream.
- readRawVarint32(InputStream) - Static method in class org.fusesource.hawtbuf.proto.BaseMessage
-
Read a raw Varint from the stream.
- readRawVarint32() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read a raw Varint from the stream.
- readRawVarint32(InputStream) - Static method in class org.fusesource.hawtbuf.proto.MessageBufferSupport
-
Read a raw Varint from the stream.
- readRawVarint64() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read a raw Varint from the stream.
- readSFixed32() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read an sfixed32
field value from the stream.
- readSFixed64() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read an sfixed64
field value from the stream.
- readShort() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readShort() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readSInt32() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read an sint32
field value from the stream.
- readSInt64() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read an sint64
field value from the stream.
- readString() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read a string
field value from the stream.
- readTag() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Attempt to read a field tag, returning zero if we have reached EOF.
- readUInt32() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read a uint32
field value from the stream.
- readUInt64() - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Read a uint64
field value from the stream.
- readUnsignedByte() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readUnsignedByte() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readUnsignedShort() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readUnsignedShort() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readUTF() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readVarInt() - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
-
Read a raw Varint from the stream.
- readVarInt() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readVarLong() - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
-
Read a raw Varint from the stream.
- readVarLong() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readVarSignedInt() - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
-
Read an sint32
field value from the stream.
- readVarSignedInt() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readVarSignedLong() - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
-
Read an sint64
field value from the stream.
- readVarSignedLong() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- ReInit(InputStream) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
-
Reinitialise.
- ReInit(Reader) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
-
Reinitialise.
- ReInit(ProtoParserTokenManager) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
-
Reinitialise parser.
- ReInit(Reader, int, int, int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
Reinitialise.
- REPEATED - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- REPEATED_RULE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- REQUIRED_RULE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- REQURIED - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- reset() - Method in class org.fusesource.hawtbuf.Buffer
-
- reset() - Method in class org.fusesource.hawtbuf.BufferInputStream
-
- reset() - Method in class org.fusesource.hawtbuf.BufferOutputStream
-
- reset() - Method in class org.fusesource.hawtbuf.ByteArrayInputStream
-
- reset() - Method in class org.fusesource.hawtbuf.ByteArrayOutputStream
-
- reset() - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
reset the output stream
- resize(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- restart(Buffer) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
reset the StoreByteArrayInputStream
to use an new
Buffer
- restart(int) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
re-start the input stream - reusing the current buffer
- restart(byte[]) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
reset the StoreByteArrayInputStream
to use an new byte
array
- restart() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- restart(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
start using a fresh byte array
- restart() - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
start using a fresh byte array
- RETURNS - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- RPAREN - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- RPC - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- Rule() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
-
- WireFormat - Class in org.fusesource.hawtbuf.proto
-
This class is used internally by the Protocol Buffer library and generated
message implementations.
- WIRETYPE_END_GROUP - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
-
- WIRETYPE_FIXED32 - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
-
- WIRETYPE_FIXED64 - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
-
- WIRETYPE_LENGTH_DELIMITED - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
-
- WIRETYPE_START_GROUP - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
-
- WIRETYPE_VARINT - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
-
- write(int) - Method in class org.fusesource.hawtbuf.BufferEditor
-
- write(byte[]) - Method in class org.fusesource.hawtbuf.BufferEditor
-
- write(byte[], int, int) - Method in class org.fusesource.hawtbuf.BufferEditor
-
- write(int) - Method in class org.fusesource.hawtbuf.BufferOutputStream
-
- write(byte[], int, int) - Method in class org.fusesource.hawtbuf.BufferOutputStream
-
- write(int) - Method in class org.fusesource.hawtbuf.ByteArrayOutputStream
-
- write(byte[], int, int) - Method in class org.fusesource.hawtbuf.ByteArrayOutputStream
-
- write(Buffer) - Method in class org.fusesource.hawtbuf.ByteArrayOutputStream
-
- write(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
Writes the specified byte to this byte array output stream.
- write(Buffer) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- write(byte[], int, int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
Writes len
bytes from the specified byte array starting at
offset off
to this byte array output stream.
- writeBool(int, boolean) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write a bool
field, including tag, to the stream.
- writeBoolean(boolean) - Method in class org.fusesource.hawtbuf.BufferEditor
-
- writeBoolean(boolean) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- writeByte(int) - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
-
- writeByte(int) - Method in class org.fusesource.hawtbuf.BufferEditor
-
- writeByte(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- writeBytes(String) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- writeBytes(int, Buffer) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write a bytes
field, including tag, to the stream.
- writeChar(int) - Method in class org.fusesource.hawtbuf.BufferEditor
-
- writeChar(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- writeChars(String) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- writeDouble(double) - Method in class org.fusesource.hawtbuf.BufferEditor
-
- writeDouble(double) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- writeDouble(int, double) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write a double
field, including tag, to the stream.
- writeEnum(int, int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write an enum field, including tag, to the stream.
- writeFixed32(int, int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write a fixed32
field, including tag, to the stream.
- writeFixed64(int, long) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write a fixed64
field, including tag, to the stream.
- writeFloat(float) - Method in class org.fusesource.hawtbuf.BufferEditor
-
- writeFloat(float) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- writeFloat(int, float) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write a float
field, including tag, to the stream.
- writeFramed(CodedOutputStream) - Method in class org.fusesource.hawtbuf.proto.BaseMessage
-
- writeFramed(OutputStream) - Method in class org.fusesource.hawtbuf.proto.BaseMessage
-
- writeFramed(CodedOutputStream) - Method in interface org.fusesource.hawtbuf.proto.Message
-
- writeFramed(OutputStream) - Method in interface org.fusesource.hawtbuf.proto.Message
-
- writeFramed(CodedOutputStream) - Method in interface org.fusesource.hawtbuf.proto.MessageBuffer
-
- writeFramed(OutputStream) - Method in interface org.fusesource.hawtbuf.proto.MessageBuffer
-
- writeGroup(CodedOutputStream, int, BaseMessage) - Static method in class org.fusesource.hawtbuf.proto.BaseMessage
-
- writeInt(int) - Method in class org.fusesource.hawtbuf.BufferEditor
-
- writeInt(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- writeInt32(int, int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write an int32
field, including tag, to the stream.
- writeInt64(int, long) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write an int64
field, including tag, to the stream.
- writeLong(long) - Method in class org.fusesource.hawtbuf.BufferEditor
-
- writeLong(long) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- writeMessage(CodedOutputStream, int, BaseMessage) - Static method in class org.fusesource.hawtbuf.proto.BaseMessage
-
- writeMessage(CodedOutputStream, int, MessageBuffer) - Static method in class org.fusesource.hawtbuf.proto.MessageBufferSupport
-
- writeRawByte(byte) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write a single byte.
- writeRawByte(int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write a single byte, represented by an integer value.
- writeRawBytes(byte[]) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write an array of bytes.
- writeRawBytes(byte[], int, int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write part of an array of bytes.
- writeRawBytes(Buffer) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
- writeRawDouble(double) - Method in class org.fusesource.hawtbuf.BufferEditor
-
- writeRawFloat(float) - Method in class org.fusesource.hawtbuf.BufferEditor
-
- writeRawLittleEndian32(int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write a little-endian 32-bit integer.
- writeRawLittleEndian64(long) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write a little-endian 64-bit integer.
- writeRawVarint32(int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Encode and write a varint.
- writeRawVarint64(long) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Encode and write a varint.
- writeSFixed32(int, int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write an sfixed32
field, including tag, to the stream.
- writeSFixed64(int, long) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write an sfixed64
field, including tag, to the stream.
- writeShort(int) - Method in class org.fusesource.hawtbuf.BufferEditor
-
- writeShort(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- writeSInt32(int, int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write an sint32
field, including tag, to the stream.
- writeSInt64(int, long) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write an sint64
field, including tag, to the stream.
- writeString(int, String) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write a string
field, including tag, to the stream.
- writeTag(int, int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Encode and write a tag.
- writeTo(DataOutput) - Method in class org.fusesource.hawtbuf.Buffer
-
same as out.write(data, offset, length);
- writeTo(OutputStream) - Method in class org.fusesource.hawtbuf.Buffer
-
same as out.write(data, offset, length);
- writeUInt32(int, int) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write a uint32
field, including tag, to the stream.
- writeUInt64(int, long) - Method in class org.fusesource.hawtbuf.proto.CodedOutputStream
-
Write a uint64
field, including tag, to the stream.
- writeUnframed(CodedOutputStream) - Method in class org.fusesource.hawtbuf.proto.BaseMessage
-
- writeUnframed(OutputStream) - Method in class org.fusesource.hawtbuf.proto.BaseMessage
-
- writeUnframed(CodedOutputStream) - Method in interface org.fusesource.hawtbuf.proto.Message
-
- writeUnframed(OutputStream) - Method in interface org.fusesource.hawtbuf.proto.Message
-
- writeUnframed(CodedOutputStream) - Method in interface org.fusesource.hawtbuf.proto.MessageBuffer
-
- writeUnframed(OutputStream) - Method in interface org.fusesource.hawtbuf.proto.MessageBuffer
-
- writeUTF(String) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- writeVarInt(int) - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
-
Encode and write a varint.
- writeVarInt(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- writeVarLong(long) - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
-
Encode and write a varint.
- writeVarLong(long) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- writeVarSignedInt(int) - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
-
- writeVarSignedInt(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- writeVarSignedLong(long) - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
-
- writeVarSignedLong(long) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-