FileLoader
Complete API reference for FileLoader, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Files
Component: no
public class FileLoader
Static Methods
| Signature | Returns | Description |
|---|---|---|
exportTextToFile(String, String) | void | Executes exportTextToFile and returns after the underlying engine call finishes. |
exportTextToFile(String, File) | void | Executes exportTextToFile and returns after the underlying engine call finishes. |
loadTextFromFile(InputStream) | String | Executes loadTextFromFile and returns after the underlying engine call finishes. |
loadTextFromFile(File) | String | Executes loadTextFromFile and returns after the underlying engine call finishes. |
loadTextFromFile(ProjectFile) | String | Loads text from file into the object. |