java > java.nio > java.nio.channels > java.nio.channels.scatteringbytechannel >

Interface: java.nio.channels.ScatteringByteChannel
    java.nio.channels.ScatteringByteChannel


public interface ScatteringByteChannel extends ReadableByteChannel


FIELDS:

CONSTRUCTORS:

METHODS:
long read(ByteBuffer[] dsts)
Throws: NonReadableChannelException
Throws: ClosedChannelException
Throws: AsynchronousCloseException
Throws: ClosedByInterruptException
Throws: IOException

long read(ByteBuffer[] dsts, int offset, int length)
Throws: IndexOutOfBoundsException
Throws: NonReadableChannelException
Throws: ClosedChannelException
Throws: AsynchronousCloseException
Throws: ClosedByInterruptException
Throws: IOException


INHERITED METHODS:

SUBINTERFACES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net