java.lang.Object
java.nio.charset.CoderResult
- See Also:
- Top Examples, Source Code,
isError, isUnmappable, length, isMalformed, isOverflow, OVERFLOW, isUnderflow, UNDERFLOW
public boolean isError()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isMalformed()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isOverflow()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isUnderflow()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isUnmappable()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int length()
- See Also:
isError, UnsupportedOperationException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static CoderResult malformedForLength(int length)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final CoderResult OVERFLOW
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void throwException()
throws CharacterCodingException- See Also:
- UnmappableCharacterException, MalformedInputException,
OVERFLOW, BufferOverflowException, UNDERFLOW, BufferUnderflowException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String toString()
- See Also:
- Object
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final CoderResult UNDERFLOW
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static CoderResult unmappableForLength(int length)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples