原文
ubyte[] data = ...; File f = File("dbfile", "w"); f.rawWrite(data[]);
要用rawWrite.而不用write.
rawWrite
write