java > java.nio > java.nio.channels > java.nio.channels.gatheringbytechannel >

Interface: java.nio.channels.GatheringByteChannel
    java.nio.channels.GatheringByteChannel


public interface GatheringByteChannel extends WritableByteChannel


FIELDS:

CONSTRUCTORS:

METHODS:
long write(ByteBuffer[] srcs)
Throws: NonWritableChannelException
Throws: ClosedChannelException
Throws: AsynchronousCloseException
Throws: ClosedByInterruptException
Throws: IOException

long write(ByteBuffer[] srcs, int offset, int length)
Throws: IndexOutOfBoundsException
Throws: NonWritableChannelException
Throws: ClosedChannelException
Throws: AsynchronousCloseException
Throws: ClosedByInterruptException
Throws: IOException


INHERITED METHODS:

SUBINTERFACES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net