Commit c938cb68 by Michael Koch Committed by Michael Koch

2003-06-27 Michael Koch <konqueror@gmx.de>

	* gnu/java/nio/FileChannelImpl.java
	(write): Removed.

From-SVN: r68572
parent 1226b900
2003-06-27 Michael Koch <konqueror@gmx.de> 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 * java/nio/ByteBufferImpl.java
(ByteBufferImpl): Made it a package-private class (ByteBufferImpl): Made it a package-private class
* java/nio/CharBufferImpl.java * java/nio/CharBufferImpl.java
......
...@@ -276,12 +276,6 @@ public class FileChannelImpl extends FileChannel ...@@ -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
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment