FloatBuffer « nio « Java I/O Q&A





1. Java Nio.FloatBuffer Serialization    stackoverflow.com

I want to send FloatBuffer accros machines (using RMI mechanism), but with Java Nio.FloatBuffer i got notserializable exception. How can i send these buffers using Remote method invocation. thanks

2. java java.nio.FloatBuffer    forums.oracle.com

Hi, I am using FloatBuffer to write some data to a memory mapped file however for some reasons it is not updating the timestamps of the binary files on disk whenever I write. They always have the same time stamp when they were first created. ANyone familiar with this and knows how to have them update timestamp whenever they get updated? ...

3. java java.nio.FloatBuffer    forums.oracle.com

Hi, I am using FloatBuffer to write some data to a memory mapped file however for some reasons it is not updating the timestamps of the binary files on disk whenever I write. They always have the same time stamp when they were first created. ANyone familiar with this and knows how to have them update timestamp whenever they get updated? ...