lispdoc - results for octets-to-string |
(babel:octets-to-string vector &key (start 0) end (errorp (not *suppress-character-coding-errors*)) (encoding *default-character-encoding*)) | 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.
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |