- cancel() - Method in class net.yura.mobile.util.Timer
-
- cdsect(String) - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
-
- CHANGE_PRIORITY - Static variable in class net.yura.mobile.util.QueueProcessorThread
-
- checkLastTagWas(int) - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Verifies that the last call to readTag() returned the given tag value.
- checkNoSpaceLeft() - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
- checkType(int, int) - Static method in class net.yura.mobile.io.BinUtil
-
- clearInbox() - Method in class net.yura.mobile.util.QueueProcessorThread
-
- close() - Method in class net.yura.mobile.io.UTF8InputStreamReader
-
- CodedInputStream - Class in net.yura.mobile.io.proto
-
Reads and decodes protocol message fields.
- CodedOutputStream - Class in net.yura.mobile.io.proto
-
Encodes and writes protocol message fields.
- comment(String) - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
-
- Comparator - Interface in net.yura.mobile.util
-
- compare(Object, Object) - Method in interface net.yura.mobile.util.Comparator
-
- computeAnonymousObjectSize(Object) - Method in class net.yura.mobile.io.ProtoUtil
-
- computeBoolSize(int, boolean) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bool field, including tag.
- computeBoolSizeNoTag(boolean) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bool field.
- computeByteArraySize(Object) - Method in class net.yura.mobile.io.ProtoUtil
-
Needed for ProtoFileUtil
- computeBytesSize(int, byte[]) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bytes field, including tag.
- computeBytesSize(int, int) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
- computeBytesSizeNoTag(byte[]) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bytes field.
- computeDoubleSize(int, double) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
double field, including tag.
- computeDoubleSizeNoTag(double) - Static method in class net.yura.mobile.io.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 net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
enum field, including tag.
- computeEnumSizeNoTag(int) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an enum field.
- computeFixed32Size(int, int) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
fixed32 field, including tag.
- computeFixed32SizeNoTag(int) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
fixed32 field.
- computeFixed64Size(int, long) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
fixed64 field, including tag.
- computeFixed64SizeNoTag(long) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
fixed64 field.
- computeFloatSize(int, float) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
float field, including tag.
- computeFloatSizeNoTag(float) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
float field, including tag.
- computeHashtableSize(Object) - Method in class net.yura.mobile.io.ProtoUtil
-
- computeInt32Size(int, int) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
int32 field, including tag.
- computeInt32SizeNoTag(int) - Static method in class net.yura.mobile.io.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 net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
int64 field, including tag.
- computeInt64SizeNoTag(long) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
int64 field, including tag.
- computeObjectSize(Object, int) - Method in class net.yura.mobile.io.ProtoUtil
-
- computeRawMessageSetExtensionSize(int, byte[]) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
unparsed MessageSet extension field to the stream.
- computeRawVarint32Size(int) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a varint.
- computeRawVarint64Size(long) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a varint.
- computeSFixed32Size(int, int) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sfixed32 field, including tag.
- computeSFixed32SizeNoTag(int) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sfixed32 field.
- computeSFixed64Size(int, long) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sfixed64 field, including tag.
- computeSFixed64SizeNoTag(long) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sfixed64 field.
- computeSInt32Size(int, int) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sint32 field, including tag.
- computeSInt32SizeNoTag(int) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sint32 field.
- computeSInt64Size(int, long) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sint64 field, including tag.
- computeSInt64SizeNoTag(long) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sint64 field.
- computeStringSize(int, String) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
string field, including tag.
- computeStringSizeNoTag(String) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
string field.
- computeTagSize(int) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a tag.
- computeUInt32Size(int, int) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
uint32 field, including tag.
- computeUInt32SizeNoTag(int) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
uint32 field.
- computeUInt64Size(int, long) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
uint64 field, including tag.
- computeUInt64SizeNoTag(long) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
uint64 field, including tag.
- computeVectorSize(Object) - Method in class net.yura.mobile.io.ProtoUtil
-
- CSVUtil - Class in net.yura.mobile.io
-
- CSVUtil() - Constructor for class net.yura.mobile.io.CSVUtil
-
- DateParser - Class in net.yura.mobile.util
-
This class implements somewhat of a subset of the J2SE Date class.
- DateParser(String) - Constructor for class net.yura.mobile.util.DateParser
-
Allocates a
DateParser object and initializes it so that
it represents the date and time indicated by the string
s, which is interpreted as if by the
DateParser.parse(java.lang.String) method.
- DateParser(String, boolean) - Constructor for class net.yura.mobile.util.DateParser
-
Allocates a
DateParser object and initializes it so that
it represents the date and time indicated by the string
s, which is interpreted as if by the
DateParser.parse(java.lang.String) method.
- day - Variable in class net.yura.mobile.util.DateParser
-
The day of the month represented by this date
- DEBUG - Static variable in class net.yura.mobile.logging.Logger
-
- debug(String) - Static method in class net.yura.mobile.logging.Logger
-
Debug logging is the most verbose and can be used for any type of logging.
- debug(String, Throwable) - Static method in class net.yura.mobile.logging.Logger
-
Debug logging is the most verbose and can be used for any type of logging.
- DECODE - Static variable in class net.yura.mobile.io.Base64
-
Specify decoding (value is false).
- decode(String) - Static method in class net.yura.mobile.io.Base64
-
Decodes data from Base64 notation.
- decode(byte[]) - Static method in class net.yura.mobile.io.Base64
-
Decodes Base64 content in byte array format and returns
the decoded byte array.
- decode(byte[], int, int) - Static method in class net.yura.mobile.io.Base64
-
Decodes Base64 content in byte array format and returns
the decoded byte array.
- decode(byte[], int, int, byte[]) - Static method in class net.yura.mobile.io.Base64
-
Decodes Base64 content using the supplied decodabet and returns
the decoded byte array.
- decode(String) - Static method in class net.yura.mobile.util.Url
-
- decodeAnonymousObject(CodedInputStream) - Method in class net.yura.mobile.io.ProtoUtil
-
- decodeHashtable(CodedInputStream) - Method in class net.yura.mobile.io.ProtoUtil
-
- decodeObject(CodedInputStream, int) - Method in class net.yura.mobile.io.ProtoUtil
-
- decodeVector(CodedInputStream) - Method in class net.yura.mobile.io.ProtoUtil
-
- decodeWebSafe(String) - Static method in class net.yura.mobile.io.Base64
-
Decodes data from web safe Base64 notation.
- decodeWebSafe(byte[]) - Static method in class net.yura.mobile.io.Base64
-
Decodes web safe Base64 content in byte array format and returns
the decoded data.
- decodeWebSafe(byte[], int, int) - Static method in class net.yura.mobile.io.Base64
-
Decodes web safe Base64 content in byte array format and returns
the decoded byte array.
- decodeZigZag32(int) - Static method in class net.yura.mobile.io.proto.CodedInputStream
-
Decode a ZigZag-encoded 32-bit value.
- decodeZigZag64(long) - Static method in class net.yura.mobile.io.proto.CodedInputStream
-
Decode a ZigZag-encoded 64-bit value.
- DEFAULT_BUFFER_SIZE - Static variable in class net.yura.mobile.io.proto.CodedOutputStream
-
- defaults - Variable in class net.yura.mobile.util.Properties
-
A property list that contains default values for any keys not
found in this property list.
- defineEntityReplacementText(String, String) - Method in class net.yura.mobile.io.kxml2.KXmlParser
-
- dehexchar(char) - Static method in class net.yura.mobile.io.json.JSONTokener
-
Get the hex value of a character (base16).
- docdecl(String) - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
-
- dumpStack() - Static method in class net.yura.mobile.logging.Logger
-
same as the Java SE method with the same name
- net.yura.mobile.io - package net.yura.mobile.io
-
- net.yura.mobile.io.json - package net.yura.mobile.io.json
-
- net.yura.mobile.io.kxml2 - package net.yura.mobile.io.kxml2
-
- net.yura.mobile.io.proto - package net.yura.mobile.io.proto
-
- net.yura.mobile.logging - package net.yura.mobile.logging
-
- net.yura.mobile.util - package net.yura.mobile.util
-
- newInstance(InputStream) - Static method in class net.yura.mobile.io.proto.CodedInputStream
-
Create a new CodedInputStream wrapping the given InputStream.
- newInstance(byte[]) - Static method in class net.yura.mobile.io.proto.CodedInputStream
-
Create a new CodedInputStream wrapping the given byte array.
- newInstance(byte[], int, int) - Static method in class net.yura.mobile.io.proto.CodedInputStream
-
Create a new CodedInputStream wrapping the given byte array slice.
- newInstance(OutputStream) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Create a new CodedOutputStream wrapping the given
OutputStream.
- newInstance(OutputStream, int) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Create a new CodedOutputStream wrapping the given
OutputStream with a given buffer size.
- newInstance(byte[]) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Create a new CodedOutputStream that writes directly to the given
byte array.
- newInstance(byte[], int, int) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
-
Create a new CodedOutputStream that writes directly to the given
byte array slice.
- newLine() - Method in class net.yura.mobile.io.CSVUtil
-
- newValue(int, String) - Method in class net.yura.mobile.io.CSVUtil
-
- next() - Method in class net.yura.mobile.io.json.JSONTokener
-
Get the next character in the source string.
- next(char) - Method in class net.yura.mobile.io.json.JSONTokener
-
Consume the next character, and check that it matches a specified
character.
- next(int) - Method in class net.yura.mobile.io.json.JSONTokener
-
Get the next n characters.
- next() - Method in class net.yura.mobile.io.kxml2.KXmlParser
-
- nextClean() - Method in class net.yura.mobile.io.json.JSONTokener
-
Get the next char in the string, skipping whitespace.
- nextKey() - Method in class net.yura.mobile.io.json.JSONTokener
-
- nextNull() - Method in class net.yura.mobile.io.json.JSONTokener
-
- nextSimple() - Method in class net.yura.mobile.io.json.JSONTokener
-
- nextString() - Method in class net.yura.mobile.io.json.JSONTokener
-
Return the characters up to the next close quote character.
- nextTag() - Method in class net.yura.mobile.io.kxml2.KXmlParser
-
- nextText() - Method in class net.yura.mobile.io.kxml2.KXmlParser
-
- nextTo(char) - Method in class net.yura.mobile.io.json.JSONTokener
-
Get the text up but not including the specified character or the
end of line, whichever comes first.
- nextTo(String) - Method in class net.yura.mobile.io.json.JSONTokener
-
Get the text up but not including one of the specified delimiter
characters or the end of line, whichever comes first.
- nextToken() - Method in class net.yura.mobile.io.kxml2.KXmlParser
-
- nullValue() - Method in class net.yura.mobile.io.json.JSONWriter
-
Append an object value.
- read(char[], int, int) - Method in class net.yura.mobile.io.UTF8InputStreamReader
-
- readArray(DataInputStream) - Method in class net.yura.mobile.io.BinUtil
-
- readBool() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read a bool field value from the stream.
- readBytes(DataInputStream) - Method in class net.yura.mobile.io.BinUtil
-
- readBytes() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read a bytes field value from the stream.
- readBytesSize() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
YURA: added for ProtoUtil
- readDouble() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read a double field value from the stream.
- readEnum() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read an enum field value from the stream.
- readFixed32() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read a fixed32 field value from the stream.
- readFixed64() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read a fixed64 field value from the stream.
- readFloat() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read a float field value from the stream.
- readHashtable(DataInputStream) - Method in class net.yura.mobile.io.BinUtil
-
- readHashtable(JSONTokener) - Method in class net.yura.mobile.io.JSONUtil
-
- readHashtable(KXmlParser) - Method in class net.yura.mobile.io.XMLUtil
-
- readInt32() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read an int32 field value from the stream.
- readInt64() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read an int64 field value from the stream.
- readObject(DataInputStream) - Method in class net.yura.mobile.io.BinUtil
-
- readObject(DataInputStream, int, int) - Method in class net.yura.mobile.io.BinUtil
-
- readObject(JSONTokener) - Method in class net.yura.mobile.io.JSONUtil
-
this method can detect string, null, true, false, or any object
- readObject(String, Hashtable) - Method in class net.yura.mobile.io.JSONUtil
-
- readObject(KXmlParser) - Method in class net.yura.mobile.io.XMLUtil
-
- readRawByte() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read one byte from the input.
- readRawBytes(int) - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read a fixed size of bytes from the input.
- readRawLittleEndian32() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read a 32-bit little-endian integer from the stream.
- readRawLittleEndian64() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read a 64-bit little-endian integer from the stream.
- readRawVarint32() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read a raw Varint from the stream.
- readRawVarint32(int, InputStream) - Static method in class net.yura.mobile.io.proto.CodedInputStream
-
- readRawVarint64() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read a raw Varint from the stream.
- readSFixed32() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read an sfixed32 field value from the stream.
- readSFixed64() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read an sfixed64 field value from the stream.
- readSInt32() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read an sint32 field value from the stream.
- readSInt64() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read an sint64 field value from the stream.
- readString() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read a string field value from the stream.
- readTag() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Attempt to read a field tag, returning zero if we have reached EOF.
- readUInt32() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read a uint32 field value from the stream.
- readUInt64() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
Read a uint64 field value from the stream.
- readVector(DataInputStream) - Method in class net.yura.mobile.io.BinUtil
-
- readVector(JSONTokener) - Method in class net.yura.mobile.io.JSONUtil
-
- readVector(KXmlParser) - Method in class net.yura.mobile.io.XMLUtil
-
- replace(String, String, String) - Static method in class net.yura.mobile.util.StringUtil
-
- replaceAll(String, String, String) - Static method in class net.yura.mobile.util.StringUtil
-
- replaceToken(String, int, String) - Static method in class net.yura.mobile.util.StringUtil
-
Replace a token in the format {I} where I is a positive integer.
- require(int, String, String) - Method in class net.yura.mobile.io.kxml2.KXmlParser
-
- resetSizeCounter() - Method in class net.yura.mobile.io.proto.CodedInputStream
-
- run() - Method in class net.yura.mobile.util.QueueProcessorThread
-
- run() - Method in class net.yura.mobile.util.Timer
-
- WARN - Static variable in class net.yura.mobile.logging.Logger
-
- warn(String) - Static method in class net.yura.mobile.logging.Logger
-
Warn logging should be used for any errors or bugs.
- warn(String, Throwable) - Static method in class net.yura.mobile.logging.Logger
-
Warn logging should be used for any errors or bugs.
- warn(boolean) - Static method in class net.yura.mobile.logging.Logger
-
Warn logging should be used for any errors or bugs.
- WireFormat - Class in net.yura.mobile.io.proto
-
This class is used internally by the Protocol Buffer library and generated
message implementations.
- WIRETYPE_FIXED32 - Static variable in class net.yura.mobile.io.proto.WireFormat
-
- WIRETYPE_FIXED64 - Static variable in class net.yura.mobile.io.proto.WireFormat
-
- WIRETYPE_LENGTH_DELIMITED - Static variable in class net.yura.mobile.io.proto.WireFormat
-
- WIRETYPE_VARINT - Static variable in class net.yura.mobile.io.proto.WireFormat
-
- writeArray(DataOutputStream, Object[]) - Method in class net.yura.mobile.io.BinUtil
-
- writeBool(int, boolean) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a bool field, including tag, to the stream.
- writeBoolNoTag(boolean) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a bool field to the stream.
- writeBytes(DataOutputStream, byte[]) - Method in class net.yura.mobile.io.BinUtil
-
- writeBytes(int, int) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write an embedded message field, including tag, to the stream.
- writeBytes(int, byte[]) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a bytes field, including tag, to the stream.
- writeDouble(int, double) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a double field, including tag, to the stream.
- writeDoubleNoTag(double) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a double field to the stream.
- writeEnum(int, int) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write an enum field, including tag, to the stream.
- writeEnumNoTag(int) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write an enum field to the stream.
- writeFixed32(int, int) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a fixed32 field, including tag, to the stream.
- writeFixed32NoTag(int) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a fixed32 field to the stream.
- writeFixed64(int, long) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a fixed64 field, including tag, to the stream.
- writeFixed64NoTag(long) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a fixed64 field to the stream.
- writeFloat(int, float) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a float field, including tag, to the stream.
- writeFloatNoTag(float) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a float field to the stream.
- writeHashtable(DataOutputStream, Hashtable) - Method in class net.yura.mobile.io.BinUtil
-
- writeInt32(int, int) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write an int32 field, including tag, to the stream.
- writeInt32NoTag(int) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write an int32 field to the stream.
- writeInt64(int, long) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write an int64 field, including tag, to the stream.
- writeInt64NoTag(long) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write an int64 field to the stream.
- writeObject(DataOutputStream, Object) - Method in class net.yura.mobile.io.BinUtil
-
- writeQueryString(Hashtable, Writer) - Static method in class net.yura.mobile.util.Url
-
- writer - Variable in class net.yura.mobile.io.json.JSONWriter
-
The writer that will receive the output.
- writeRawByte(byte) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a single byte.
- writeRawByte(int) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a single byte, represented by an integer value.
- writeRawBytes(byte[]) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write an array of bytes.
- writeRawBytes(byte[], int, int) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write part of an array of bytes.
- writeRawLittleEndian32(int) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a little-endian 32-bit integer.
- writeRawLittleEndian64(long) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a little-endian 64-bit integer.
- writeRawVarint32(int) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Encode and write a varint.
- writeRawVarint64(long) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Encode and write a varint.
- writeSFixed32(int, int) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write an sfixed32 field, including tag, to the stream.
- writeSFixed32NoTag(int) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write an sfixed32 field to the stream.
- writeSFixed64(int, long) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write an sfixed64 field, including tag, to the stream.
- writeSFixed64NoTag(long) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write an sfixed64 field to the stream.
- writeSInt32(int, int) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write an sint32 field, including tag, to the stream.
- writeSInt32NoTag(int) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write an sint32 field to the stream.
- writeSInt64(int, long) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write an sint64 field, including tag, to the stream.
- writeSInt64NoTag(long) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write an sint64 field to the stream.
- writeString(int, String) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a string field, including tag, to the stream.
- writeStringNoTag(String) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a string field to the stream.
- writeTag(int, int) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Encode and write a tag.
- writeUInt32(int, int) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a uint32 field, including tag, to the stream.
- writeUInt32NoTag(int) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a uint32 field to the stream.
- writeUInt64(int, long) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a uint64 field, including tag, to the stream.
- writeUInt64NoTag(long) - Method in class net.yura.mobile.io.proto.CodedOutputStream
-
Write a uint64 field to the stream.
- writeVector(DataOutputStream, Vector) - Method in class net.yura.mobile.io.BinUtil
-