|
|||||||||
| Home >> All >> java >> nio >> [ charset overview ] | PREV NEXT | ||||||||
A
- aliases - Variable in class java.nio.charset.Charset
- aliases() - Method in class java.nio.charset.Charset
- availableCharsets() - Static method in class java.nio.charset.Charset
- averageBytesPerChar - Variable in class java.nio.charset.CharsetEncoder
- averageBytesPerChar() - Method in class java.nio.charset.CharsetEncoder
- averageCharsPerByte - Variable in class java.nio.charset.CharsetDecoder
- averageCharsPerByte() - Method in class java.nio.charset.CharsetDecoder
C
- CharacterCodingException - exception java.nio.charset.CharacterCodingException.
- CharacterCodingException() - Constructor for class java.nio.charset.CharacterCodingException
- Creates the exception
- Charset - class java.nio.charset.Charset.
- Charset(String, String[]) - Constructor for class java.nio.charset.Charset
- CharsetDecoder - class java.nio.charset.CharsetDecoder.
- CharsetDecoder(Charset, float, float, String) - Constructor for class java.nio.charset.CharsetDecoder
- CharsetDecoder(Charset, float, float) - Constructor for class java.nio.charset.CharsetDecoder
- CharsetEncoder - class java.nio.charset.CharsetEncoder.
- CharsetEncoder(Charset, float, float) - Constructor for class java.nio.charset.CharsetEncoder
- CharsetEncoder(Charset, float, float, byte[]) - Constructor for class java.nio.charset.CharsetEncoder
- CoderMalfunctionError - error java.nio.charset.CoderMalfunctionError.
- CoderMalfunctionError(Exception) - Constructor for class java.nio.charset.CoderMalfunctionError
- Creates the error
- CoderResult - class java.nio.charset.CoderResult.
- CoderResult(int, int) - Constructor for class java.nio.charset.CoderResult
- CoderResult.Cache - class java.nio.charset.CoderResult.Cache.
- CoderResult.Cache() - Constructor for class java.nio.charset.CoderResult.Cache
- CodingErrorAction - class java.nio.charset.CodingErrorAction.
- CodingErrorAction(String) - Constructor for class java.nio.charset.CodingErrorAction
- Private constructor only used to create the constant CodingErrorActions.
- cache - Variable in class java.nio.charset.CoderResult.Cache
- cachedDecoder - Variable in class java.nio.charset.Charset
- cachedEncoder - Variable in class java.nio.charset.Charset
- canEncode() - Method in class java.nio.charset.Charset
- canEncode(char) - Method in class java.nio.charset.CharsetEncoder
- canEncode(CharSequence) - Method in class java.nio.charset.CharsetEncoder
- canEncode(CharBuffer) - Method in class java.nio.charset.CharsetEncoder
- canonicalName - Variable in class java.nio.charset.Charset
- charset - Variable in class java.nio.charset.CharsetDecoder
- charset() - Method in class java.nio.charset.CharsetDecoder
- charset - Variable in class java.nio.charset.CharsetEncoder
- charset() - Method in class java.nio.charset.CharsetEncoder
- charsetForName(String) - Static method in class java.nio.charset.Charset
- Retrieves a charset for the given charset name.
- charsetName - Variable in class java.nio.charset.IllegalCharsetNameException
- charsetName - Variable in class java.nio.charset.UnsupportedCharsetException
- checkName(String) - Static method in class java.nio.charset.Charset
- compareTo(Object) - Method in class java.nio.charset.Charset
- contains(Charset) - Method in class java.nio.charset.Charset
D
- DEFAULT_REPLACEMENT - Static variable in class java.nio.charset.CharsetDecoder
- DEFAULT_REPLACEMENT - Static variable in class java.nio.charset.CharsetEncoder
- decode(ByteBuffer) - Method in class java.nio.charset.Charset
- decode(ByteBuffer) - Method in class java.nio.charset.CharsetDecoder
- decode(ByteBuffer, CharBuffer, boolean) - Method in class java.nio.charset.CharsetDecoder
- decodeLoop(ByteBuffer, CharBuffer) - Method in class java.nio.charset.CharsetDecoder
- defaultCharset() - Static method in class java.nio.charset.Charset
- Returns the system default charset.
- detectedCharset() - Method in class java.nio.charset.CharsetDecoder
- displayName() - Method in class java.nio.charset.Charset
- displayName(Locale) - Method in class java.nio.charset.Charset
E
- encode(CharBuffer) - Method in class java.nio.charset.Charset
- encode(String) - Method in class java.nio.charset.Charset
- encode(CharBuffer) - Method in class java.nio.charset.CharsetEncoder
- encode(CharBuffer, ByteBuffer, boolean) - Method in class java.nio.charset.CharsetEncoder
- encodeLoop(CharBuffer, ByteBuffer) - Method in class java.nio.charset.CharsetEncoder
- equals(Object) - Method in class java.nio.charset.Charset
F
- flush(CharBuffer) - Method in class java.nio.charset.CharsetDecoder
- flush(ByteBuffer) - Method in class java.nio.charset.CharsetEncoder
- forName(String) - Static method in class java.nio.charset.Charset
- Returns the Charset instance for the charset of the given name.
G
- get(int) - Method in class java.nio.charset.CoderResult.Cache
- getCharsetName() - Method in class java.nio.charset.IllegalCharsetNameException
- Retrieves the illegal charset name
- getCharsetName() - Method in class java.nio.charset.UnsupportedCharsetException
- Retrieves the illegal charset name
- getInputLength() - Method in class java.nio.charset.MalformedInputException
- Retrieves the position of the malformed input in the input stream.
- getInputLength() - Method in class java.nio.charset.UnmappableCharacterException
- Retrieves the illegal charset name
- getMessage() - Method in class java.nio.charset.MalformedInputException
- Returns the detail message string of this throwable
- getMessage() - Method in class java.nio.charset.UnmappableCharacterException
- Returns the detail message string of this throwable
H
- hashCode() - Method in class java.nio.charset.Charset
I
- IGNORE - Static variable in class java.nio.charset.CodingErrorAction
- IllegalCharsetNameException - exception java.nio.charset.IllegalCharsetNameException.
- IllegalCharsetNameException(String) - Constructor for class java.nio.charset.IllegalCharsetNameException
- Creates the exception
- implFlush(CharBuffer) - Method in class java.nio.charset.CharsetDecoder
- implFlush(ByteBuffer) - Method in class java.nio.charset.CharsetEncoder
- implOnMalformedInput(CodingErrorAction) - Method in class java.nio.charset.CharsetDecoder
- implOnMalformedInput(CodingErrorAction) - Method in class java.nio.charset.CharsetEncoder
- implOnUnmappableCharacter(CodingErrorAction) - Method in class java.nio.charset.CharsetDecoder
- implOnUnmappableCharacter(CodingErrorAction) - Method in class java.nio.charset.CharsetEncoder
- implReplaceWith(String) - Method in class java.nio.charset.CharsetDecoder
- implReplaceWith(byte[]) - Method in class java.nio.charset.CharsetEncoder
- implReset() - Method in class java.nio.charset.CharsetDecoder
- implReset() - Method in class java.nio.charset.CharsetEncoder
- inputLength - Variable in class java.nio.charset.MalformedInputException
- inputLength - Variable in class java.nio.charset.UnmappableCharacterException
- isAutoDetecting() - Method in class java.nio.charset.CharsetDecoder
- isCharsetDetected() - Method in class java.nio.charset.CharsetDecoder
- isError() - Method in class java.nio.charset.CoderResult
- isLegalReplacement(byte[]) - Method in class java.nio.charset.CharsetEncoder
- isMalformed() - Method in class java.nio.charset.CoderResult
- isOverflow() - Method in class java.nio.charset.CoderResult
- isRegistered() - Method in class java.nio.charset.Charset
- isSupported(String) - Static method in class java.nio.charset.Charset
- isUnderflow() - Method in class java.nio.charset.CoderResult
- isUnmappable() - Method in class java.nio.charset.CoderResult
J
- java.nio.charset - package java.nio.charset
L
- length - Variable in class java.nio.charset.CoderResult
- length() - Method in class java.nio.charset.CoderResult
M
- MalformedInputException - exception java.nio.charset.MalformedInputException.
- MalformedInputException(int) - Constructor for class java.nio.charset.MalformedInputException
- Creates the exception
- make(int) - Method in class java.nio.charset.CoderResult.Cache
- malformedCache - Static variable in class java.nio.charset.CoderResult
- malformedForLength(int) - Static method in class java.nio.charset.CoderResult
- malformedInputAction - Variable in class java.nio.charset.CharsetDecoder
- malformedInputAction() - Method in class java.nio.charset.CharsetDecoder
- malformedInputAction - Variable in class java.nio.charset.CharsetEncoder
- malformedInputAction() - Method in class java.nio.charset.CharsetEncoder
- maxBytesPerChar - Variable in class java.nio.charset.CharsetEncoder
- maxBytesPerChar() - Method in class java.nio.charset.CharsetEncoder
- maxCharsPerByte - Variable in class java.nio.charset.CharsetDecoder
- maxCharsPerByte() - Method in class java.nio.charset.CharsetDecoder
N
- name() - Method in class java.nio.charset.Charset
- name - Variable in class java.nio.charset.CodingErrorAction
- names - Static variable in class java.nio.charset.CoderResult
- newDecoder() - Method in class java.nio.charset.Charset
- newEncoder() - Method in class java.nio.charset.Charset
O
- OVERFLOW - Static variable in class java.nio.charset.CoderResult
- onMalformedInput(CodingErrorAction) - Method in class java.nio.charset.CharsetDecoder
- onMalformedInput(CodingErrorAction) - Method in class java.nio.charset.CharsetEncoder
- onUnmappableCharacter(CodingErrorAction) - Method in class java.nio.charset.CharsetDecoder
- onUnmappableCharacter(CodingErrorAction) - Method in class java.nio.charset.CharsetEncoder
P
- provider() - Static method in class java.nio.charset.Charset
- providers - Static variable in class java.nio.charset.Charset
- Extra Charset providers.
- providers2() - Static method in class java.nio.charset.Charset
- We need to support multiple providers, reading them from java.nio.charset.spi.CharsetProvider in the resource directory META-INF/services.
R
- REPLACE - Static variable in class java.nio.charset.CodingErrorAction
- REPORT - Static variable in class java.nio.charset.CodingErrorAction
- replaceWith(String) - Method in class java.nio.charset.CharsetDecoder
- replaceWith(byte[]) - Method in class java.nio.charset.CharsetEncoder
- replacement - Variable in class java.nio.charset.CharsetDecoder
- replacement() - Method in class java.nio.charset.CharsetDecoder
- replacement - Variable in class java.nio.charset.CharsetEncoder
- replacement() - Method in class java.nio.charset.CharsetEncoder
- reset() - Method in class java.nio.charset.CharsetDecoder
- reset() - Method in class java.nio.charset.CharsetEncoder
S
- STATE_CODING - Static variable in class java.nio.charset.CharsetDecoder
- STATE_CODING - Static variable in class java.nio.charset.CharsetEncoder
- STATE_END - Static variable in class java.nio.charset.CharsetDecoder
- STATE_END - Static variable in class java.nio.charset.CharsetEncoder
- STATE_FLUSHED - Static variable in class java.nio.charset.CharsetDecoder
- STATE_FLUSHED - Static variable in class java.nio.charset.CharsetEncoder
- STATE_RESET - Static variable in class java.nio.charset.CharsetDecoder
- STATE_RESET - Static variable in class java.nio.charset.CharsetEncoder
- serialVersionUID - Static variable in class java.nio.charset.CharacterCodingException
- serialVersionUID - Static variable in class java.nio.charset.CoderMalfunctionError
- serialVersionUID - Static variable in class java.nio.charset.IllegalCharsetNameException
- Compatible with JDK 1.4+
- serialVersionUID - Static variable in class java.nio.charset.MalformedInputException
- serialVersionUID - Static variable in class java.nio.charset.UnmappableCharacterException
- serialVersionUID - Static variable in class java.nio.charset.UnsupportedCharsetException
- Compatible with JDK 1.4+
- state - Variable in class java.nio.charset.CharsetDecoder
- state - Variable in class java.nio.charset.CharsetEncoder
T
- TYPE_MALFORMED - Static variable in class java.nio.charset.CoderResult
- TYPE_OVERFLOW - Static variable in class java.nio.charset.CoderResult
- TYPE_UNDERFLOW - Static variable in class java.nio.charset.CoderResult
- TYPE_UNMAPPABLE - Static variable in class java.nio.charset.CoderResult
- throwException() - Method in class java.nio.charset.CoderResult
- toString() - Method in class java.nio.charset.Charset
- toString() - Method in class java.nio.charset.CoderResult
- toString() - Method in class java.nio.charset.CodingErrorAction
- Returns the name of the CodingErrorAction.
- type - Variable in class java.nio.charset.CoderResult
U
- UNDERFLOW - Static variable in class java.nio.charset.CoderResult
- UnmappableCharacterException - exception java.nio.charset.UnmappableCharacterException.
- UnmappableCharacterException(int) - Constructor for class java.nio.charset.UnmappableCharacterException
- Creates the exception
- UnsupportedCharsetException - exception java.nio.charset.UnsupportedCharsetException.
- UnsupportedCharsetException(String) - Constructor for class java.nio.charset.UnsupportedCharsetException
- Creates the exception
- unmappableCache - Static variable in class java.nio.charset.CoderResult
- unmappableCharacterAction - Variable in class java.nio.charset.CharsetDecoder
- unmappableCharacterAction() - Method in class java.nio.charset.CharsetDecoder
- unmappableCharacterAction - Variable in class java.nio.charset.CharsetEncoder
- unmappableCharacterAction() - Method in class java.nio.charset.CharsetEncoder
- unmappableForLength(int) - Static method in class java.nio.charset.CoderResult
A C D E F G H I J L M N O P R S T U
|
|||||||||
| Home >> All >> java >> nio >> [ charset overview ] | PREV NEXT | ||||||||