Results 1 to 3 of 3
Thread: java java.nio.FloatBuffer
- 04-24-2009, 07:39 PM #1
Member
- Join Date
- Jun 2008
- Posts
- 17
- Rep Power
- 0
java java.nio.FloatBuffer
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 upadte timestamp whenever they get updated?
thanks,
SamLast edited by sardare; 04-24-2009 at 10:34 PM. Reason: dsd
- 04-24-2009, 08:52 PM #2
Senior Member
- Join Date
- Nov 2008
- Posts
- 286
- Rep Power
- 5
Have you tried File.setLastModified() ...?
Generally, I think mapping doesn't alter the metadata -- that can actualy be performance advantage over normal file access.Neil Coffey
Javamex - Java tutorials and performance info
- 04-24-2009, 10:33 PM #3
Member
- Join Date
- Jun 2008
- Posts
- 17
- Rep Power
- 0
Similar Threads
-
java.lang.UnsatisfiedLinkError: no parport in java.library.path
By Heather in forum NetBeansReplies: 3Last Post: 09-07-2009, 01:28 PM -
addActionListener(java.awt.event.ActionListener) in java.awt.Button cannot be applied
By mathias in forum Java AppletsReplies: 3Last Post: 03-26-2009, 10:31 PM -
What're the differences between JSP, Java Script, and Java Applet?
By meili100 in forum New To JavaReplies: 3Last Post: 07-23-2008, 08:07 AM -
hello Java World http://www.java-forums.org/images/smilies/smile.gif
By aniljoo in forum IntroductionsReplies: 7Last Post: 07-22-2008, 05:54 PM -
Java experts needed- 30 minute online Java projects
By michelle in forum Jobs OfferedReplies: 0Last Post: 03-05-2008, 11:47 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks