search

goog.testing.fs.FileEntry

Provided By
Extends
All Implemented Interfaces

A mock file entry object.

new FileEntry( fs, parent, name, data, opt_type )

Parameters
fsgoog.testing.fs.FileSystem

The filesystem containing this entry.

parentgoog.testing.fs.DirectoryEntry

The directory entry directly containing this entry.

namestring

The name of this entry.

datastring

The data initially contained in the file.

opt_typestring=

The mime type of the blob.

Instance Methods

Instance Properties