Descripción
Sintaxis
public final CharBuffer decode(ByteBuffer in) throws CharacterCodingException
public final CoderResult decode(ByteBuffer in, CharBuffer out, boolean endOfInput)
Parámetros
- boolean endOfInput,
- ByteBuffer in,
- CharBuffer out,
Excepciones
CharacterCodingException, UnmappableCharacterException, MalformedInputException, IllegalStateException
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.