15 Memory files
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog C-library
Memory files
new_memory_file/1
free_memory_file/1
open_memory_file/3
open_memory_file/4
size_memory_file/2
size_memory_file/3
atom_to_memory_file/2
insert_memory_file/3
delete_memory_file/3
memory_file_to_atom/2
memory_file_to_atom/3
memory_file_to_codes/2
memory_file_to_codes/3
memory_file_to_string/2
memory_file_to_string/3
memory_file_substring/5
memory_file_line_position/4
Availability:
:- use_module(
library(memfile)
).
(can be autoloaded)
size_memory_file
(
+Handle, -Size, +Encoding
)
Return the content-length of the memory-file in characters in the given
Encoding
. The file should be closed and contain data.