Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

addAll(Vector, Vector) - Static method in class net.yura.mobile.util.SystemUtil
 
addPathSegment(String) - Method in class net.yura.mobile.util.Url
 
addQueryParameter(String, String) - Method in class net.yura.mobile.util.Url
 
addToInbox(Object) - Method in class net.yura.mobile.util.QueueProcessorThread
 
array() - Method in class net.yura.mobile.io.json.JSONWriter
Begin appending a new array.
asList(Object[]) - Static method in class net.yura.mobile.util.SystemUtil
 
attribute(String, String, String) - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
awaitTermination() - Method in class net.yura.mobile.util.QueueProcessorThread
 

B

back() - Method in class net.yura.mobile.io.json.JSONTokener
Back up one character.
Base64 - Class in net.yura.mobile.io
Base64 converter class.
binarySearch(Vector, Object, Comparator) - Static method in class net.yura.mobile.util.SystemUtil
 
BinUtil - Class in net.yura.mobile.io
 
BinUtil() - Constructor for class net.yura.mobile.io.BinUtil
 

C

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
Verifies that CodedOutputStream.spaceLeft() returns zero.
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
 

D

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

E

EMPTY - Static variable in class net.yura.mobile.io.ProtoUtil
 
ENCODE - Static variable in class net.yura.mobile.io.Base64
Specify encoding (value is true).
encode(byte[]) - Static method in class net.yura.mobile.io.Base64
Encodes a byte array into Base64 notation.
encode(byte[], int, int, byte[], boolean) - Static method in class net.yura.mobile.io.Base64
Encodes a byte array into Base64 notation.
encode(byte[], int, int, byte[], int) - Static method in class net.yura.mobile.io.Base64
Encodes a byte array into Base64 notation.
encode(String) - Static method in class net.yura.mobile.util.Url
 
encode(String, Writer) - Static method in class net.yura.mobile.util.Url
 
encodeAnonymousObject(CodedOutputStream, Object) - Method in class net.yura.mobile.io.ProtoUtil
 
encodeByteArray(CodedOutputStream, Object) - Method in class net.yura.mobile.io.ProtoUtil
Needed for ProtoFileUtil
encodeHashtable(CodedOutputStream, Object) - Method in class net.yura.mobile.io.ProtoUtil
 
encodeObject(CodedOutputStream, Object, int) - Method in class net.yura.mobile.io.ProtoUtil
 
encodeVector(CodedOutputStream, Object) - Method in class net.yura.mobile.io.ProtoUtil
 
encodeWebSafe(byte[], boolean) - Static method in class net.yura.mobile.io.Base64
Encodes a byte array into web safe Base64 notation.
encodeZigZag32(int) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
Encode a ZigZag-encoded 32-bit value.
encodeZigZag64(long) - Static method in class net.yura.mobile.io.proto.CodedOutputStream
Encode a ZigZag-encoded 64-bit value.
endArray() - Method in class net.yura.mobile.io.json.JSONTokener
 
endArray() - Method in class net.yura.mobile.io.json.JSONWriter
End an array.
endDocument() - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
endObject() - Method in class net.yura.mobile.io.json.JSONTokener
 
endObject() - Method in class net.yura.mobile.io.json.JSONWriter
End an object.
endTag(String, String) - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
entityRef(String) - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
equals(Object, Object) - Static method in class net.yura.mobile.util.SystemUtil
 
ERROR - Static variable in class net.yura.mobile.logging.Logger
 
error(String) - Static method in class net.yura.mobile.logging.Logger
Error logging should be used for serious errors which should be reported even on a release build.
error(String, Throwable) - Static method in class net.yura.mobile.logging.Logger
Error logging should be used for serious errors which should be reported even on a release build.

F

FATAL - Static variable in class net.yura.mobile.logging.Logger
can not log at this level, is used to turn off logging
flush() - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
flush() - Method in class net.yura.mobile.io.proto.CodedOutputStream
Flushes the stream and forces any buffered bytes to be written.

