Maven module :un.storage : archive-zip :
Class :
un.storage.archive.zip.ZipArchivePath
Extends/Implements :
un.api.path.AbstractPath
Subclasses : -
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 ()
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)
author Johann Sorel