Read .sol file data from a ByteArray.

var reader = new SolReader();
var data = reader.read(byteArray);

Constructor

new()

Constructor.

Variables

read onlydata:Dynamic

The data read from the .sol file.

read onlyname:String

The name read from the .sol file.

Methods

read(input:ByteArray):Dynamic

Reads the .sol data encoded in a ByteArray.