|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.birt.core.archive.FolderArchiveWriter
public class FolderArchiveWriter
| Constructor Summary | |
|---|---|
FolderArchiveWriter(java.lang.String folderName)
|
|
| Method Summary | |
|---|---|
protected void |
closeAllStream()
|
RAOutputStream |
createOutputStream(java.lang.String relativePath)
|
RAOutputStream |
createRandomAccessStream(java.lang.String relativePath)
Create a random access stream in the archive and return it. |
boolean |
dropStream(java.lang.String relativePath)
Delete a stream from the archive and make sure the stream has been closed. |
boolean |
exists(java.lang.String relativePath)
|
void |
finish()
This function must be called after the writer is used. |
void |
flush()
This function flushs all the buffers in the writer |
RAInputStream |
getInputStream(java.lang.String relativePath)
|
java.lang.String |
getName()
|
RAOutputStream |
getOutputStream(java.lang.String relativePath)
|
void |
initialize()
This function must be called before the writer is used. |
java.lang.Object |
lock(java.lang.String stream)
try to lock the stream |
RAOutputStream |
openRandomAccessStream(java.lang.String relativePath)
|
void |
setStreamSorter(IStreamSorter streamSorter)
Set the stream sorter (if needed). |
void |
toFileArchive(java.lang.String fileArchiveName)
Convert the current folder archive to file archive. |
void |
unlock(java.lang.Object lock)
unlock the stream locked by the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FolderArchiveWriter(java.lang.String folderName)
throws java.io.IOException
absolute - fileName the archive file name
java.io.IOException| Method Detail |
|---|
public void initialize()
IDocArchiveWriter
initialize in interface IDocArchiveWriter
public RAOutputStream createRandomAccessStream(java.lang.String relativePath)
throws java.io.IOException
IDocArchiveWriter
createRandomAccessStream in interface IDocArchiveWriterrelativePath - -
relative path to report archive path. The path is based on
Unix syntax, with the root of the archive denoted by "/". The
initial "/" character can be skipped.
java.io.IOException
public RAOutputStream openRandomAccessStream(java.lang.String relativePath)
throws java.io.IOException
openRandomAccessStream in interface IDocArchiveWriterjava.io.IOException
public RAOutputStream createOutputStream(java.lang.String relativePath)
throws java.io.IOException
createOutputStream in interface IDocArchiveWriterjava.io.IOException
public RAOutputStream getOutputStream(java.lang.String relativePath)
throws java.io.IOException
getOutputStream in interface IDocArchiveWriterjava.io.IOException
public RAInputStream getInputStream(java.lang.String relativePath)
throws java.io.IOException
getInputStream in interface IDocArchiveWriterjava.io.IOExceptionpublic boolean dropStream(java.lang.String relativePath)
dropStream in interface IDocArchiveWriterrelativePath - -
the relative path of the stream
java.io.IOExceptionpublic java.lang.String getName()
getName in interface IDocArchiveWriterpublic boolean exists(java.lang.String relativePath)
exists in interface IDocArchiveWriterrelativePath - -
the relative stream path in the archive. The relative path is
based on Unix syntax, with the root of the archive denoted by
"/". The initial "/" character can be skipped.
public void setStreamSorter(IStreamSorter streamSorter)
IDocArchiveWriter
setStreamSorter in interface IDocArchiveWriterstreamSorter - -
the stream sorter
public void finish()
throws java.io.IOException
IDocArchiveWriter
finish in interface IDocArchiveWriterjava.io.IOException
public void toFileArchive(java.lang.String fileArchiveName)
throws java.io.IOException
fileArchiveName -
java.io.IOException
public void flush()
throws java.io.IOException
IDocArchiveWriter
flush in interface IDocArchiveWriterjava.io.IOExceptionprotected void closeAllStream()
public java.lang.Object lock(java.lang.String stream)
throws java.io.IOException
IDocArchiveWriter
lock in interface IDocArchiveWriterjava.io.IOExceptionpublic void unlock(java.lang.Object lock)
IDocArchiveWriter
unlock in interface IDocArchiveWriterlock - object returned by the lock().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||