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