Skip to main content

FileLoader

Complete API reference for FileLoader, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Files

Component: no


public class FileLoader

Static Methods

SignatureReturnsDescription
exportTextToFile(String, String)voidExecutes exportTextToFile and returns after the underlying engine call finishes.
exportTextToFile(String, File)voidExecutes exportTextToFile and returns after the underlying engine call finishes.
loadTextFromFile(InputStream)StringExecutes loadTextFromFile and returns after the underlying engine call finishes.
loadTextFromFile(File)StringExecutes loadTextFromFile and returns after the underlying engine call finishes.
loadTextFromFile(ProjectFile)StringLoads text from file into the object.