Descripción
Sintaxis
public abstract Future<Integer> read(ByteBuffer dst)
abstract <A> void read(ByteBuffer[] dsts, int offset, int length, long timeout, TimeUnit unit, A attachment, CompletionHandler<Long,? super A> handler)
abstract <A> void read(ByteBuffer dst, long timeout, TimeUnit unit, A attachment, CompletionHandler<Integer,? super A> handler)
<A> void read(ByteBuffer dst, A attachment, CompletionHandler<Integer,? super A> handler)
Parámetros
- CompletionHandler<Long,
- A attachment,
- CompletionHandler<Integer,
- long timeout,
- int length,
- TimeUnit unit,
- ByteBuffer dst,
- ? super A> handler,
- int offset,
- ByteBuffer[] dsts,
Excepciones
NotYetConnectedException, ReadPendingException, 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.