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

A

AbstractDataObject - Class in de.haumacher.msgbuf.data
Base class for DataObject implementations.
AbstractDataObject() - Constructor for class de.haumacher.msgbuf.data.AbstractDataObject
 
AbstractReflectiveDataObject - Class in de.haumacher.msgbuf.data
Base class for DataObjects that are also ReflectiveDataObjects.
AbstractReflectiveDataObject() - Constructor for class de.haumacher.msgbuf.data.AbstractReflectiveDataObject
 
appendDouble(Appendable, double) - Static method in class de.haumacher.msgbuf.coder.Coder
 
appendFloat(Appendable, float) - Static method in class de.haumacher.msgbuf.coder.Coder
 
appendInt(Appendable, int) - Static method in class de.haumacher.msgbuf.coder.Coder
 
appendLong(Appendable, long) - Static method in class de.haumacher.msgbuf.coder.Coder
 
appendString(Appendable, String) - Static method in class de.haumacher.msgbuf.coder.Coder
 
appendUInt(Appendable, int) - Static method in class de.haumacher.msgbuf.coder.Coder
 

B

Base64Utils - Class in de.haumacher.msgbuf.json
A utility to decode and encode byte arrays as Strings, using only "safe" characters.
Base64Utils() - Constructor for class de.haumacher.msgbuf.json.Base64Utils
 
beginArray() - Method in interface de.haumacher.msgbuf.binary.DataReader
Starts reading an array.
beginArray(DataType, int) - Method in interface de.haumacher.msgbuf.binary.DataWriter
Starts writing an array value with entries of the given type.
beginArray() - Method in class de.haumacher.msgbuf.binary.OctetDataReader
 
beginArray(DataType, int) - Method in class de.haumacher.msgbuf.binary.OctetDataWriter
 
beginArray() - Method in class de.haumacher.msgbuf.json.JsonReader
Consumes the next token from the JSON stream and asserts that it is the beginning of a new array.
beginArray() - Method in class de.haumacher.msgbuf.json.JsonWriter
Begins encoding a new array.
beginObject() - Method in interface de.haumacher.msgbuf.binary.DataReader
Starts reading an object.
beginObject() - Method in interface de.haumacher.msgbuf.binary.DataWriter
Starts writing an object.
beginObject() - Method in class de.haumacher.msgbuf.binary.OctetDataReader
 
beginObject() - Method in class de.haumacher.msgbuf.binary.OctetDataWriter
 
beginObject() - Method in class de.haumacher.msgbuf.json.JsonReader
Consumes the next token from the JSON stream and asserts that it is the beginning of a new object.
beginObject() - Method in class de.haumacher.msgbuf.json.JsonWriter
Begins encoding a new object.
BinaryDataObject - Interface in de.haumacher.msgbuf.binary
DataObject that supports creating binary messages.
BinaryUtil - Class in de.haumacher.msgbuf.binary
Utilities for binary value encoding.
BinaryUtil() - Constructor for class de.haumacher.msgbuf.binary.BinaryUtil
 

C

close() - Method in interface de.haumacher.msgbuf.io.Reader
Closes the stream and releases any system resources associated with it.
close() - Method in class de.haumacher.msgbuf.io.StringR
 
close() - Method in class de.haumacher.msgbuf.io.StringW
 
close() - Method in interface de.haumacher.msgbuf.io.Writer
Closes the stream, flushing it first.
close() - Method in class de.haumacher.msgbuf.json.JsonReader
Closes this JSON reader and the underlying Reader.
close() - Method in class de.haumacher.msgbuf.json.JsonWriter
Flushes and closes this writer and the underlying Writer.
close() - Method in class de.haumacher.msgbuf.server.io.ReaderAdapter
 
close() - Method in class de.haumacher.msgbuf.server.io.WriterAdapter
 
