hx.io
I/O function extension
Convert a handle to append mode
Configure an I/O handle to use the specified charset
Copy a file or directory to the new specified location
Generate a cycle reduancy check code as a Number
Create a directory or empty file with the given I/O handle
Delete a file or a directory as mapped by the given I/O handle
Generate a one-way hash of the given I/O handle
Read a directory listing, return a grid with cols
Iterate the rows of a CSV file (comma separated values) and callback the given function with two parameters
For each line of the given source stream call the given function with two parameters
Export a view to the given file handle - see hx.doc.fresco::Export
Return an I/O handle to decode from a base64 string
Wrap an I/O handle to GZIP compress/uncompress
Generate an HMAC message authentication as specified by RFC 2104
Get information about a file handle and return a Dict with the same tags as ioDir()
Move or rename a file or directory
Generate a password based cryptographic key
Generate randomized series of bytes which can be used as an input I/O handle
Read a CSV (comma separated values) file into memory as a Grid
Read a JSON file into memory
Read a JSON file formatted as a standardized Haystack grid into memory
Read an I/O handle into memory as a list of string lines
Read an I/O handle into memory as a string
Read a Trio file into memory as a list of Dicts
Read a Xeto data file into memory as a Haystack data type
Read a Zinc file into memory as a Haystack data type
Apply a skipping operation to an input I/O handle
Read a stream of dicts from a comma separated value file
Read a stream of lines
Encode an I/O handle into a base64 string
Encode an I/O handle into hexidecimal string
Write a grid to a CSV (comma separated values) file
Write an Excel XLS file, where val may be
Write an Axon data structure to HTML
Write an Axon data structure to JSON
Write an Axon data structure to RDF JSON-LD format
Write a list of string lines separated with "\n" character
Render data to a PDF file
Write a string to an I/O handle
Render data to an SVG file
Write dicts to a Trio file
Write an Axon data structure to RDF Turtle format
Write value to a Xeto text format file
Write a grid to an XML file
Write a Grid to the Zinc format
Read a zip file's entry listing, return a grid with cols
Return a I/O handle which may be used to read from a zip entry within a zip file