Memory File
Constructors
Functions
Link copied to clipboard
Returns the path representation of this entity. Each entity in the path is separated with the separator. The path returned by this method without changing the separator can be used with Directory.getDirectory or Directory.getFile on the root directory of the filesystem to get this entity again.
Link copied to clipboard
Opens a new InputStream to read from the file.
Link copied to clipboard
Opens an OutputStream to write to this file. The stream can either replace the existing content or append the data at the end of the file