G

getAttributeCount() - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getAttributeName(int) - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getAttributeNamespace(int) - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getAttributePrefix(int) - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getAttributeType(int) - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getAttributeValue(int) - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getAttributeValue(String, String) - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getBytesUntilLimit() - Method in class net.yura.mobile.io.proto.CodedInputStream
Returns the number of bytes to be read before the current limit.
getColumnNumber() - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getData(InputStream, int) - Static method in class net.yura.mobile.util.SystemUtil
 
getDepth() - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getDepth() - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
getEventType() - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getFeature(String) - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getFeature(String) - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
getFileSafeName(String) - Static method in class net.yura.mobile.util.SystemUtil
 
getHost() - Method in class net.yura.mobile.util.Url
 
getHour() - Method in class net.yura.mobile.util.DateParser
Get the hour represented by this date.
getInbox() - Method in class net.yura.mobile.util.QueueProcessorThread
 
getInputEncoding() - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getLevel() - Static method in class net.yura.mobile.logging.Logger
 
getLineNumber() - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getMinute() - Method in class net.yura.mobile.util.DateParser
Get the minute represented by this date.
getName() - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getName() - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
getNamespace(String) - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getNamespace() - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getNamespace() - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
getNamespaceCount(int) - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getNamespacePrefix(int) - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getNamespaceUri(int) - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getObjectId(Object) - Method in class net.yura.mobile.io.JSONUtil
 
getObjectId(Object) - Method in class net.yura.mobile.io.ProtoUtil
 
getObjectType(Object) - Static method in class net.yura.mobile.io.XMLUtil
 
getObjectTypeEnum(Object) - Method in class net.yura.mobile.io.ProtoUtil
 
getObjetById(Object, Class) - Method in class net.yura.mobile.io.JSONUtil
 
getObjetById(Object, Class) - Method in class net.yura.mobile.io.ProtoUtil
 
getPath() - Method in class net.yura.mobile.util.Url
 
getPathSegment(int) - Method in class net.yura.mobile.util.Url
 
getPort() - Method in class net.yura.mobile.util.Url
 
getPositionDescription() - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getPrefix() - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getPrefix(String, boolean) - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
getProperty(String) - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getProperty(String) - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
getProperty(String) - Method in class net.yura.mobile.util.Properties
Searches for the property with the specified key in this property list.
getProperty(String, String) - Method in class net.yura.mobile.util.Properties
Searches for the property with the specified key in this property list.
getProtocol() - Method in class net.yura.mobile.util.Url
 
getQuery() - Method in class net.yura.mobile.util.Url
 
getQueryParameter(String) - Method in class net.yura.mobile.util.Url
 
getString(String) - Method in class net.yura.mobile.util.Properties
 
getTagFieldNumber(int) - Static method in class net.yura.mobile.io.proto.WireFormat
Given a tag value, determines the field number (the upper 29 bits).
getTagWireType(int) - Static method in class net.yura.mobile.io.proto.WireFormat
Given a tag value, determines the wire type (the lower 3 bits).
getText() - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getTextCharacters(int[]) - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
getTotalBytesRead() - Method in class net.yura.mobile.io.proto.CodedInputStream
The total bytes read up to the current position.
getValueAt(Object, int) - Method in class net.yura.mobile.io.CSVUtil
 

H

HASHTABLE_KEY - Static variable in class net.yura.mobile.io.ProtoUtil
 
HASHTABLE_VALUE - Static variable in class net.yura.mobile.io.ProtoUtil
 
hashtableIsMessage(Hashtable, String[], String[]) - Static method in class net.yura.mobile.io.ProtoUtil
 
hashtablePutAll(Hashtable, Hashtable) - Static method in class net.yura.mobile.util.SystemUtil
 
hour - Variable in class net.yura.mobile.util.DateParser
The hour represented by this date

I

ignorableWhitespace(String) - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
INFO - Static variable in class net.yura.mobile.logging.Logger
 
