26.01.2014, 14:09
You can convert each byte easily into 2 readable characters, so the raw data can be stored as a string into columns.
fblockread() and fblockwrite() only handle 4 bytes at once, hence they won't allow bytewise operations for file streams.
fblockread() and fblockwrite() only handle 4 bytes at once, hence they won't allow bytewise operations for file streams.