CodedIn - Class in de.haumacher.msgbuf.coder
TODO
CodedIn(Reader) - Constructor for class de.haumacher.msgbuf.coder.CodedIn
Creates a CodedIn.
CodedOut - Class in de.haumacher.msgbuf.coder
TODO
CodedOut(Appendable) - Constructor for class de.haumacher.msgbuf.coder.CodedOut
Creates a CodedOut.
Coder - Class in de.haumacher.msgbuf.coder
Run-length encoding and decoding of Java primitive types into a stream of characters.
Coder() - Constructor for class de.haumacher.msgbuf.coder.Coder
 

D

DataObject - Interface in de.haumacher.msgbuf.data
Common interface for all msgbuf generated data objects.
DataReader - Interface in de.haumacher.msgbuf.binary
Input interface for reading binary messages into data objects.
DataType - Enum in de.haumacher.msgbuf.binary
Declaration of the content-type of an array value.
DataWriter - Interface in de.haumacher.msgbuf.binary
Output interface for creating binary messages out of data objects.
de.haumacher.msgbuf.binary - package de.haumacher.msgbuf.binary
 
de.haumacher.msgbuf.coder - package de.haumacher.msgbuf.coder
 
de.haumacher.msgbuf.data - package de.haumacher.msgbuf.data
 
de.haumacher.msgbuf.io - package de.haumacher.msgbuf.io
 
de.haumacher.msgbuf.json - package de.haumacher.msgbuf.json
Copy of the package `com.google.gson.stream` from gson-2.8.2 library for JSON stream writing.
de.haumacher.msgbuf.server.io - package de.haumacher.msgbuf.server.io
 

E

endArray() - Method in interface de.haumacher.msgbuf.binary.DataReader
Finishes reading the array started with DataReader.beginArray().
endArray() - Method in interface de.haumacher.msgbuf.binary.DataWriter
Stops writing the array started with the last call to DataWriter.beginObject().
endArray() - Method in class de.haumacher.msgbuf.binary.OctetDataReader
 
endArray() - Method in class de.haumacher.msgbuf.binary.OctetDataWriter
 
endArray() - Method in class de.haumacher.msgbuf.json.JsonReader
Consumes the next token from the JSON stream and asserts that it is the end of the current array.
endArray() - Method in class de.haumacher.msgbuf.json.JsonWriter
Ends encoding the current array.
endObject() - Method in interface de.haumacher.msgbuf.binary.DataReader
Finishes reading the object started with the last call to DataReader.beginObject().
endObject() - Method in interface de.haumacher.msgbuf.binary.DataWriter
Finishes writing the fields of the object started with the last call to DataWriter.beginObject().
endObject() - Method in class de.haumacher.msgbuf.binary.OctetDataReader
 
endObject() - Method in class de.haumacher.msgbuf.binary.OctetDataWriter
 
endObject() - Method in class de.haumacher.msgbuf.json.JsonReader
Consumes the next token from the JSON stream and asserts that it is the end of the current object.
endObject() - Method in class de.haumacher.msgbuf.json.JsonWriter
Ends encoding the current object.

F

flush() - Method in class de.haumacher.msgbuf.io.StringW
 
flush() - Method in interface de.haumacher.msgbuf.io.Writer
Flushes the stream.
flush() - Method in class de.haumacher.msgbuf.json.JsonWriter
Ensures all buffered data is written to the underlying Writer and flushes that writer.
flush() - Method in class de.haumacher.msgbuf.server.io.WriterAdapter
 
fromBase64(String) - Static method in class de.haumacher.msgbuf.json.Base64Utils
Decode a base64 string into a byte array.

G

get(String) - Method in interface de.haumacher.msgbuf.data.ReflectiveDataObject
Retrieves value of the field with the given name.
getPath() - Method in class de.haumacher.msgbuf.json.JsonReader
Returns a JsonPath to the current location in the JSON value.
getSerializeNulls() - Method in class de.haumacher.msgbuf.json.JsonWriter
Returns true if object members are serialized when their value is null.

H

hasNext() - Method in interface de.haumacher.msgbuf.binary.DataReader
When reading an object or array, whether there are more fields or array elements left to read.
hasNext() - Method in class de.haumacher.msgbuf.binary.OctetDataReader
 
