2003-06-27 Michael Koch <konqueror@gmx.de>
* gnu/java/nio/FileChannelImpl.java (write): Removed. From-SVN: r68572
This commit is contained in:
committed by
Michael Koch
parent
1226b900dc
commit
c938cb682b
@@ -276,12 +276,6 @@ public class FileChannelImpl extends FileChannel
|
||||
return ch.buf;
|
||||
}
|
||||
|
||||
public long write (ByteBuffer[] srcs)
|
||||
throws IOException
|
||||
{
|
||||
return write (srcs, 0, srcs.length);
|
||||
}
|
||||
|
||||
/**
|
||||
* msync with the disk
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user