AsynchronousFileChannel.write() | Java

 

Descripción

Sintaxis

public abstract Future<Integer> write(ByteBuffer src, long position)
abstract <A> void write(ByteBuffer src, long position, A attachment, CompletionHandler<Integer,? super A> handler)

Parámetros

  • A attachment,
  • long position,
  • CompletionHandler<Integer,
  • ByteBuffer src,
  • ? super A> handler,

Excepciones

NonWritableChannelException, IllegalArgumentException

Clase Padre

AsynchronousFileChannel

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.