| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: instream outstream
base64-encode-stream reads
bytes from instream and writes the base64
encoding of those bytes to outstream (as
characters). Outstream lines will be at most
wrap-at (which defaults to 72) characters in
length. If wrap-at is nil
, no wrapping will occur.
Notes: instream must be a stream capable of being read in an octet-oriented manner (i.e, it must be a stream for which read-byte will succeed). In particular, instream cannot be a string stream.
See Base64 Support in miscellaneous.htm for information on Base64 and Base64 support in Allegro CL.
See also: base64-decode-stream documentation.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |