AsynchronousSocketChannel.read() | Java

 

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

AsynchronousSocketChannel

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.