2003-06-27 Michael Koch <konqueror@gmx.de>
* gnu/java/nio/FileChannelImpl.java (write): Removed. From-SVN: r68572
This commit is contained in:
parent
1226b900dc
commit
c938cb682b
2 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue