load_from_data
  
  Description:
  [ 
Version ( since = 
"0.1.20" ) ]
public bool load_from_data (
string[] data) 
throws Error
  
    Loads a it8 file from data.
    Parameters:
    
      
        | this | a It8 instance. | 
      
        | data | text data | 
      
        | size | the size of text data | 
    
    Returns:
    
      
        | true if a valid it8 file was read. |