This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: what's the point of java.nio?


Adam Megacz wrote:

Oh yeah, and CharSequence, which I admit is a really, really good idea.


- and memory mapped files.
- and I'm sure that you will see in an upcoming version TRUE asynchronous IO,
and that cannot be implemented with byte[] since byte arrays can be moved
by the garbage collector.
- NativeByteBuffer is also great to talk to C code, to hardware drivers and such.
Cedric



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]