FileChannel.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
public abstract int read(ByteBuffer dst, long position) throws IOException

Parámetros

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

Excepciones

ClosedByInterruptException, ClosedChannelException, IllegalArgumentException, IOException, AsynchronousCloseException, NonReadableChannelException

Clase Padre

FileChannel

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.