info(String) - Static method in class net.yura.mobile.logging.Logger
Info logging should be used for information that may prove useful for any developer.
info(String, Throwable) - Static method in class net.yura.mobile.logging.Logger
Info logging should be used for information that may prove useful for any developer.
isAtEnd() - Method in class net.yura.mobile.io.proto.CodedInputStream
Returns true if the stream has reached the end of the input.
isAttributeDefault(int) - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
isEmptyElementTag() - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
isHighSurrogate(char) - Static method in class net.yura.mobile.util.StringUtil
 
isRunning() - Method in class net.yura.mobile.util.QueueProcessorThread
 
isSimpleObject(Object) - Static method in class net.yura.mobile.io.XMLUtil
 
isWhitespace() - Method in class net.yura.mobile.io.kxml2.KXmlParser
 

J

JSONTokener - Class in net.yura.mobile.io.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class net.yura.mobile.io.json.JSONTokener
Construct a JSONTokener from a string.
JSONUtil - Class in net.yura.mobile.io
 
JSONUtil() - Constructor for class net.yura.mobile.io.JSONUtil
 
JSONWriter - Class in net.yura.mobile.io.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class net.yura.mobile.io.json.JSONWriter
Make a fresh JSONWriter.

K

key(String) - Method in class net.yura.mobile.io.json.JSONWriter
Append a key.
KEY_VALUE - Static variable in class net.yura.mobile.io.ProtoUtil
 
kill() - Method in class net.yura.mobile.util.QueueProcessorThread
 
KXmlParser - Class in net.yura.mobile.io.kxml2
A simple, pull based XML parser.
KXmlParser() - Constructor for class net.yura.mobile.io.kxml2.KXmlParser
 
KXmlSerializer - Class in net.yura.mobile.io.kxml2
 
KXmlSerializer() - Constructor for class net.yura.mobile.io.kxml2.KXmlSerializer
 

L

list(PrintStream) - Method in class net.yura.mobile.util.Properties
Prints this property list out to the specified output stream.
LITTLE_ENDIAN_32_SIZE - Static variable in class net.yura.mobile.io.proto.CodedOutputStream
 
LITTLE_ENDIAN_64_SIZE - Static variable in class net.yura.mobile.io.proto.CodedOutputStream
 
load(InputStream) - Method in class net.yura.mobile.io.BinUtil
 
load(InputStream) - Method in class net.yura.mobile.io.CSVUtil
 
load(Reader) - Method in class net.yura.mobile.io.CSVUtil
 
load(Reader) - Method in class net.yura.mobile.io.JSONUtil
 
load(InputStream) - Method in class net.yura.mobile.io.JSONUtil
 
load(InputStream, int) - Method in class net.yura.mobile.io.ProtoUtil
 
load(Reader) - Method in class net.yura.mobile.io.XMLUtil
 
load(Reader) - Method in class net.yura.mobile.util.Properties
Reads a property list (key and element pairs) from the input character stream in a simple line-oriented format.
load(InputStream) - Method in class net.yura.mobile.util.Properties
Reads a property list (key and element pairs) from the input byte stream.
local_tz - Static variable in class net.yura.mobile.util.DateParser
The offset, in milliseconds, from GMT for the local time zone
log(String, int) - Method in class net.yura.mobile.logging.Logger
 
log(String, Throwable, int) - Method in class net.yura.mobile.logging.Logger
 
Logger - Class in net.yura.mobile.logging
 
Logger() - Constructor for class net.yura.mobile.logging.Logger
 

M

makeTag(int, int) - Static method in class net.yura.mobile.io.proto.WireFormat
Makes a tag value given a field number and wire type.
milli - Variable in class net.yura.mobile.util.DateParser
The millisecond represented by this date
minute - Variable in class net.yura.mobile.util.DateParser
The minute represented by this date
mode - Variable in class net.yura.mobile.io.json.JSONWriter
The current mode.
month - Variable in class net.yura.mobile.util.DateParser
The month represented by this date
more() - Method in class net.yura.mobile.io.json.JSONTokener
Determine if the source string still contains characters that next() can consume.

