flexi-streams:octet | Type: A shortcut for (UNSIGNED-BYTE 8).
|
| | |
| | |
(babel:octets-to-string vector &key (start 0) end
(errorp (not *suppress-character-coding-errors*))
(encoding *default-character-encoding*)) | Undocumented
|
| | |
| | |
(babel:string-to-octets string &key (encoding *default-character-encoding*)
(start 0) end (use-bom default)
(errorp (not *suppress-character-coding-errors*))) | Undocumented
|
| | |
| | |
(ql-network:read-octets buffer connection) | Undocumented
|
| | |
| | |
(ql-network:write-octets buffer connection) | Undocumented
|
| | |
| | |
(flexi-streams:octet-length string &key (external-format latin1) (start 0)
(end (length string))) | Function: Returns the length of the substring of STRING from START to END in octets if encoded using the external format EXTERNAL-FORMAT. In spite of the name, STRING can be any sequence of characters, but the function is optimized for strings.
|
| | |
| | |
(babel-encodings:octet-counter object) | Undocumented
|
| | |
| | |
(usocket:ip-to-octet-buffer ip buffer &key (start 0)) | Undocumented
|
| | |
| | |
(babel:string-size-in-octets string &key (start 0) end (max -1 maxp)
(errorp (not *suppress-character-coding-errors*))
(encoding *default-character-encoding*)) | Undocumented
|
| | |
| | |
(usocket:ip-from-octet-buffer buffer &key (start 0)) | Undocumented
|
| | |
| | |
(usocket:port-to-octet-buffer port buffer &key (start 0)) | Undocumented
|
| | |
| | |
(flexi-streams:octets-to-string sequence &key (external-format latin1)
(start 0) (end (length sequence))) | Function: Converts the Lisp sequence SEQUENCE of octets from START to END to a string using the external format designated by EXTERNAL-FORMAT. This function is optimized for the case of SEQUENCE being a vector. Don't use lists if you're in a hurry.
|
| | |
| | |
(flexi-streams:string-to-octets string &key (external-format latin1) (start 0)
(end (length string))) | Function: Converts the Lisp string STRING from START to END to an array of octets corresponding to the external format designated by EXTERNAL-FORMAT. In spite of the name, STRING can be any sequence of characters, but the function is optimized for strings.
|
| | |
| | |
(usocket:port-from-octet-buffer buffer &key (start 0)) | Undocumented
|
| | |
| | |
(usocket:integer-to-octet-buffer integer buffer octets &key (start 0)) | Undocumented
|
| | |
| | |
(usocket:octet-buffer-to-integer buffer octets &key (start 0)) | Undocumented
|
| | |
| | |
(babel:concatenate-strings-to-octets encoding &rest strings) | Function: Optimized equivalent of (string-to-octets (apply #'concatenate 'string strings) :encoding encoding)
|
| | |
| | |
(babel-encodings:character-decoding-error-octets condition) | Undocumented
|
| | |
| | |