118 writeFileImpl(
string scheme,
string location, data contents, *hash<auto> opts);
The abstract file location handler class.
Definition: FileLocationHandler.qc.dox.h:43
The class for handling "file://" locations.
Definition: FileLocationHandlerFile.qc.dox.h:28
const FileLocationWriteOpts
Valid file location write options.
Definition: FileLocationHandlerFile.qc.dox.h:46
const FileLocationReadOpts
Valid common file location options.
Definition: FileLocationHandlerFile.qc.dox.h:40
Qore::StreamReader getStreamReaderImpl(string scheme, string location, *hash< auto > opts)
Returns a stream reader for the file's data at the given location.
binary getBinaryFileImpl(string scheme, string location, *hash< auto > opts)
Retrieves a binary file from the given location.
hash< string, hash< FileHandlerOptionInfo > > getReadOptionsImpl()
Gets supported read options.
const FileLocationOpts
Valid common file location options.
Definition: FileLocationHandlerFile.qc.dox.h:34
string getTextFileImpl(string scheme, string location, *hash< auto > opts)
Retrieves a text file from the given location.
hash< string, hash< FileHandlerOptionInfo > > getWriteOptionsImpl()
Gets supported write options.
Qore::InputStream getBinaryStreamImpl(string scheme, string location, *hash< auto > opts)
Retrieves a binary file from the given location.
OutputStreamWrapper getOutputStreamImpl(string scheme, string location, *hash< auto > opts)
Returns an output stream for writing data to the given location.
writeFileImpl(string scheme, string location, data contents, *hash< auto > opts)
Writes data to a file at the given location.
The abstract file location handler class.
Definition: OutputStramWrapper.qc.dox.h:28
Contains all public definitions in the FileLocationHandler module.
Definition: FileLocationHandler.qc.dox.h:26