openBase Methods |
The openBase type exposes the following members.
| Name | Description | |
|---|---|---|
| openBinary |
Učitava fajl i vraća niz binarnih vrednosti
| |
| openFile(String) |
Opens the file into List of lines
| |
| openFile(String, Boolean, Boolean) |
Opens the file -- without exception if file not found. Sets out params: fileFound if exists and fileEmpty if zero lines loaded
| |
| openFileFilterLines |
Opens the file into List of lines, where empty lines are filtered out
| |
| openFileToString |
Varijanta openFile metoda, samo vraca vec sklopljen string
|