N

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.

O

object() - Method in class net.yura.mobile.io.json.JSONWriter
Begin appending a new object.

P

parse(String) - Static method in class net.yura.mobile.util.DateParser
Attempts to interpret the string s as a representation of a date and time.
parseISO(String) - Static method in class net.yura.mobile.util.DateParser
Parses a date string according to the ISO 8601 standard.
popLimit(int) - Method in class net.yura.mobile.io.proto.CodedInputStream
Discards the current limit, returning to the previous limit.
process(Object) - Method in class net.yura.mobile.util.QueueProcessorThread
Override this method to be able to handle other types of object apart from Runnable.
processingInstruction(String) - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
Properties - Class in net.yura.mobile.util
The Properties class represents a persistent set of properties.
Properties() - Constructor for class net.yura.mobile.util.Properties
Creates an empty property list with no default values.
Properties(Properties) - Constructor for class net.yura.mobile.util.Properties
Creates an empty property list with the specified defaults.
propertyNames() - Method in class net.yura.mobile.util.Properties
Returns an enumeration of all the keys in this property list, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.
ProtoUtil - Class in net.yura.mobile.io
 
ProtoUtil() - Constructor for class net.yura.mobile.io.ProtoUtil
 
pushLimit(int) - Method in class net.yura.mobile.io.proto.CodedInputStream
Sets currentLimit to (current position) + byteLimit.

Q

QueueProcessorThread - Class in net.yura.mobile.util
 
QueueProcessorThread(String) - Constructor for class net.yura.mobile.util.QueueProcessorThread
 
QueueProcessorThread(String, int) - Constructor for class net.yura.mobile.util.QueueProcessorThread
 

R

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
Like CodedInputStream.readRawVarint32(InputStream), but expects that the caller has already read one byte.
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
Resets the current size counter to zero (see CodedInputStream.setSizeLimit(int)).
run() - Method in class net.yura.mobile.util.QueueProcessorThread
 
run() - Method in class net.yura.mobile.util.Timer
 

S

save(OutputStream, Object) - Method in class net.yura.mobile.io.BinUtil
 
save(Writer, Object) - Method in class net.yura.mobile.io.JSONUtil
 
save(OutputStream, Object) - Method in class net.yura.mobile.io.JSONUtil
 
save(OutputStream, Object) - Method in class net.yura.mobile.io.ProtoUtil
 
save(OutputStream, Object) - Method in class net.yura.mobile.io.XMLUtil
 
saveArray(JSONWriter, Object[]) - Method in class net.yura.mobile.io.JSONUtil
 
saveArray(XmlSerializer, Object[]) - Method in class net.yura.mobile.io.XMLUtil
 
saveHashtable(JSONWriter, Hashtable) - Method in class net.yura.mobile.io.JSONUtil
 
saveHashtable(XmlSerializer, Hashtable) - Method in class net.yura.mobile.io.XMLUtil
 
saveObject(JSONWriter, Object) - Method in class net.yura.mobile.io.JSONUtil
 
saveObject(XmlSerializer, Object) - Method in class net.yura.mobile.io.XMLUtil
 
saveVector(JSONWriter, Vector) - Method in class net.yura.mobile.io.JSONUtil
 
saveVector(XmlSerializer, Vector) - Method in class net.yura.mobile.io.XMLUtil
 
schedule(String, Runnable, long) - Method in class net.yura.mobile.util.Timer
 
schedule(String, Runnable, long, long) - Method in class net.yura.mobile.util.Timer
 
second - Variable in class net.yura.mobile.util.DateParser
The second represented by this date
separator - Variable in class net.yura.mobile.io.CSVUtil
 
setFeature(String, boolean) - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
setFeature(String, boolean) - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
setHost(String) - Method in class net.yura.mobile.util.Url
 
setInput(Reader) - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
setInput(InputStream, String) - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
setLevel(int) - Static method in class net.yura.mobile.logging.Logger
 
