Binary Streams
(with-open-file (stream "c:\\junk.bin"
:direction :output
:element-type
'(unsigned-byte 8))
(write-byte 255 stream))
(with-open-file (stream "c:\\junk.bin"
:element-type
'(unsigned-byte 8))
(read-byte stream))
Previous slide
Next slide
Back to first slide
View graphic version