entryimpl.js
No description.

File Location

/goog/fs/entryimpl.js

Classes

goog.fs.DirectoryEntryImpl
A directory in a local FileSystem. This should not be instantiated directly. Instead, it should be accessed via goog.fs.FileSystem#getRoot or goog.fs.DirectoryEntry#getDirectoryEntry.
goog.fs.EntryImpl
Base class for concrete implementations of goog.fs.Entry.
goog.fs.FileEntryImpl
A file in a local filesystem. This should not be instantiated directly. Instead, it should be accessed via goog.fs.DirectoryEntry#getFile.

Directory fs

File Reference