Skip to content

8-BIT-DEV/DataFileParserLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DataFileParserLibrary

This library allows you to loade data files like name.data. You can call DataParser.parseData(GetDataFile.getData("C:\name")); to generate a ArrayList of Key objects. Note the loader auto adds .data to the end of the name.

Going to what A data file looks like.

@keyname "keyvalue1" "keyvalue2" ;
@key2 "keyvalue1" ;
@startsomething "what" ;

the space is import between the last value of the key and the semicolon. @ defines A key then you put it like @keyname "hello" "world" ; A key can have as many values as it wants there stored in A ArrayList in the key object

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages