Maven module :un.api : api-system-jvm :
Class : un.system.jvm.file.FilePath
Extends/Implements : un.api.path.AbstractPath
Subclasses : -

Map a JVM File to Path.
author  Johann Sorel


Variables : -
Functions : FilePath, getFile, getName, getParent, getPathInfo, isContainer, exists, createContainer, createLeaf, delete, resolve, getResolver, createInputStream, createOutputStream, createSeekableBuffer, getChildCount, getChildren, toURI, getEventClasses, toChars



public void FilePath (PathResolver resolver, File file)

public File getFile ()

public String getName ()

public Path getParent ()

public Object getPathInfo (Chars key)

public boolean isContainer ()

public boolean exists ()

public boolean createContainer ()

public boolean createLeaf ()

public void delete ()

public Path resolve (String address)

public PathResolver getResolver ()

public ByteInputStream createInputStream ()

public ByteOutputStream createOutputStream ()

public SeekableByteBuffer createSeekableBuffer (boolean read, boolean write, boolean resize)

public int getChildCount ()

public Path[] getChildren ()

public String toURI ()

public Class[] getEventClasses ()

public Chars toChars ()