setLogger(Logger) - Static method in class net.yura.mobile.logging.Logger
 
setOutput(Writer) - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
setOutput(OutputStream, String) - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
setPath(String) - Method in class net.yura.mobile.util.Url
 
setPort(int) - Method in class net.yura.mobile.util.Url
 
setPrefix(String, String) - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
setProperty(String, Object) - Method in class net.yura.mobile.io.kxml2.KXmlParser
 
setProperty(String, Object) - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
setProperty(String, String) - Method in class net.yura.mobile.util.Properties
Calls the Hashtable method put.
setProtocol(String) - Method in class net.yura.mobile.util.Url
 
setQuery(String) - Method in class net.yura.mobile.util.Url
 
setRecursionLimit(int) - Method in class net.yura.mobile.io.proto.CodedInputStream
Set the maximum message recursion depth.
setSizeLimit(int) - Method in class net.yura.mobile.io.proto.CodedInputStream
Set the maximum message size.
skipField(int) - Method in class net.yura.mobile.io.proto.CodedInputStream
Reads and discards a single field, given its tag value.
skipMessage() - Method in class net.yura.mobile.io.proto.CodedInputStream
Reads and discards an entire message.
skipRawBytes(int) - Method in class net.yura.mobile.io.proto.CodedInputStream
Reads and discards size bytes.
skipSubTree() - Method in class net.yura.mobile.io.kxml2.KXmlParser
Skip sub tree that is currently porser positioned on.
skipTo(char) - Method in class net.yura.mobile.io.json.JSONTokener
Skip characters until the next character is the requested character.
skipUnknownObjects(DataInputStream, int) - Method in class net.yura.mobile.io.BinUtil
 
sort(Vector) - Static method in class net.yura.mobile.util.SystemUtil
 
sort(Vector, Comparator) - Static method in class net.yura.mobile.util.SystemUtil
 
spaceLeft() - Method in class net.yura.mobile.io.proto.CodedOutputStream
If writing to a flat array, return the space left in the array.
split(String, String) - Static method in class net.yura.mobile.util.StringUtil
 
split(String, char) - Static method in class net.yura.mobile.util.StringUtil
 
start() - Method in class net.yura.mobile.util.QueueProcessorThread
 
startArray() - Method in class net.yura.mobile.io.json.JSONTokener
 
startDocument(String, Boolean) - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
startObject() - Method in class net.yura.mobile.io.json.JSONTokener
 
startTag(String, String) - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
store(OutputStream, Vector, int) - Method in class net.yura.mobile.io.CSVUtil
 
store(Writer, Vector, int) - Method in class net.yura.mobile.io.CSVUtil
 
StringUtil - Class in net.yura.mobile.util
 
StringUtil() - Constructor for class net.yura.mobile.util.StringUtil
 
syntaxError(String) - Method in class net.yura.mobile.io.json.JSONTokener
Make a JSONException to signal a syntax error.
SystemUtil - Class in net.yura.mobile.util
 
SystemUtil() - Constructor for class net.yura.mobile.util.SystemUtil
 

T

TAG_ARRAY - Static variable in class net.yura.mobile.io.XMLUtil
 
TAG_BOOLEAN - Static variable in class net.yura.mobile.io.XMLUtil
 
TAG_BYTE - Static variable in class net.yura.mobile.io.XMLUtil
 
TAG_CHARACTER - Static variable in class net.yura.mobile.io.XMLUtil
 
TAG_DOUBLE - Static variable in class net.yura.mobile.io.XMLUtil
 
TAG_FLOAT - Static variable in class net.yura.mobile.io.XMLUtil
 
TAG_HASHTABLE - Static variable in class net.yura.mobile.io.XMLUtil
 
TAG_INTEGER - Static variable in class net.yura.mobile.io.XMLUtil
 
TAG_LONG - Static variable in class net.yura.mobile.io.XMLUtil
 
TAG_NULL - Static variable in class net.yura.mobile.io.XMLUtil
 
