Did you know ... Search Documentation:
Search results for "write"

Search results for "write"

Total:63 matches from Reference Manual(0.11 sec.)
Showing:25 matches from Reference Manual
Reference Manual
 
A.17 library(fastrw): Fast reading and writing of terms
Sec. A.17library(fastrw): Fast reading and writing of terms
A.6 library(charsio): I/O on Lists of Character Codes
write_to_chars/2Write a term to a code list.Source
write_to_chars/3Write a term to a code list.Source
format_to_chars/3Use format/2 to write to a list of character codes.Source
format_to_chars/4Use format/2 to write to a difference list of character codes.Source
12.9 Foreign access to Prolog IO streams
PL_write_term()Write term to s.
PL_qlf_put_atom()Write an atom.
Sgetw()Reads/writes an integer in native byte order.
Sputw()Reads/writes an integer in native byte order.
PL_qlf_put_int32()Write integers of several sizes.
PL_qlf_put_int64()Write integers of several sizes.
PL_qlf_put_uint32()Write integers of several sizes.
PL_qlf_put_double()Write double as 8 byte big endian.
Sflush()Flush buffered output, returning 0 on success and -1 after a (write) error occurred.
Sset_filter()Register filter as a stream that reads from or writes to the stream parent.
SwriteBOM()This function writes a Byte Order Mark (BOM) to s and should be called immediately after opening a stream for writing.
4.17 Input and output
fast_write/2Write Term using the fast serialization format to the Output stream.
Sec. 4.17.6Write onto atoms, code-lists, etc.
tell/1Open SrcDest for writing and make it the current output (see set_output/1).
4.19 Primitive character I/O
put/2Write Char to Stream.
nl/1Write a newline to Stream.
tab/2Write Amount spaces to Stream.
put_byte/2Write a single byte to Stream.
put/1Write Char to the current output stream.
put_byte/1Write a single byte to the output.