Is there any existing/similar C++ lib for Java FileChannel class?
5 Jul
2010
5 Jul
'10
11:25 p.m.
Hello, Java FileChannel ( http://java.sun.com/j2se/1.4.2/docs/api/java/nio/channels/FileChannel.html) supports to lock a region of the file [e.g.lock(long position, long size, boolean shared)]. Is there any existing/similar C++ lib for it (so than I need not to reinvent the wheel)? Best Regards, Bo Xie
5242
Age (days ago)
5242
Last active (days ago)
0 comments
1 participants
participants (1)
-
Bo Xie