which schema class to base the decoding and encoding on
where do you wish to attach the loader_input html element? if undefined, it will not get attached to the DOM. default = document.body
Readonlyloader_the html input element that provides a gateway for user file selection
Readonlydownloader_Readonlyfile_Readonlyschemaschema to be used for encoding and decoding
a list of decoded files. you can delete the entries here to save up memory
clear the loaded data to free memory
encode the provided javascript object into a Uint8Array bytes array using this.schema.encode
download the provided javascript object as a binary blob, by encoding it based on this.schema.encode
parse files based on a specific schema
STODO clean this up. re-purpose it correctly. create interface for the requiredencodeanddecodefunctions required by the parser