Class TableFile

Inheritance

Object TableFile 🡄 Object

Properties

Name
Stream

Methods

delete () Deletes this file from your table.
getData () Gets a MemoryStream object.
saveToFile ( filename )

Creation

createTableFile ( filename, filepath ) Add a new file to your table.
findTableFile ( filename ) Returns the TableFile class object for the saved file.


Inheritance

Object
TableFile 🡄 Object

Properties

Name

Type:

Stream

Type:

Methods

delete ()
Deletes this file from your table.
getData ()
Gets a MemoryStream object.

Returns:

    MemoryStream
saveToFile ( filename )

Parameters:

Creation

createTableFile ( filename, filepath )
Add a new file to your table. If no filepath is specified, it will create a blank file. Otherwise, it will read the contents from disk.

Parameters:

Returns:

    TableFile
findTableFile ( filename )
Returns the TableFile class object for the saved file.

Parameters:

generated by LDoc 1.4.6-antum-dev-1 Last updated 2019-02-27 23:30:35