Change in breeze.io.RandomAccessFile (relevant if you use read/writeUInt64)

6 views
Skip to first unread message

ktakagaki

unread,
Aug 13, 2015, 7:02:46 AM8/13/15
to Scala Breeze
Hi All,

I've made a change to `breeze.io.RandomAccessFile`
(I made some judgement errors regarding UInt64 in the original API)
(this class lets you read little endian and unsigned ints, on top of regular `java.io.RandomAccessFile` stuff)

https://github.com/scalanlp/breeze/pull/430

Anybody who uses read/writeUInt64 should note that in the next release, these functions will now return `spire.math.ULong` objects.
(previously, they returned regular Long, and threw errors if the value read from the files would be above Long.MaxValue)

Kenta
Reply all
Reply to author
Forward
0 new messages