hasNext() - Method in class de.haumacher.msgbuf.json.JsonReader
Returns true if the current array or object has another element.

I

In - Interface in de.haumacher.msgbuf.coder
TODO
isHtmlSafe() - Method in class de.haumacher.msgbuf.json.JsonWriter
Returns true if this writer writes JSON that's safe for inclusion in HTML and XML documents.
isLenient() - Method in class de.haumacher.msgbuf.json.JsonReader
Returns true if this parser is liberal in what it accepts.
isLenient() - Method in class de.haumacher.msgbuf.json.JsonWriter
Returns true if this writer has relaxed syntax rules.

J

JsonReader - Class in de.haumacher.msgbuf.json
Reads a JSON (RFC 7159) encoded value as a stream of tokens.
JsonReader(Reader) - Constructor for class de.haumacher.msgbuf.json.JsonReader
Creates a new instance that reads a JSON-encoded stream from in.
JsonToken - Enum in de.haumacher.msgbuf.json
A structure, name or value type in a JSON-encoded string.
JsonUtil - Class in de.haumacher.msgbuf.json
Utilities for reading and writing JSON.
JsonUtil() - Constructor for class de.haumacher.msgbuf.json.JsonUtil
 
jsonValue(String) - Method in class de.haumacher.msgbuf.json.JsonWriter
Writes value directly to the writer without quoting or escaping.
JsonWriter - Class in de.haumacher.msgbuf.json
Writes a JSON (RFC 7159) encoded value to a stream, one token at a time.
JsonWriter(Writer) - Constructor for class de.haumacher.msgbuf.json.JsonWriter
Creates a new instance that writes a JSON-encoded stream to out.

L

longFromBase64(String) - Static method in class de.haumacher.msgbuf.json.Base64Utils
Decode a base64 string into a long value.

M

MalformedJsonException - Exception in de.haumacher.msgbuf.json
Thrown when a reader encounters malformed JSON.
MalformedJsonException(String) - Constructor for exception de.haumacher.msgbuf.json.MalformedJsonException
 
MalformedJsonException(String, Throwable) - Constructor for exception de.haumacher.msgbuf.json.MalformedJsonException
 
MalformedJsonException(Throwable) - Constructor for exception de.haumacher.msgbuf.json.MalformedJsonException
 

N

name(int) - Method in interface de.haumacher.msgbuf.binary.DataWriter
Writes an identifier of a field fo the currently written object.
name(int) - Method in class de.haumacher.msgbuf.binary.OctetDataWriter
 
name(String) - Method in class de.haumacher.msgbuf.json.JsonWriter
Encodes the property name.
nextBinary() - Method in interface de.haumacher.msgbuf.binary.DataReader
Reads a binary string value.
nextBinary() - Method in class de.haumacher.msgbuf.binary.OctetDataReader
 
nextBinaryOptional(JsonReader) - Static method in class de.haumacher.msgbuf.json.JsonUtil
Reads a byte array or a null value from the given reader.
nextBinaryStream() - Method in interface de.haumacher.msgbuf.binary.DataReader
Reads a binary stream value.
nextBinaryStream() - Method in class de.haumacher.msgbuf.binary.OctetDataReader
 
nextBoolean() - Method in interface de.haumacher.msgbuf.binary.DataReader
Reads a boolean value.
nextBoolean() - Method in class de.haumacher.msgbuf.json.JsonReader
Returns the boolean value of the next token, consuming it.
nextDouble() - Method in interface de.haumacher.msgbuf.binary.DataReader
Reads a 64 bit double value.
nextDouble() - Method in class de.haumacher.msgbuf.binary.OctetDataReader
 
nextDouble() - Method in class de.haumacher.msgbuf.json.JsonReader
Returns the double value of the next token, consuming it.
nextFloat() - Method in interface de.haumacher.msgbuf.binary.DataReader
Reads a 32 bit float value.
nextFloat() - Method in class de.haumacher.msgbuf.binary.OctetDataReader
 
