Method Summary |
|
public String | getEntryPath() |
protected synchronized long | getEntrySize() |
public synchronized File | getFile() Get this zip file. |
protected synchronized InputStream | getInputStream() |
protected synchronized boolean | hasEntry() |
public synchronized boolean | newContent(InputStream in) Save the given stream as the underlying file content.
This method preserve the old file version in a ~ file.
Parameters: in - The input stream to use as the resource entity. |
public void | updateFileAttributes() Update the file related attributes. |
public synchronized boolean | verify() Is that resource still wrapping an existing file ?
If the underlying file has disappeared and if the
container directory is extensible, remove the resource. |