DatagramChannel.read() | Java

 

Descripción

Sintaxis

public abstract int read(ByteBuffer dst) throws IOException
public final long read(ByteBuffer[] dsts) throws IOException
public abstract long read(ByteBuffer[] dsts, int offset, int length) throws IOException

Parámetros

  • ByteBuffer dst,
  • int length,
  • ByteBuffer[] dsts,
  • int offset,

Excepciones

NotYetConnectedException, ClosedByInterruptException, ClosedChannelException, IOException, AsynchronousCloseException

Clase Padre

DatagramChannel

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.