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