This is the cl-netstrings Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 04:09:05 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-netstringsA 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/srccl-netstrings (system).
netstrings.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-netstrings/cl-netstrings.asdcl-netstrings (system).
cl-netstrings/src/netstrings.lispsrc (module).
read-netstring (function).
write-netstring (function).
Packages are listed by definition order.
netstringscl-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 |
|---|