nextInt() - Method in interface de.haumacher.msgbuf.binary.DataReader
Reads an (unsigned) integer value.
nextInt() - Method in class de.haumacher.msgbuf.binary.OctetDataReader
 
nextInt() - Method in class de.haumacher.msgbuf.json.JsonReader
Returns the int value of the next token, consuming it.
nextIntFixed() - Method in interface de.haumacher.msgbuf.binary.DataReader
Reads a full 32 bit integer value.
nextIntFixed() - Method in class de.haumacher.msgbuf.binary.OctetDataReader
 
nextIntSigned() - Method in interface de.haumacher.msgbuf.binary.DataReader
Reads a signed integer value.
nextIntSigned() - Method in class de.haumacher.msgbuf.binary.OctetDataReader
 
nextLong() - Method in interface de.haumacher.msgbuf.binary.DataReader
Reads an (unsigned) long value.
nextLong() - Method in class de.haumacher.msgbuf.binary.OctetDataReader
 
nextLong() - Method in class de.haumacher.msgbuf.json.JsonReader
Returns the long value of the next token, consuming it.
nextLongFixed() - Method in interface de.haumacher.msgbuf.binary.DataReader
Reads a full 64 bit long value.
nextLongFixed() - Method in class de.haumacher.msgbuf.binary.OctetDataReader
 
nextLongSigned() - Method in interface de.haumacher.msgbuf.binary.DataReader
Reads a signed long value.
nextLongSigned() - Method in class de.haumacher.msgbuf.binary.OctetDataReader
 
nextName() - Method in interface de.haumacher.msgbuf.binary.DataReader
When reading an object, retrieves the next field identifier.
nextName() - Method in class de.haumacher.msgbuf.binary.OctetDataReader
 
nextName() - Method in class de.haumacher.msgbuf.json.JsonReader
Returns the next token, a property name, and consumes it.
nextNull() - Method in class de.haumacher.msgbuf.json.JsonReader
Consumes the next token from the JSON stream and asserts that it is a literal null.
nextString() - Method in interface de.haumacher.msgbuf.binary.DataReader
Reads an utf-8 String value.
nextString() - Method in class de.haumacher.msgbuf.binary.OctetDataReader
 
nextString() - Method in class de.haumacher.msgbuf.json.JsonReader
Returns the string value of the next token, consuming it.
nextStringOptional(JsonReader) - Static method in class de.haumacher.msgbuf.json.JsonUtil
Reads a string or a null value from the given reader.
nullValue() - Method in class de.haumacher.msgbuf.json.JsonWriter
Encodes null.

O

OctetDataReader - Class in de.haumacher.msgbuf.binary
DataReader that reconstructs values written with a OctetDataWriter.
OctetDataReader(InputStream) - Constructor for class de.haumacher.msgbuf.binary.OctetDataReader
Creates a OctetDataReader.
OctetDataWriter - Class in de.haumacher.msgbuf.binary
DataWriter that encodes into a stream of octets (8 bit byte values).
OctetDataWriter(OutputStream) - Constructor for class de.haumacher.msgbuf.binary.OctetDataWriter
Creates a OctetDataWriter.
Out - Interface in de.haumacher.msgbuf.coder
TODO

P

peek() - Method in class de.haumacher.msgbuf.json.JsonReader
Returns the type of the next token without consuming it.
properties() - Method in interface de.haumacher.msgbuf.data.ReflectiveDataObject
All properties that are supported by this object.

R

read() - Method in interface de.haumacher.msgbuf.io.Reader
Reads a single character.
read(char[], int, int) - Method in interface de.haumacher.msgbuf.io.Reader
Reads characters into a portion of an array.
read() - Method in class de.haumacher.msgbuf.io.StringR
 
read(char[], int, int) - Method in class de.haumacher.msgbuf.io.StringR
 
read() - Method in class de.haumacher.msgbuf.server.io.ReaderAdapter
 
