Read .sol file data from a ByteArray.
ByteArray
var reader = new SolReader(); var data = reader.read(byteArray);
new()
Constructor.
read onlydata:Dynamic
The data read from the .sol file.
read onlyname:String
The name read from the .sol file.
read(input:ByteArray):Dynamic
Reads the .sol data encoded in a ByteArray.