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>
|
2003-06-27 Michael Koch <konqueror@gmx.de>
|
||||||
|
|
||||||
* java/nio/ByteBufferImpl.java
|
* java/nio/ByteBufferImpl.java
|
||||||
|
@ -276,12 +276,6 @@ public class FileChannelImpl extends FileChannel
|
|||||||
return ch.buf;
|
return ch.buf;
|
||||||
}
|
}
|
||||||
|
|
||||||
public long write (ByteBuffer[] srcs)
|
|
||||||
throws IOException
|
|
||||||
{
|
|
||||||
return write (srcs, 0, srcs.length);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* msync with the disk
|
* msync with the disk
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user