read(char[], int, int) - Method in class de.haumacher.msgbuf.server.io.ReaderAdapter
 
readBytes() - Method in class de.haumacher.msgbuf.coder.CodedIn
 
readBytes() - Method in interface de.haumacher.msgbuf.coder.In
 
readDouble() - Method in class de.haumacher.msgbuf.coder.CodedIn
 
readDouble(Reader) - Static method in class de.haumacher.msgbuf.coder.Coder
 
readDouble() - Method in interface de.haumacher.msgbuf.coder.In
 
Reader - Interface in de.haumacher.msgbuf.io
A character stream reader.
ReaderAdapter - Class in de.haumacher.msgbuf.server.io
Adapter to use a Reader as Reader.
ReaderAdapter(Reader) - Constructor for class de.haumacher.msgbuf.server.io.ReaderAdapter
Creates a ReaderAdapter.
readField(JsonReader, String) - Method in class de.haumacher.msgbuf.data.AbstractDataObject
Reads the given field from the given input.
readFields(JsonReader) - Method in class de.haumacher.msgbuf.data.AbstractDataObject
Reads all fields of this instance from the given input.
readFloat() - Method in class de.haumacher.msgbuf.coder.CodedIn
 
readFloat(Reader) - Static method in class de.haumacher.msgbuf.coder.Coder
 
readFloat() - Method in interface de.haumacher.msgbuf.coder.In
 
readInt() - Method in class de.haumacher.msgbuf.coder.CodedIn
 
readInt(Reader) - Static method in class de.haumacher.msgbuf.coder.Coder
 
readInt() - Method in interface de.haumacher.msgbuf.coder.In
 
readLong() - Method in class de.haumacher.msgbuf.coder.CodedIn
 
readLong(Reader) - Static method in class de.haumacher.msgbuf.coder.Coder
 
readLong() - Method in interface de.haumacher.msgbuf.coder.In
 
readString() - Method in class de.haumacher.msgbuf.coder.CodedIn
 
readString(Reader) - Static method in class de.haumacher.msgbuf.coder.Coder
 
readString() - Method in interface de.haumacher.msgbuf.coder.In
 
readUInt() - Method in class de.haumacher.msgbuf.coder.CodedIn
 
readUInt(Reader) - Static method in class de.haumacher.msgbuf.coder.Coder
 
readUInt() - Method in interface de.haumacher.msgbuf.coder.In
 
ReflectiveDataObject - Interface in de.haumacher.msgbuf.data
An object with generically accessible properties.

S

set(String, Object) - Method in interface de.haumacher.msgbuf.data.ReflectiveDataObject
Sets the value of the property with the given name.
setHtmlSafe(boolean) - Method in class de.haumacher.msgbuf.json.JsonWriter
Configure this writer to emit JSON that's safe for direct inclusion in HTML and XML documents.
setIndent(String) - Method in class de.haumacher.msgbuf.json.JsonWriter
Sets the indentation string to be repeated for each level of indentation in the encoded document.
setLenient(boolean) - Method in class de.haumacher.msgbuf.json.JsonReader
Configure this parser to be liberal in what it accepts.
setLenient(boolean) - Method in class de.haumacher.msgbuf.json.JsonWriter
Configure this writer to relax its syntax rules.
setSerializeNulls(boolean) - Method in class de.haumacher.msgbuf.json.JsonWriter
Sets whether object members are serialized when their value is null.
skipValue() - Method in interface de.haumacher.msgbuf.binary.DataReader
Skips the current value to read.
skipValue() - Method in class de.haumacher.msgbuf.binary.OctetDataReader
 
skipValue() - Method in class de.haumacher.msgbuf.json.JsonReader
Skips the next value recursively.
StringR - Class in de.haumacher.msgbuf.io
Reader that reads from an in-memory String.
StringR(String) - Constructor for class de.haumacher.msgbuf.io.StringR
Creates a StringR.
StringW - Class in de.haumacher.msgbuf.io
Writer that constructs an in-memory String.
StringW() - Constructor for class de.haumacher.msgbuf.io.StringW
 

