netstring
Description
This egg provides porocedures for reading and writing so called netstrings.
Author
Documentation
- (netstring-write str #!optional port) procedure
Writes str to port ((current-output-port) by default).
- (netstring-read #!optional port) procedure
Reads a netstring from port ((current-input-port) by default) and returns its interpretation.
- (string->netstring str) procedure
Converts str to a netstring.
- (netstring->string ns) procedure
Returns the interpretation of ns.