This is the cl-netstrings Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:12:04 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-netstrings
A library for handling netstrings as described in http://cr.yp.to/proto/netstrings.txt.
Daniel Janus
Daniel Janus
MIT
0.1
iterate
(system).
arnesi
(system).
src
(module).
Modules are listed depth-first from the system components tree.
cl-netstrings/src
cl-netstrings
(system).
netstrings.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-netstrings/cl-netstrings.asd
cl-netstrings
(system).
cl-netstrings/src/netstrings.lisp
src
(module).
read-netstring
(function).
write-netstring
(function).
Packages are listed by definition order.
netstrings
cl-netstrings
common-lisp
.
it.bese.arnesi
.
iterate
.
read-netstring
(function).
write-netstring
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Reads a netstring from STREAM. STREAM must be a binary input stream that has an element type (UNSIGNED-BYTE 8). After reading, the sequence of bytes is converted to an ordinary lisp string using ENCODING (see the documentation of ARNESI:OCTETS-TO-STRING for a list of available encodings).
Writes a STRING to STREAM as a netstring. STREAM must be a binary output stream that has an element type (UNSIGNED-BYTE 8). The string is converted to a sequence of bytes using ENCODING and then written to the stream. See the documentation of ARNESI:OCTETS-TO-STRING for a list of available encodings.
Jump to: | D F R W |
---|
Jump to: | D F R W |
---|
Jump to: | +
C |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
+ | |||
+colon+ : | Private constants | ||
+comma+ : | Private constants | ||
| |||
C | |||
Constant, +colon+ : | Private constants | ||
Constant, +comma+ : | Private constants | ||
|
Jump to: | +
C |
---|
Jump to: | C F M N P S |
---|
Jump to: | C F M N P S |
---|