- checkCapacity(int) - Method in class org.fusesource.hawtbuf.BufferOutputStream
-
Ensures the the buffer has at least the minimumCapacity specified.
- checkCapacity(int) - Method in class org.fusesource.hawtbuf.ByteArrayOutputStream
-
Ensures the the buffer has at least the minimumCapacity specified.
- 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
-
- column - Variable in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
- 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.
- constantCase(String) - Method in class org.fusesource.hawtbuf.proto.compiler.AltJavaGenerator
-
- constantCase(String) - Method in class org.fusesource.hawtbuf.proto.compiler.JavaGenerator
-
- constantToUCamelCase(String) - Method in class org.fusesource.hawtbuf.proto.compiler.AltJavaGenerator
-
- constantToUCamelCase(String) - Method in class org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
-
- constantToUCamelCase(String) - Method in class org.fusesource.hawtbuf.proto.compiler.JavaGenerator
-
- consume(String) - Method in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
If the next token exactly matches token, consume it.
- consumeBoolean() - Method in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
If the next token is a boolean, consume it and return its value.
- consumeBuffer() - Method in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
If the next token is a string, consume it, unescape it as a
Buffer, and return it.
- consumeDouble() - Method in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
If the next token is a double, consume it and return its value.
- consumeFloat() - Method in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
If the next token is a float, consume it and return its value.
- consumeIdentifier() - Method in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
If the next token is an identifier, consume it and return its value.
- consumeInt32() - Method in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
If the next token is a 32-bit signed integer, consume it and return its
value.
- consumeInt64() - Method in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
If the next token is a 64-bit signed integer, consume it and return its
value.
- consumeString() - Method in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
If the next token is a string, consume it and return its (unescaped)
value.
- consumeUInt32() - Method in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
If the next token is a 32-bit unsigned integer, consume it and return its
value.
- consumeUInt64() - Method in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
If the next token is a 64-bit unsigned integer, consume it and return its
value.
- contains(byte) - Method in class org.fusesource.hawtbuf.Buffer
-
- containsAt(Buffer, int) - Method in class org.fusesource.hawtbuf.Buffer
-
- convert(Object, Class) - Static method in class org.fusesource.hawtbuf.proto.compiler.IntrospectionSupport
-
- convertOptionToPropertyName(String) - Static method in class org.fusesource.hawtbuf.proto.compiler.CommandLineSupport
-
converts strings like: test-enabled to testEnabled
- convertToString(Object, Class) - Static method in class org.fusesource.hawtbuf.proto.compiler.IntrospectionSupport
-
- 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
-
- createIOException(String, Throwable) - Static method in class org.fusesource.hawtbuf.codec.ObjectCodec
-
- curChar - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
-
- curLexState - 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.
- currentToken - Variable in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
- p(String) - Method in class org.fusesource.hawtbuf.proto.compiler.AltJavaGenerator
-
- p() - Method in class org.fusesource.hawtbuf.proto.compiler.AltJavaGenerator
-
- p(String) - Method in class org.fusesource.hawtbuf.proto.compiler.JavaGenerator
-
- p() - Method in class org.fusesource.hawtbuf.proto.compiler.JavaGenerator
-
- PACKAGE - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- PackageID() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
-
- packageName - Variable in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
-
- parameter - Variable in class org.fusesource.hawtbuf.proto.compiler.MethodDescriptor
-
- parent - Variable in class org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
-
- parent - Variable in class org.fusesource.hawtbuf.proto.compiler.EnumFieldDescriptor
-
- parent - Variable in class org.fusesource.hawtbuf.proto.compiler.ExtensionsDescriptor
-
- parent - Variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- parent - Variable in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
-
- ParseException - Exception in org.fusesource.hawtbuf.proto.compiler.parser
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception org.fusesource.hawtbuf.proto.compiler.parser.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- ParseException() - Constructor for exception org.fusesource.hawtbuf.proto.compiler.parser.ParseException
-
The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String) - Constructor for exception org.fusesource.hawtbuf.proto.compiler.parser.ParseException
-
Constructor with message.
- ParseException(String) - Constructor for exception org.fusesource.hawtbuf.proto.compiler.TextFormat.ParseException
-
- parseException(String) - Method in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
- parseExceptionPreviousToken(String) - Method in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
Returns a
TextFormat.ParseException with the line and column numbers of
the previous token in the description, suitable for throwing.
- 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
-
- parseInt32(String) - Static method in class org.fusesource.hawtbuf.proto.compiler.TextFormat
-
Parse a 32-bit signed integer from the text.
- parseInt64(String) - Static method in class org.fusesource.hawtbuf.proto.compiler.TextFormat
-
Parse a 64-bit signed integer from the text.
- parseInteger(String, boolean, boolean) - Static method in class org.fusesource.hawtbuf.proto.compiler.TextFormat
-
- ParserSupport - Class in org.fusesource.hawtbuf.proto.compiler
-
- ParserSupport() - Constructor for class org.fusesource.hawtbuf.proto.compiler.ParserSupport
-
- parseUInt32(String) - Static method in class org.fusesource.hawtbuf.proto.compiler.TextFormat
-
Parse a 32-bit unsigned integer from the text.
- parseUInt64(String) - Static method in class org.fusesource.hawtbuf.proto.compiler.TextFormat
-
Parse a 64-bit unsigned integer from the text.
- 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
-
- path - Variable in class org.fusesource.hawtbuf.proto.compiler.AltJavaGenerator
-
- path - Variable in class org.fusesource.hawtbuf.proto.compiler.JavaGenerator
-
- PBMessage<Bean,Buffer extends MessageBuffer> - Interface in org.fusesource.hawtbuf.proto
-
- PBMessageFactory<Bean extends PBMessage,Buffer extends MessageBuffer> - Interface in org.fusesource.hawtbuf.proto
- PBMessageFramedCodec<T extends MessageBuffer> - Class in org.fusesource.hawtbuf.proto
-
Implements the Codec interface for PBMessages type which
encode/decodes framed messages.
- PBMessageFramedCodec(PBMessageFactory<?, ? extends T>) - Constructor for class org.fusesource.hawtbuf.proto.PBMessageFramedCodec
-
- PBMessageUnframedCodec<T extends MessageBuffer> - Class in org.fusesource.hawtbuf.proto
-
Implements the Codec interface for PBMessages type which
encode/decodes unframed messages.
- PBMessageUnframedCodec(PBMessageFactory<?, ? extends T>) - Constructor for class org.fusesource.hawtbuf.proto.PBMessageUnframedCodec
-
- PERIOD - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- popLimit(int) - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
- pos - Variable in class org.fusesource.hawtbuf.BufferInputStream
-
- pos - Variable in class org.fusesource.hawtbuf.BufferOutputStream
-
- pos - Variable in class org.fusesource.hawtbuf.ByteArrayInputStream
-
- pos - Variable in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- pos - Variable in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- pos - Variable in class org.fusesource.hawtbuf.proto.CodedInputStream
-
- pos - Variable in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
- position(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
Set the current position for writing
- position() - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- prefix(List<String>, String) - Method in class org.fusesource.hawtbuf.proto.BaseMessage
-
- prevCharIsCR - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
- prevCharIsLF - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
- previousColumn - Variable in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
- previousLine - Variable in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
- processFiles(File[], File) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoMojo
-
- project - Variable in class org.fusesource.hawtbuf.proto.compiler.ProtoMojo
-
The maven project.
- proto - Variable in class org.fusesource.hawtbuf.proto.compiler.AltJavaGenerator
-
- proto - Variable in class org.fusesource.hawtbuf.proto.compiler.JavaGenerator
-
- protoDescriptor - Variable in class org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
-
- protoDescriptor - Variable in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
-
- protoDescriptor - Variable in class org.fusesource.hawtbuf.proto.compiler.MethodDescriptor
-
- ProtoDescriptor() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
-
- ProtoDescriptor - Class in org.fusesource.hawtbuf.proto.compiler
-
- ProtoDescriptor() - Constructor for class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
-
- protoDescriptor - Variable in class org.fusesource.hawtbuf.proto.compiler.ServiceDescriptor
-
- ProtoMojo - Class in org.fusesource.hawtbuf.proto.compiler
-
A Maven Mojo so that the Proto compiler can be used with maven.
- ProtoMojo() - Constructor for class org.fusesource.hawtbuf.proto.compiler.ProtoMojo
-
- ProtoParser - Class in org.fusesource.hawtbuf.proto.compiler.parser
-
This class is generated with JavaCC.
- ProtoParser(InputStream) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
-
Constructor with InputStream.
- ProtoParser(InputStream, String) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
-
Constructor with InputStream and supplied encoding
- ProtoParser(Reader) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
-
Constructor.
- ProtoParser(ProtoParserTokenManager) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
-
Constructor with generated Token Manager.
- ProtoParser.JJCalls - Class in org.fusesource.hawtbuf.proto.compiler.parser
-
- ProtoParser.LookaheadSuccess - Error in org.fusesource.hawtbuf.proto.compiler.parser
-
- ProtoParserConstants - Interface in org.fusesource.hawtbuf.proto.compiler.parser
-
Token literal values and constants.
- ProtoParserTokenManager - Class in org.fusesource.hawtbuf.proto.compiler.parser
-
Token Manager.
- ProtoParserTokenManager(SimpleCharStream) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
-
Constructor.
- ProtoParserTokenManager(SimpleCharStream, int) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
-
Constructor.
- pushLimit(int) - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
- 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.BigEndianBufferEditor
-
- readChar() - Method in class org.fusesource.hawtbuf.BufferEditor.LittleEndianBufferEditor
-
- 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.BigEndianBufferEditor
-
- readDouble() - Method in class org.fusesource.hawtbuf.BufferEditor.LittleEndianBufferEditor
-
- 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.BigEndianBufferEditor
-
- readFloat() - Method in class org.fusesource.hawtbuf.BufferEditor.LittleEndianBufferEditor
-
- 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.BigEndianBufferEditor
-
- readInt() - Method in class org.fusesource.hawtbuf.BufferEditor.LittleEndianBufferEditor
-
- 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.BigEndianBufferEditor
-
- readLong() - Method in class org.fusesource.hawtbuf.BufferEditor.LittleEndianBufferEditor
-
- 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.BigEndianBufferEditor
-
- readShort() - Method in class org.fusesource.hawtbuf.BufferEditor.LittleEndianBufferEditor
-
- 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.BigEndianBufferEditor
-
- readUnsignedShort() - Method in class org.fusesource.hawtbuf.BufferEditor.LittleEndianBufferEditor
-
- 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
-
- recursionLimitExceeded() - Static method in exception org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
-
- 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.
- ReInitRounds() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
-
- removeFileExtension(String) - Static method in class org.fusesource.hawtbuf.proto.compiler.AltJavaGenerator
-
- removeFileExtension(String) - Static method in class org.fusesource.hawtbuf.proto.compiler.JavaGenerator
-
- 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 - Variable in class org.fusesource.hawtbuf.proto.compiler.MethodDescriptor
-
- 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 - Variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- Rule() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
-
- SCALAR_TYPES - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- SEMICOLON - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- serializedSizeFramed() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
-
- serializedSizeFramed() - Method in interface org.fusesource.hawtbuf.proto.Message
-
- serializedSizeFramed() - Method in interface org.fusesource.hawtbuf.proto.MessageBuffer
-
- serializedSizeUnframed() - Method in interface org.fusesource.hawtbuf.proto.Message
-
- serializedSizeUnframed() - Method in interface org.fusesource.hawtbuf.proto.MessageBuffer
-
- serialVersionUID - Static variable in exception org.fusesource.hawtbuf.proto.compiler.parser.ParseException
-
The version identifier for this Serializable class.
- serialVersionUID - Static variable in class org.fusesource.hawtbuf.proto.compiler.parser.Token
-
The version identifier for this Serializable class.
- serialVersionUID - Static variable in error org.fusesource.hawtbuf.proto.compiler.parser.TokenMgrError
-
The version identifier for this Serializable class.
- serialVersionUID - Static variable in exception org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
-
- SERVICE - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- ServiceDescriptor(ProtoDescriptor) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
-
- ServiceDescriptor - Class in org.fusesource.hawtbuf.proto.compiler
-
- ServiceDescriptor(ProtoDescriptor) - Constructor for class org.fusesource.hawtbuf.proto.compiler.ServiceDescriptor
-
- services - Variable in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
-
- setDebugStream(PrintStream) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
-
Set debug output.
- setEnums(Map<String, EnumDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
-
- setEnums(Map<String, EnumDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
-
- setExtends(List<MessageDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
-
- setExtends(List<MessageDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
-
- setExtensions(ExtensionsDescriptor) - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
-
- setFields(Map<String, EnumFieldDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
-
- setFields(Map<String, FieldDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
-
- setFirst(int) - Method in class org.fusesource.hawtbuf.proto.compiler.ExtensionsDescriptor
-
- setGroup(MessageDescriptor) - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- setImportProtoDescriptors(Map<String, ProtoDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
-
- setImports(List<String>) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
-
- setLast(int) - Method in class org.fusesource.hawtbuf.proto.compiler.ExtensionsDescriptor
-
- setLength(int) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- setMessages(Map<String, MessageDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
-
- setMessages(Map<String, MessageDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
-
- setMethods(List<MethodDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.ServiceDescriptor
-
- setName(String) - Method in class org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
-
- setName(String) - Method in class org.fusesource.hawtbuf.proto.compiler.EnumFieldDescriptor
-
- setName(String) - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- setName(String) - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
-
- setName(String) - Method in class org.fusesource.hawtbuf.proto.compiler.MethodDescriptor
-
- setName(String) - Method in class org.fusesource.hawtbuf.proto.compiler.OptionDescriptor
-
- setName(String) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
-
- setName(String) - Method in class org.fusesource.hawtbuf.proto.compiler.ServiceDescriptor
-
- setOptions(Object, String[]) - Static method in class org.fusesource.hawtbuf.proto.compiler.CommandLineSupport
-
Sets the properties of an object given the command line args.
- setOptions(Map<String, OptionDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
-
- setOptions(Map<String, OptionDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- setOptions(Map<String, OptionDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.MessageDescriptor
-
- setOptions(Map<String, OptionDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
-
- setOut(File) - Method in class org.fusesource.hawtbuf.proto.compiler.AltJavaGenerator
-
- setOut(File) - Method in class org.fusesource.hawtbuf.proto.compiler.JavaGenerator
-
- setPackageName(String) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
-
- setParameter(String) - Method in class org.fusesource.hawtbuf.proto.compiler.MethodDescriptor
-
- setPath(File[]) - Method in class org.fusesource.hawtbuf.proto.compiler.AltJavaGenerator
-
- setPath(File[]) - Method in class org.fusesource.hawtbuf.proto.compiler.JavaGenerator
-
- setPos(int) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- setProperties(Object, Map<String, ?>, String) - Static method in class org.fusesource.hawtbuf.proto.compiler.IntrospectionSupport
-
- setProperties(Object, Map) - Static method in class org.fusesource.hawtbuf.proto.compiler.IntrospectionSupport
-
- setProperty(Object, String, Object) - Static method in class org.fusesource.hawtbuf.proto.compiler.IntrospectionSupport
-
- setReturns(String) - Method in class org.fusesource.hawtbuf.proto.compiler.MethodDescriptor
-
- setRule(String) - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- setServices(Map<String, ServiceDescriptor>) - Method in class org.fusesource.hawtbuf.proto.compiler.ProtoDescriptor
-
- setTabSize(int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
- setTag(int) - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- setTrackLineColumn(boolean) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
- setType(String) - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- setTypeDescriptor(TypeDescriptor) - Method in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- setValue(int) - Method in class org.fusesource.hawtbuf.proto.compiler.EnumFieldDescriptor
-
- setValue(String) - Method in class org.fusesource.hawtbuf.proto.compiler.OptionDescriptor
-
- SFIXED32_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- SFIXED64_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- SIGNED_TYPES - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- SimpleCharStream - Class in org.fusesource.hawtbuf.proto.compiler.parser
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
Constructor.
- simpleName(Class) - Static method in class org.fusesource.hawtbuf.proto.compiler.IntrospectionSupport
-
- SINT32_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- SINT64_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- size() - Method in class org.fusesource.hawtbuf.BufferOutputStream
-
- size - Variable in class org.fusesource.hawtbuf.ByteArrayOutputStream
-
- size() - Method in class org.fusesource.hawtbuf.ByteArrayOutputStream
-
- size - Variable in class org.fusesource.hawtbuf.codec.FixedBufferCodec
-
- size() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- size() - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- sizeLimitExceeded() - Static method in exception org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
-
- skip(long) - Method in class org.fusesource.hawtbuf.BufferInputStream
-
- skip(long) - Method in class org.fusesource.hawtbuf.ByteArrayInputStream
-
- skip(int) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- skip(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- skipBytes(int) - Method in class org.fusesource.hawtbuf.BufferEditor
-
- skipBytes(int) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- skipField(int) - Method in class org.fusesource.hawtbuf.proto.CodedInputStream
-
Reads and discards a single field, given its tag value.
- SkipLexicalActions(Token) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
-
- 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.
- skipWhitespace() - Method in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
Skip over any whitespace so that the matcher region starts at the next
token.
- slice(int, int) - Method in class org.fusesource.hawtbuf.Buffer
-
- specialToken - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- split(byte) - Method in class org.fusesource.hawtbuf.Buffer
-
- startsWith(Buffer) - Method in class org.fusesource.hawtbuf.Buffer
-
- STATIC_LEXER_ERROR - Static variable in error org.fusesource.hawtbuf.proto.compiler.parser.TokenMgrError
-
An attempt was made to create a second instance of a static token manager.
- staticFlag - Static variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
Whether parser is static.
- string(Buffer) - Static method in class org.fusesource.hawtbuf.Buffer
-
- STRING - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- STRING_TYPE - Static variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- StringCodec - Class in org.fusesource.hawtbuf.codec
-
Implementation of a Marshaller for Strings
- StringCodec() - Constructor for class org.fusesource.hawtbuf.codec.StringCodec
-
- StringLitteral() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
-
- SwitchTo(int) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
-
Switch to specified lex state.
- tabSize - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
- tag - Variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- TAG_TYPE_BITS - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
-
- TAG_TYPE_MASK - Static variable in class org.fusesource.hawtbuf.proto.WireFormat
-
- testOutputDirectory - Variable in class org.fusesource.hawtbuf.proto.compiler.ProtoMojo
-
The directory where the output files will be located.
- testSourceDirectory - Variable in class org.fusesource.hawtbuf.proto.compiler.ProtoMojo
-
The directory where the proto files (*.proto) are
located.
- text - Variable in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
- 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.InvalidEscapeSequence - Exception in org.fusesource.hawtbuf.proto.compiler
-
- TextFormat.ParseException - Exception in org.fusesource.hawtbuf.proto.compiler
-
Thrown when parsing an invalid text format message.
- TextFormat.Tokenizer - Class in org.fusesource.hawtbuf.proto.compiler
-
Represents a stream of tokens parsed from a String.
- TO - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- toBuffer() - Method in class org.fusesource.hawtbuf.BufferOutputStream
-
- toBuffer() - Method in class org.fusesource.hawtbuf.ByteArrayOutputStream
-
- toBuffer() - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
Get a Buffer from the stream
- toBufferFromHex(String) - Static method in class org.fusesource.hawtbuf.HexSupport
-
- toByteArray() - Method in class org.fusesource.hawtbuf.Buffer
-
- toByteArray() - Method in class org.fusesource.hawtbuf.BufferOutputStream
-
- toByteArray() - Method in class org.fusesource.hawtbuf.ByteArrayOutputStream
-
- toByteBuffer() - Method in class org.fusesource.hawtbuf.Buffer
-
- toFramedBuffer() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
-
- toFramedBuffer() - Method in interface org.fusesource.hawtbuf.proto.Message
-
- toFramedBuffer() - Method in interface org.fusesource.hawtbuf.proto.MessageBuffer
-
- toFramedBuffer(MessageBuffer) - Static method in class org.fusesource.hawtbuf.proto.MessageBufferSupport
-
- toFramedByteArray() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
-
- toFramedByteArray() - Method in interface org.fusesource.hawtbuf.proto.Message
-
- toFramedByteArray() - Method in interface org.fusesource.hawtbuf.proto.MessageBuffer
-
- toHexFromBuffer(Buffer) - Static method in class org.fusesource.hawtbuf.HexSupport
-
- toHexFromInt(int, boolean) - Static method in class org.fusesource.hawtbuf.HexSupport
-
- token - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
-
Current token.
- Token - Class in org.fusesource.hawtbuf.proto.compiler.parser
-
Describes the input token stream.
- Token() - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.Token
-
No-argument constructor
- Token(int) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class org.fusesource.hawtbuf.proto.compiler.parser.Token
-
Constructs a new token for the specified Image and Kind.
- TOKEN - Static variable in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
- token_source - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
-
Generated Token Manager.
- tokenBegin - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
- tokenImage - Variable in exception org.fusesource.hawtbuf.proto.compiler.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- tokenImage - Static variable in interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants
-
Literal token values.
- Tokenizer(CharSequence) - Constructor for class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
Construct a tokenizer that parses tokens from the given text.
- TokenLexicalActions(Token) - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
-
- TokenMgrError - Error in org.fusesource.hawtbuf.proto.compiler.parser
-
Token Manager Error.
- TokenMgrError() - Constructor for error org.fusesource.hawtbuf.proto.compiler.parser.TokenMgrError
-
No arg constructor.
- TokenMgrError(String, int) - Constructor for error org.fusesource.hawtbuf.proto.compiler.parser.TokenMgrError
-
Constructor with message and reason.
- TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error org.fusesource.hawtbuf.proto.compiler.parser.TokenMgrError
-
Full Constructor.
- toString() - Method in class org.fusesource.hawtbuf.AsciiBuffer
-
- toString() - Method in class org.fusesource.hawtbuf.Buffer
-
- toString(Object) - Static method in class org.fusesource.hawtbuf.proto.compiler.IntrospectionSupport
-
- toString(Object, Class) - Static method in class org.fusesource.hawtbuf.proto.compiler.IntrospectionSupport
-
- toString() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.Token
-
Returns the image.
- toString() - Method in class org.fusesource.hawtbuf.UTF8Buffer
-
- toStringBuilder(Readable) - Static method in class org.fusesource.hawtbuf.proto.compiler.TextFormat
-
- toUnframedBuffer() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
-
- toUnframedBuffer() - Method in class org.fusesource.hawtbuf.proto.DeferredDecodeMessage
-
- toUnframedBuffer() - Method in interface org.fusesource.hawtbuf.proto.Message
-
- toUnframedBuffer() - Method in interface org.fusesource.hawtbuf.proto.MessageBuffer
-
- toUnframedBuffer(MessageBuffer) - Static method in class org.fusesource.hawtbuf.proto.MessageBufferSupport
-
- toUnframedByteArray() - Method in class org.fusesource.hawtbuf.proto.BaseMessage
-
- toUnframedByteArray() - Method in interface org.fusesource.hawtbuf.proto.Message
-
- toUnframedByteArray() - Method in interface org.fusesource.hawtbuf.proto.MessageBuffer
-
- trace_enabled - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
-
- trace_enabled() - Method in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
-
Trace enabled.
- trace_indent - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.ProtoParser
-
- trackLineColumn - Variable in class org.fusesource.hawtbuf.proto.compiler.parser.SimpleCharStream
-
- trim() - Method in class org.fusesource.hawtbuf.Buffer
-
- trimEnd() - Method in class org.fusesource.hawtbuf.Buffer
-
- trimFront() - Method in class org.fusesource.hawtbuf.Buffer
-
- truncatedMessage() - Static method in exception org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
-
- tryConsume(String) - Method in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
If the next token exactly matches token, consume it and return
true.
- type - Variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- type - Variable in class org.fusesource.hawtbuf.proto.compiler.ProtoMojo
-
The type of generator to run.
- typeDescriptor - Variable in class org.fusesource.hawtbuf.proto.compiler.FieldDescriptor
-
- TypeDescriptor - Interface in org.fusesource.hawtbuf.proto.compiler
-
- w - Variable in class org.fusesource.hawtbuf.proto.compiler.AltJavaGenerator
-
- w - Variable in class org.fusesource.hawtbuf.proto.compiler.JavaGenerator
-
- WHITESPACE - Static variable in class org.fusesource.hawtbuf.proto.compiler.TextFormat.Tokenizer
-
- WireFormat - Class in org.fusesource.hawtbuf.proto
-
This class is used internally by the Protocol Buffer library and generated
message implementations.
- WireFormat() - Constructor for class org.fusesource.hawtbuf.proto.WireFormat
-
- 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.BigEndianBufferEditor
-
- writeChar(int) - Method in class org.fusesource.hawtbuf.BufferEditor.LittleEndianBufferEditor
-
- 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.BigEndianBufferEditor
-
- writeDouble(double) - Method in class org.fusesource.hawtbuf.BufferEditor.LittleEndianBufferEditor
-
- 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.
- writeFile(String, AltJavaGenerator.Closure) - Method in class org.fusesource.hawtbuf.proto.compiler.AltJavaGenerator
-
- writeFile(String, JavaGenerator.Closure) - Method in class org.fusesource.hawtbuf.proto.compiler.JavaGenerator
-
- 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.BigEndianBufferEditor
-
- writeFloat(float) - Method in class org.fusesource.hawtbuf.BufferEditor.LittleEndianBufferEditor
-
- 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.BigEndianBufferEditor
-
- writeInt(int) - Method in class org.fusesource.hawtbuf.BufferEditor.LittleEndianBufferEditor
-
- 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.BigEndianBufferEditor
-
- writeLong(long) - Method in class org.fusesource.hawtbuf.BufferEditor.LittleEndianBufferEditor
-
- 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.BigEndianBufferEditor
-
- writeRawDouble(double) - Method in class org.fusesource.hawtbuf.BufferEditor.LittleEndianBufferEditor
-
- writeRawDouble(double) - Method in class org.fusesource.hawtbuf.BufferEditor
-
- writeRawFloat(float) - Method in class org.fusesource.hawtbuf.BufferEditor.BigEndianBufferEditor
-
- writeRawFloat(float) - Method in class org.fusesource.hawtbuf.BufferEditor.LittleEndianBufferEditor
-
- 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.BigEndianBufferEditor
-
- writeShort(int) - Method in class org.fusesource.hawtbuf.BufferEditor.LittleEndianBufferEditor
-
- 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
-