To achieve high speed IO I've tried to used  mapped FileChannel but
failed to specify MapMode.

user=> (import '(java.nio.channels.FileChannel MapMode))
java.lang.ClassNotFoundException:
java.nio.channels.FileChannel.MapMode (NO_SOURCE_FILE:0)

while

user=> (import '(java.nio ByteOrder))
nil
user=> ByteOrder/BIG_ENDIAN
#<ByteOrder BIG_ENDIAN>
user=> (import '(java.nio.channels FileChannel))
nil

This is with the latest SVN versions, i haven't tried anything older
then three weeks. Am I missing something or this is a bug?

/Attila

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to