阅读:1755回复:1
RAW文件系统
打印数据格式RAW。
我想处理这个RAW文件(包括图片和文字)这个格式是如何的?用什么工具可以查看?谁有这样RAW文件,送我一个吧。 jun@shi.net.cn |
|
沙发#
发布于:2004-12-04 14:49
RAW
A system-supplied FSD that is the "last resort" for all I/O requests requiring file system support. When the I/O Manager calls active file systems to mount a volume, RAW is always called last because it supports all disk and tape media. However, RAW supplies very primitive file handling capabilities. That is, it does not impose any on-disk file structure or metadata structures for the information on the media; it simply allows read/write access to the logical blocks on the physical disk. For example, it treats the whole disk as a single file and supplies physical-disk-level VBN access to the disk. RAW可以理解成数据的DIB, 并不是一种格式, 哪个打印数据都可以 叫RAW,你只可能去解析某一个打印机的RAW数据,而这个解析对其他 打印机的RAW数据是无效的,除非他们的语法完全一样. |
|
|