public abstract class BaseFileEntry extends AbstractEntry implements FileEntry
FileEntry that all implementations should extend from.| Modifier | Constructor and Description |
|---|---|
protected |
BaseFileEntry(FileSystem fileSystem,
DirectoryEntry parent,
String name)
Creates an entry in the specified file system with the specified parent and name.
|
equals, getFileSystem, getName, getParent, hashCode, toPath, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInputStream, getSizegetFileSystem, getLastModified, getName, getParent, toPathprotected BaseFileEntry(FileSystem fileSystem, DirectoryEntry parent, String name)
fileSystem - The filesystem.parent - The parent.name - The name of the entry.Copyright © 2009–2022 MojoHaus. All rights reserved.