Descripción
Sintaxis
public final byte[] update(byte[] input)
public final byte[] update(byte[] input, int inputOffset, int inputLen)
public final int update(byte[] input, int inputOffset, int inputLen, byte[] output) throws ShortBufferException
public final int update(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) throws ShortBufferException
public final int update(ByteBuffer input, ByteBuffer output) throws ShortBufferException
Parámetros
- ByteBuffer output,
- int inputLen,
- ByteBuffer input,
- int outputOffset,
- int inputOffset,
- byte[] input,
- byte[] output,
Excepciones
IllegalArgumentException, ShortBufferException, IllegalStateException, ReadOnlyBufferException
Clase Padre
Ejemplo
Artículos
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.