| java.nio.charset.MalformedInputException
MalformedInputException | public class MalformedInputException extends CharacterCodingException (Code) | | Checked exception thrown when an input byte sequence is not legal for given
charset, or an input character sequence is not a legal sixteen-bit Unicode
sequence.
since: 1.4 |
MalformedInputException | public MalformedInputException(int inputLength)(Code) | | |
getInputLength | public int getInputLength()(Code) | | |
|
|