Frames | No Frames |
Constructors which throw type java.io.UnsupportedEncodingException | |
Creates a new String using the portion of the byte array starting at the
offset and ending at offset + count. | |
Creates a new String using the byte array. |
Methods which throw type java.io.UnsupportedEncodingException | |
byte[] | Converts the Unicode characters in this String to a byte array. |
Constructors which throw type java.io.UnsupportedEncodingException | |
Constructs a new Formatter using the default
locale, with the specified file as the output stream
and the supplied character set.
| |
Constructs a new Formatter using the specified
file as the output stream with the supplied character set
and locale. | |
Constructs a new Formatter using the default
locale, with the specified file output stream and the
supplied character set.
| |
Constructs a new Formatter using the specified
output stream with the supplied character set and locale.
| |
Constructs a new Formatter using the default
locale, with the specified file as the output stream
and the supplied character set.
| |
Constructs a new Formatter using the specified
file as the output stream with the supplied character set
and locale. |
Constructors which throw type java.io.UnsupportedEncodingException | |
Methods which throw type java.io.UnsupportedEncodingException | |
BytesToUnicode | Get a byte-stream->char-stream converter given an encoding name. |
UnicodeToBytes | Get a char-stream->byte-stream converter given an encoding name. |
Constructors which throw type java.io.UnsupportedEncodingException | |
This method initializes a new instance of InputStreamReader
to read from the specified stream using a caller supplied character
encoding scheme. | |
This method initializes a new instance of OutputStreamWriter
to write to the specified stream using a caller supplied character
encoding scheme. | |
This method initializes a new PrintStream object to write
to the specified output File. | |
This method intializes a new PrintStream object to write
to the specified output sink. | |
This method initializes a new PrintStream object to write
to the specified output File. | |
This initializes a new PrintWriter object to write to the specified
file. | |
This initializes a new PrintWriter object to write to the specified
file. |
Methods which throw type java.io.UnsupportedEncodingException | |
String | Returns the bytes in the internal array as a String . |
Methods which throw type java.io.UnsupportedEncodingException | |
String | This method translates the passed in string from x-www-form-urlencoded
format using the given character encoding to decode the hex encoded
unsafe characters.
|
String | This method translates the passed in string into x-www-form-urlencoded
format using the character encoding to hex-encode the unsafe characters.
|
Methods which throw type java.io.UnsupportedEncodingException | |
byte[] | |
byte[] | |
byte[] | Convenience method to return the result of digesting the designated input
with a new instance of the SRP message digest algorithm.
|
byte[] | SRP.generateM1(BigInteger N, BigInteger g, String U, byte[] s, BigInteger A, BigInteger B, byte[] K, String I, String L, byte[] cn, byte[] cCB) |
byte[] | SRP.generateM2(BigInteger A, byte[] M1, byte[] K, String U, String I, String o, byte[] sid, int ttl, byte[] cIV, byte[] sIV, byte[] sCB) |
Methods which throw type java.io.UnsupportedEncodingException | |
void | Sets the character encoding which this handler uses for publishing
log records. |
void | Sets the character encoding which this handler uses for publishing
log records. |
Methods which throw type java.io.UnsupportedEncodingException | |
Charset | Gets a charset, throwing the java.io exception and not
the java.nio exception if an error occurs.
|