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
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.