TAG_SHORT - Static variable in class net.yura.mobile.io.XMLUtil
 
TAG_STRING - Static variable in class net.yura.mobile.io.XMLUtil
 
TAG_VECTOR - Static variable in class net.yura.mobile.io.XMLUtil
 
text(String) - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
text(char[], int, int) - Method in class net.yura.mobile.io.kxml2.KXmlSerializer
 
Timer - Class in net.yura.mobile.util
 
Timer() - Constructor for class net.yura.mobile.util.Timer
 
toHashtable(String) - Static method in class net.yura.mobile.util.Url
 
toQueryString(Hashtable) - Static method in class net.yura.mobile.util.Url
 
toString() - Method in class net.yura.mobile.io.json.JSONTokener
Make a printable string of this JSONTokener.
toString(int) - Method in class net.yura.mobile.logging.Logger
 
toString() - Method in class net.yura.mobile.util.Url
 
trimNumber(String) - Static method in class net.yura.mobile.io.json.JSONWriter
 
TYPE_ARRAY - Static variable in class net.yura.mobile.io.BinUtil
 
TYPE_BOOLEAN - Static variable in class net.yura.mobile.io.BinUtil
 
TYPE_BYTE - Static variable in class net.yura.mobile.io.BinUtil
 
TYPE_BYTE_ARRAY - Static variable in class net.yura.mobile.io.BinUtil
 
TYPE_CHARACTER - Static variable in class net.yura.mobile.io.BinUtil
 
TYPE_DOUBLE - Static variable in class net.yura.mobile.io.BinUtil
 
TYPE_FLOAT - Static variable in class net.yura.mobile.io.BinUtil
 
TYPE_HASHTABLE - Static variable in class net.yura.mobile.io.BinUtil
 
TYPE_INTEGER - Static variable in class net.yura.mobile.io.BinUtil
 
TYPE_LONG - Static variable in class net.yura.mobile.io.BinUtil
 
TYPE_NULL - Static variable in class net.yura.mobile.io.BinUtil
 
TYPE_SHORT - Static variable in class net.yura.mobile.io.BinUtil
 
TYPE_STRING - Static variable in class net.yura.mobile.io.BinUtil
 
TYPE_VECTOR - Static variable in class net.yura.mobile.io.BinUtil
 
tzoffset - Variable in class net.yura.mobile.util.DateParser
The offset, in milliseconds, from GMT represented by this date

U

unknown - Static variable in class net.yura.mobile.io.ProtoUtil
 
Url - Class in net.yura.mobile.util
 
Url(String) - Constructor for class net.yura.mobile.util.Url
 
Url(String, String, int, String, String) - Constructor for class net.yura.mobile.util.Url
 
useListForArray - Variable in class net.yura.mobile.io.JSONUtil
 
UTF8InputStreamReader - Class in net.yura.mobile.io
this class solves a big bug on S60 phones InputStreamReader on S60 tries to read even more even if its got a nice bit of text to process and there is nothing more in the stream to read (but its still open)
UTF8InputStreamReader(InputStream) - Constructor for class net.yura.mobile.io.UTF8InputStreamReader
 

V

value(boolean) - Method in class net.yura.mobile.io.json.JSONWriter
Append either the value true or the value false.
value(double) - Method in class net.yura.mobile.io.json.JSONWriter
Append a double value.
value(long) - Method in class net.yura.mobile.io.json.JSONWriter
Append a long value.
value(char) - Method in class net.yura.mobile.io.json.JSONWriter
 
value(String) - Method in class net.yura.mobile.io.json.JSONWriter
 
VECTOR_ELEMENT - Static variable in class net.yura.mobile.io.ProtoUtil
 

W

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
 

X

XMLUtil - Class in net.yura.mobile.io
 
XMLUtil() - Constructor for class net.yura.mobile.io.XMLUtil
 

Y

year - Variable in class net.yura.mobile.util.DateParser
The year represented by this date
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links