Abstract Avail Text File
A AbstractAvailTextFile is an abstract AvailFile that is has text in a provided Charset.
Author
Richard Arriaga
Parameters
The Charset of the file.
The AbstractFileWrapper that wraps this AvailFile.
Constructors
Construct an AvailFile.
Properties
The AbstractFileWrapper that wraps this AvailFile.
The last time in milliseconds since the Unix epoch that the file was updated.
The raw bytes of the file.
Functions
Indicate this file has been edited to be different than what is saved to disk.
Insert the ByteArray data into the file at the specified location. This should remove existing data in the file in this range and replace it with the provided data. This should preserve all data outside of this range.
Indicate this file has been edited to be different than what is saved to disk.
Replace the entire contents of the file with the provided byte array.