am 5216f11e: Merge "Track libcore API update."
* commit '5216f11e462b9f17704c0ac9e193d2149f3fa755': Track libcore API update.
This commit is contained in:
@@ -35954,6 +35954,15 @@ package java.nio.charset {
|
||||
method public int getInputLength();
|
||||
}
|
||||
|
||||
public final class StandardCharsets {
|
||||
field public static final java.nio.charset.Charset ISO_8859_1;
|
||||
field public static final java.nio.charset.Charset US_ASCII;
|
||||
field public static final java.nio.charset.Charset UTF_16;
|
||||
field public static final java.nio.charset.Charset UTF_16BE;
|
||||
field public static final java.nio.charset.Charset UTF_16LE;
|
||||
field public static final java.nio.charset.Charset UTF_8;
|
||||
}
|
||||
|
||||
public class UnmappableCharacterException extends java.nio.charset.CharacterCodingException {
|
||||
ctor public UnmappableCharacterException(int);
|
||||
method public int getInputLength();
|
||||
|
||||
Reference in New Issue
Block a user