Maven module :un.storage : archive-zip :
Class : un.storage.archive.zip.ZipArchivePath
Extends/Implements : un.api.path.AbstractPath
Subclasses : -

A Path inside a zip.
author  Johann Sorel


Variables : -
Functions : ZipArchivePath, getName, getParent, isContainer, exists, resolve, getResolver, createInputStream, createRawInputStream, toURI, thisToChars, toChars, createContainer, createLeaf, createOutputStream, delete, getPathInfo, createSeekableBuffer, getChildren, addChild



public void ZipArchivePath (Path parent, ZipCentralDirectory directory, ZipFileEntry entry)

public String getName ()

public Path getParent ()

public boolean isContainer ()

public boolean exists ()

public Path resolve (String address)

public PathResolver getResolver ()

public ByteInputStream createInputStream ()


Raw stream, not decompressed.
return
throws  IOException
public ByteInputStream createRawInputStream ()

public String toURI ()

public Chars thisToChars ()

public Chars toChars ()

public boolean createContainer ()

public boolean createLeaf ()

public ByteOutputStream createOutputStream ()

public void delete ()

public Object getPathInfo (Chars key)

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

public Path[] getChildren ()

void addChild (Path child)