gcc/libjava/gnu/java
Per Bothner 612e660987 FileChannelImpl.java: New class, renamed from java/nio/channels.
* gnu/java/nio/channels/FileChannelImpl.java:  New class, renamed
	from java/nio/channels.  Don't depend on FileDescriptor.
	(in, out, err):  New static fields.
	(mode):  New field.
	(SET, CUR, READ, WRITE, APPEND, EXCL, SYNC, DSYNC):  Moved constants
	from FileDescriptor.
	(by):  Removed MappedByteBuffer field.
	(map):  New working implementation.
	* gnu/java/nio/channels/natFileChannelPosix.cc:  New file, though
	some code "ported" from natFileDescriptoPosix.cc.
	* gnu/java/nio/channels/natFileChannelEcos.cc:  Likewise.
	* gnu/java/nio/channels/natFileChannelWin32.cc  Likewise.

From-SVN: r78659
2004-02-29 11:09:28 -08:00
..
awt 2004-02-26 Michael Koch <konqueror@gmx.de> 2004-02-26 19:31:57 +00:00
beans
io
lang 2004-01-28 Michael Koch <konqueror@gmx.de> 2004-01-28 21:13:11 +00:00
locale
math
net Handler.java (): Removed unneeded check for file != null. 2004-02-20 17:19:03 +00:00
nio FileChannelImpl.java: New class, renamed from java/nio/channels. 2004-02-29 11:09:28 -08:00
rmi
security
text
util