This is the redirect-stream Reference Manual, version 1.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:35:32 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
redirect-stream
Offers a stream that redirects all actions to an inner stream.
Yukari Hafner <shinmera@tymoon.eu>
Yukari Hafner <shinmera@tymoon.eu>
(GIT https://github.com/Shinmera/redirect-stream.git)
zlib
1.0.0
trivial-gray-streams
(system).
redirect-stream.lisp
(file).
documentation.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
redirect-stream/redirect-stream.asd
redirect-stream/redirect-stream.lisp
redirect-stream/documentation.lisp
redirect-stream/redirect-stream.asd
redirect-stream
(system).
redirect-stream/redirect-stream.lisp
redirect-stream
(system).
make-redirect-stream
(function).
redirect-stream
(class).
stream
(reader method).
(setf stream)
(writer method).
stream-advance-to-column
(method).
stream-clear-input
(method).
stream-clear-output
(method).
stream-file-position
(method).
stream-finish-output
(method).
stream-force-output
(method).
stream-fresh-line
(method).
stream-line-column
(method).
stream-listen
(method).
stream-peek-char
(method).
stream-read-byte
(method).
stream-read-char
(method).
stream-read-char-no-hang
(method).
stream-read-line
(method).
stream-read-sequence
(method).
stream-start-line-p
(method).
stream-terpri
(method).
stream-unread-char
(method).
stream-write-byte
(method).
stream-write-char
(method).
stream-write-sequence
(method).
stream-write-string
(method).
define-redirect-method
(macro).
redirect-stream/documentation.lisp
redirect-stream.lisp
(file).
redirect-stream
(system).
setdocs
(macro).
Packages are listed by definition order.
redirect-stream
org.shirakumo.redirect-stream
common-lisp
.
trivial-gray-streams
.
make-redirect-stream
(function).
redirect-stream
(class).
stream
(generic reader).
(setf stream)
(generic writer).
define-redirect-method
(macro).
setdocs
(macro).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Creates a new REDIRECT-STREAM that directs all operations to STREAM.
See STREAM
See REDIRECT-STREAM
Returns the stream the REDIRECT-STREAM redirects to.
SETF-able.
See REDIRECT-STREAM
redirect-stream
)) ¶automatically generated reader method
redirect-stream
)) ¶automatically generated writer method
redirect-stream
) column) ¶sb-gray
.
redirect-stream
)) ¶sb-gray
.
redirect-stream
)) ¶sb-gray
.
redirect-stream
)) ¶trivial-gray-streams
.
redirect-stream
)) ¶sb-gray
.
redirect-stream
)) ¶sb-gray
.
redirect-stream
)) ¶sb-gray
.
redirect-stream
)) ¶sb-gray
.
redirect-stream
)) ¶sb-gray
.
redirect-stream
)) ¶sb-gray
.
redirect-stream
)) ¶sb-gray
.
redirect-stream
)) ¶sb-gray
.
redirect-stream
)) ¶sb-gray
.
redirect-stream
)) ¶sb-gray
.
redirect-stream
) sequence start end &key &allow-other-keys) ¶trivial-gray-streams
.
redirect-stream
)) ¶sb-gray
.
redirect-stream
)) ¶sb-gray
.
redirect-stream
) character) ¶sb-gray
.
redirect-stream
) integer) ¶sb-gray
.
redirect-stream
) character) ¶sb-gray
.
redirect-stream
) sequence start end &key &allow-other-keys) ¶trivial-gray-streams
.
redirect-stream
) string &optional start end) ¶sb-gray
.
A gray-stream class that redirects all stream operations to its STREAM object.
If STREAM is NIL, a stream operation will do nothing and return NIL. Otherwise the exact same operation with the exact same parameters is performed on STREAM.
See STREAM
fundamental-binary-input-stream
.
fundamental-binary-output-stream
.
fundamental-character-input-stream
.
fundamental-character-output-stream
.
(setf stream)
.
stream
.
stream-advance-to-column
.
stream-clear-input
.
stream-clear-output
.
stream-file-position
.
stream-finish-output
.
stream-force-output
.
stream-fresh-line
.
stream-line-column
.
stream-listen
.
stream-peek-char
.
stream-read-byte
.
stream-read-char
.
stream-read-char-no-hang
.
stream-read-line
.
stream-read-sequence
.
stream-start-line-p
.
stream-terpri
.
stream-unread-char
.
stream-write-byte
.
stream-write-char
.
stream-write-sequence
.
stream-write-string
.
Initarg | Value |
---|---|
:stream | nil |
:stream
Jump to: | (
D F G M S |
---|
Jump to: | (
D F G M S |
---|
Jump to: | C D F P R S |
---|
Jump to: | C D F P R S |
---|