Descripción
Sintaxis
public abstract Future<Integer> write(ByteBuffer src, long position)
abstract <A> void write(ByteBuffer src, long position, A attachment, CompletionHandler<Integer,? super A> handler)
Parámetros
- A attachment,
- long position,
- CompletionHandler<Integer,
- ByteBuffer src,
- ? super A> handler,
Excepciones
NonWritableChannelException, IllegalArgumentException
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.