T

toBase64(byte[]) - Static method in class de.haumacher.msgbuf.json.Base64Utils
Converts a byte array into a base 64 encoded string.
toBase64(long) - Static method in class de.haumacher.msgbuf.json.Base64Utils
Return a string containing a base-64 encoded version of the given long value.
toString() - Method in class de.haumacher.msgbuf.data.AbstractDataObject
 
toString() - Method in class de.haumacher.msgbuf.io.StringW
 
toString() - Method in class de.haumacher.msgbuf.json.JsonReader
 

V

value(boolean) - Method in interface de.haumacher.msgbuf.binary.DataWriter
Writes a boolean value.
value(int) - Method in interface de.haumacher.msgbuf.binary.DataWriter
Writes an unsigned int value.
value(long) - Method in interface de.haumacher.msgbuf.binary.DataWriter
Writes an unsigned long value.
value(float) - Method in interface de.haumacher.msgbuf.binary.DataWriter
Writes a float value.
value(double) - Method in interface de.haumacher.msgbuf.binary.DataWriter
Writes a double value.
value(String) - Method in interface de.haumacher.msgbuf.binary.DataWriter
Writes a String value in utf-8 encoding.
value(byte[]) - Method in interface de.haumacher.msgbuf.binary.DataWriter
Writes a binary string value.
value(int) - Method in class de.haumacher.msgbuf.binary.OctetDataWriter
 
value(float) - Method in class de.haumacher.msgbuf.binary.OctetDataWriter
 
value(long) - Method in class de.haumacher.msgbuf.binary.OctetDataWriter
 
value(double) - Method in class de.haumacher.msgbuf.binary.OctetDataWriter
 
value(byte[]) - Method in class de.haumacher.msgbuf.binary.OctetDataWriter
 
value(String) - Method in class de.haumacher.msgbuf.binary.OctetDataWriter
 
value(String) - Method in class de.haumacher.msgbuf.json.JsonWriter
Encodes value.
value(boolean) - Method in class de.haumacher.msgbuf.json.JsonWriter
Encodes value.
value(Boolean) - Method in class de.haumacher.msgbuf.json.JsonWriter
Encodes value.
value(double) - Method in class de.haumacher.msgbuf.json.JsonWriter
Encodes value.
value(long) - Method in class de.haumacher.msgbuf.json.JsonWriter
Encodes value.
value(Number) - Method in class de.haumacher.msgbuf.json.JsonWriter
Encodes value.
valueBinaryStream() - Method in interface de.haumacher.msgbuf.binary.DataWriter
Starts writing a binary value of arbitrary length in chunked mode.
valueBinaryStream() - Method in class de.haumacher.msgbuf.binary.OctetDataWriter
 
valueFixed(int) - Method in interface de.haumacher.msgbuf.binary.DataWriter
Writes a fixed size 32 bit int value.
valueFixed(long) - Method in interface de.haumacher.msgbuf.binary.DataWriter
Writes a fixed size 64 bit long value.
valueFixed(int) - Method in class de.haumacher.msgbuf.binary.OctetDataWriter
 
valueFixed(long) - Method in class de.haumacher.msgbuf.binary.OctetDataWriter
 
valueOf(String) - Static method in enum de.haumacher.msgbuf.binary.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.haumacher.msgbuf.json.JsonToken
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.haumacher.msgbuf.binary.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.haumacher.msgbuf.json.JsonToken
Returns an array containing the constants of this enum type, in the order they are declared.
valueSigned(int) - Method in interface de.haumacher.msgbuf.binary.DataWriter
Writes a signed int value.
valueSigned(long) - Method in interface de.haumacher.msgbuf.binary.DataWriter
Writes a signed long value.
valueSigned(int) - Method in class de.haumacher.msgbuf.binary.OctetDataWriter
 
valueSigned(long) - Method in class de.haumacher.msgbuf.binary.OctetDataWriter
 

