write-octets

Function

Package: excl

Arguments: stream buffer start end blocking

Writes as many octets from the stream as possible. The output handle is examined, and if it is a stream (i.e. encapsulated), the stream is read from in a manner similar to write-vector, except that no further checking of arguments is done; it is assumed that the caller has done whatever checking that is necessary. Otherwise, if the handle is an operating-system-defined handle, the system write function is called.

Return values:

See streams.htm for information on the simple-streams implementation in Allegro CL.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.