C D G R T W 
All Classes All Packages

C

CodePointAt(String, int) - Static method in class com.upokecenter.util.DataUtilities
Gets the Unicode code point at the given index of the string.
CodePointAt(String, int, int) - Static method in class com.upokecenter.util.DataUtilities
Gets the Unicode code point at the given index of the string.
CodePointBefore(String, int) - Static method in class com.upokecenter.util.DataUtilities
Gets the Unicode code point just before the given index of the string.
CodePointBefore(String, int, int) - Static method in class com.upokecenter.util.DataUtilities
Gets the Unicode code point just before the given index of the string.
CodePointCompare(String, String) - Static method in class com.upokecenter.util.DataUtilities
Compares two strings in Unicode code point order.
CodePointLength(String) - Static method in class com.upokecenter.util.DataUtilities
Finds the number of Unicode code points in the given text string.
com.upokecenter.util - package com.upokecenter.util
 

D

DataUtilities - Class in com.upokecenter.util
Contains methods useful for reading and writing text strings.

G

GetUtf8Bytes(String, boolean) - Static method in class com.upokecenter.util.DataUtilities
Encodes a string in UTF-8 as a byte array.
GetUtf8Bytes(String, boolean, boolean) - Static method in class com.upokecenter.util.DataUtilities
Encodes a string in UTF-8 as a byte array.
GetUtf8Length(String, boolean) - Static method in class com.upokecenter.util.DataUtilities
Calculates the number of bytes needed to encode a string in UTF-8.
GetUtf8String(byte[], boolean) - Static method in class com.upokecenter.util.DataUtilities
Generates a text string from a UTF-8 byte array.
GetUtf8String(byte[], int, int, boolean) - Static method in class com.upokecenter.util.DataUtilities
Generates a text string from a portion of a UTF-8 byte array.

R

ReadUtf8(InputStream, int, StringBuilder, boolean) - Static method in class com.upokecenter.util.DataUtilities
Reads a string in UTF-8 encoding from a data stream.
ReadUtf8FromBytes(byte[], int, int, StringBuilder, boolean) - Static method in class com.upokecenter.util.DataUtilities
Reads a string in UTF-8 encoding from a byte array.
ReadUtf8ToString(InputStream) - Static method in class com.upokecenter.util.DataUtilities
Reads a string in UTF-8 encoding from a data stream in full and returns that string.
ReadUtf8ToString(InputStream, int, boolean) - Static method in class com.upokecenter.util.DataUtilities
Reads a string in UTF-8 encoding from a data stream and returns that string.

T

ToLowerCaseAscii(String) - Static method in class com.upokecenter.util.DataUtilities
Returns a string with the basic upper-case letters A to Z (U+0041 to U+005A) converted to the corresponding basic lower-case letters.
ToUpperCaseAscii(String) - Static method in class com.upokecenter.util.DataUtilities
Returns a string with the basic lower-case letters A to Z (U+0061 to U+007A) converted to the corresponding basic upper-case letters.

W

WriteUtf8(String, int, int, OutputStream, boolean) - Static method in class com.upokecenter.util.DataUtilities
Writes a portion of a string in UTF-8 encoding to a data stream.
WriteUtf8(String, int, int, OutputStream, boolean, boolean) - Static method in class com.upokecenter.util.DataUtilities
Writes a portion of a string in UTF-8 encoding to a data stream.
WriteUtf8(String, OutputStream, boolean) - Static method in class com.upokecenter.util.DataUtilities
Writes a string in UTF-8 encoding to a data stream.
C D G R T W 
All Classes All Packages