complete rework of the xml parsing system to be cleaner, faster and more intuitive to use.
XML.parse(inputData) is now the direct way to go and thats hopefully easier to find for Asher :P
the overall parsing and fileformat system got completely removed, because of overcomplicating the process and adding redundant additional boilerplate code.
fixing the method getDataFile in Assets, now using the BinaryIO and producing a ByteBuffer instead of a String to cover more use cases
XML.parse(inputData)
is now the direct way to go and thats hopefully easier to find for Asher :PgetDataFile
inAssets
, now using theBinaryIO
and producing a ByteBuffer instead of a String to cover more use cases