package java.nio.channels; import java.io.*; import java.nio.*; import java.nio.channels.spi.*; public abstract class FileChannel extends AbstractChannel implements ByteChannel, GatheringByteChannel, ScatteringByteChannel { public int write(ByteBuffer[] srcs) throws IOException { for (int i=0;i