W

write(char) - Method in class de.haumacher.msgbuf.io.StringW
 
write(String) - Method in class de.haumacher.msgbuf.io.StringW
 
write(String, int, int) - Method in class de.haumacher.msgbuf.io.StringW
 
write(char) - Method in interface de.haumacher.msgbuf.io.Writer
Writes a single character.
write(String) - Method in interface de.haumacher.msgbuf.io.Writer
Writes a string.
write(String, int, int) - Method in interface de.haumacher.msgbuf.io.Writer
Writes a portion of a string.
write(char) - Method in class de.haumacher.msgbuf.server.io.WriterAdapter
 
write(String, int, int) - Method in class de.haumacher.msgbuf.server.io.WriterAdapter
 
writeBinaryOptional(JsonWriter, byte[]) - Static method in class de.haumacher.msgbuf.json.JsonUtil
Writes the given byte array as Base64 encoded string.
writeBytes(byte[]) - Method in class de.haumacher.msgbuf.coder.CodedOut
 
writeBytes(byte[]) - Method in interface de.haumacher.msgbuf.coder.Out
 
writeContent(JsonWriter) - Method in class de.haumacher.msgbuf.data.AbstractDataObject
Writes a JSON object containing keys for all fields of this object.
writeDouble(double) - Method in class de.haumacher.msgbuf.coder.CodedOut
 
writeDouble(double) - Method in interface de.haumacher.msgbuf.coder.Out
 
writeFields(JsonWriter) - Method in class de.haumacher.msgbuf.data.AbstractDataObject
Writes all fields of this instance to the given output.
writeFloat(float) - Method in class de.haumacher.msgbuf.coder.CodedOut
 
writeFloat(float) - Method in interface de.haumacher.msgbuf.coder.Out
 
writeInt(int) - Method in class de.haumacher.msgbuf.coder.CodedOut
 
writeInt(int) - Method in interface de.haumacher.msgbuf.coder.Out
 
writeLong(long) - Method in class de.haumacher.msgbuf.coder.CodedOut
 
writeLong(long) - Method in interface de.haumacher.msgbuf.coder.Out
 
Writer - Interface in de.haumacher.msgbuf.io
A character stream producer.
WriterAdapter - Class in de.haumacher.msgbuf.server.io
Adapter to use a Writer as Writer.
WriterAdapter(Writer) - Constructor for class de.haumacher.msgbuf.server.io.WriterAdapter
Creates a WriterAdapter.
writeString(String) - Method in class de.haumacher.msgbuf.coder.CodedOut
 
writeString(String) - Method in interface de.haumacher.msgbuf.coder.Out
 
writeTo(DataWriter) - Method in interface de.haumacher.msgbuf.binary.BinaryDataObject
Writes the content of this DataObject to the given binary output.
writeTo(JsonWriter) - Method in interface de.haumacher.msgbuf.data.DataObject
Writes this instance to the given output.
writeUInt(int) - Method in class de.haumacher.msgbuf.coder.CodedOut
 
writeUInt(int) - Method in interface de.haumacher.msgbuf.coder.Out
 

Z

zigzagDecode(int) - Static method in class de.haumacher.msgbuf.binary.BinaryUtil
Decodes the result of BinaryUtil.zigzagEncode(int) to its original signed value.
zigzagDecode(long) - Static method in class de.haumacher.msgbuf.binary.BinaryUtil
Decodes the result of BinaryUtil.zigzagEncode(long) to its original signed value.
zigzagEncode(int) - Static method in class de.haumacher.msgbuf.binary.BinaryUtil
Zig-zag encodes the given int producing a small positive number for inputs with small absolute value.
zigzagEncode(long) - Static method in class de.haumacher.msgbuf.binary.BinaryUtil
Zig-zag encodes the given long producing a small positive number for inputs with small absolute value.
A B C D E F G H I J L M N O P R S T V W Z 
Skip navigation links

Copyright © 2021. All rights reserved.