mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-02 16:23:56 +08:00
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
@ -1,3 +1,8 @@
|
||||
2003-06-27 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* gnu/java/nio/FileChannelImpl.java
|
||||
(write): Removed.
|
||||
|
||||
2003-06-27 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* java/nio/ByteBufferImpl.java
|
||||
|
@ -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…
Reference in New Issue
Block a user