Is there a tutorial on how to use gray streams?
I want to create a class that reads from a file while looking for a specific set of bytes. My initial thought was to use gray streams, but could not find any starting information.
Is there a tutorial on how to use gray streams?
I want to create a class that reads from a file while looking for a specific set of bytes. My initial thought was to use gray streams, but could not find any starting information.
Perhaps the examples in the SBCL manual can help you for a start?
http://www.sbcl.org/manual/Gray-Streams-examples.html#Gray-Streams-examples
I found this useful. In SBCL, gray streams are in package :GRAY.