Maven module :un.api : api-system :
Class : un.system.path.CrossingPath
Extends/Implements : un.api.path.AbstractPath
Subclasses : -

A Path which automaticly unwrap sub path resolver, like zip,rar,...
TODO : find a better name, this will do for now.
author  Johann Sorel


Variables : -
Functions : CrossingPath, getPathInfo, getChildren, getEventClasses, getName, getParent, isContainer, exists, createContainer, createLeaf, resolve, getResolver, createInputStream, createOutputStream, toURI, toChars



public void CrossingPath (Path base)

public Object getPathInfo (Chars key)

public Path[] getChildren ()

public Class[] getEventClasses ()

public String getName ()

public Path getParent ()

public boolean isContainer ()

public boolean exists ()

public boolean createContainer ()

public boolean createLeaf ()

public Path resolve (String address)

public PathResolver getResolver ()

public ByteInputStream createInputStream ()

public ByteOutputStream createOutputStream ()

public String toURI ()

public Chars toChars ()