API
Table of Contents
BaseEntry
Representation of one file or directory entry
All names are asolute (no leading '/') and build with '/'
Parameters
name
string name inside of the container
Properties
name
string name inside of the container
getTypes
Returns Array<string> UTI types
CollectionEntryMixin
brings Directory attributes to entries
Parameters
EmptyContentEntry
Extends ContentEntry
represents a entry without content (content length = 0)
ContentEntry
Extends BaseEntry
general content access entries
equalsContent
compare content against other entry
Parameters
Returns boolean true if other has the same content (bitwise)
BufferContentEntryMixin
Content entries where a buffer is the primary data representation
Parameters
Properties
StreamContentEntryMixin
Content entries where a stream is the primary data representation
Parameters
StringContentEntryMixin
Content entries where a string is the primary data representation
Parameters
Properties
StringContentEntry
Extends StringContentEntryMixin(ContentEntry)
Content entries where a string is the primary data representation
Parameters
Properties