1 Simple streams are an extensible streams protocol that avoids some
2 problems with Gray streams.
4 Documentation about simple streams is available at:
6 @uref{http://www.franz.com/support/documentation/6.2/doc/streams.htm}
8 The implementation should be considered Alpha-quality; the basic
9 framework is there, but many classes are just stubs at the moment.
11 See @file{SYS:CONTRIB;SB-SIMPLE-STREAMS;SIMPLE-STREAM-TEST.LISP} for
12 things that should work.
14 Known differences to the ACL behaviour:
19 @code{open} not return a simple-stream by default. This can be
20 adjusted; see default-open-class in the file cl.lisp
23 @code{write-vector} is unimplemented.