git.fiddlerwoaroof.com
name mode size
.gitignore 100644 0 kb
README.md 100644 0 kb
package.lisp 100644 0 kb
stream-to-vector.lisp 100644 5 kb
test.sh 100755 0 kb
vector-update-stream.asd 100644 0 kb
README.md
A simple stream library modified from code in flexi-streams. This has a single exported function MAKE-UPDATE-STRING that takes an adjustable array with a fill-pointer and returns a stream that reads bytes into that array. This is useful for times where you want to stub out the filesystem or network in test code.