Uses of Class
org.eclipse.birt.core.archive.RAOutputStream
-
Packages that use RAOutputStream Package Description org.eclipse.birt.core.archive org.eclipse.birt.core.archive.compound -
-
Uses of RAOutputStream in org.eclipse.birt.core.archive
Subclasses of RAOutputStream in org.eclipse.birt.core.archive Modifier and Type Class Description class
RAFileOutputStream
This class is to be used by engine host (viewer), but not engine.class
RAFolderOutputStream
RAOutputStream implementation for folder based report archiveMethods in org.eclipse.birt.core.archive that return RAOutputStream Modifier and Type Method Description RAOutputStream
FolderArchive. createOutputStream(java.lang.String relativePath)
RAOutputStream
FolderArchiveWriter. createOutputStream(java.lang.String relativePath)
RAOutputStream
IDocArchiveWriter. createOutputStream(java.lang.String relativePath)
RAOutputStream
FolderArchive. createRandomAccessStream(java.lang.String relativePath)
RAOutputStream
FolderArchiveWriter. createRandomAccessStream(java.lang.String relativePath)
RAOutputStream
IDocArchiveWriter. createRandomAccessStream(java.lang.String relativePath)
Create a random access stream in the archive and return it.RAOutputStream
FolderArchive. getOutputStream(java.lang.String relativePath)
RAOutputStream
FolderArchiveWriter. getOutputStream(java.lang.String relativePath)
RAOutputStream
IDocArchiveWriter. getOutputStream(java.lang.String relativePath)
RAOutputStream
FolderArchive. openRandomAccessStream(java.lang.String relativePath)
RAOutputStream
FolderArchiveWriter. openRandomAccessStream(java.lang.String relativePath)
RAOutputStream
IDocArchiveWriter. openRandomAccessStream(java.lang.String relativePath)
-
Uses of RAOutputStream in org.eclipse.birt.core.archive.compound
Subclasses of RAOutputStream in org.eclipse.birt.core.archive.compound Modifier and Type Class Description class
ArchiveEntryOutputStream
An OutputStream wraper for RandomAccessStreamImpl.Fields in org.eclipse.birt.core.archive.compound declared as RAOutputStream Modifier and Type Field Description protected RAOutputStream
ArchiveEntry. output
Methods in org.eclipse.birt.core.archive.compound that return RAOutputStream Modifier and Type Method Description RAOutputStream
ArchiveWriter. createOutputStream(java.lang.String relativePath)
RAOutputStream
ArchiveWriter. createRandomAccessStream(java.lang.String relativePath)
RAOutputStream
ArchiveWriter. getOutputStream(java.lang.String relativePath)
RAOutputStream
ArchiveWriter. openRandomAccessStream(java.lang.String relativePath)
Methods in org.eclipse.birt.core.archive.compound with parameters of type RAOutputStream Modifier and Type Method Description protected void
ArchiveEntry. setOutputStream(RAOutputStream output)
protected void
ArchiveEntryAdapter. setOutputStream(RAOutputStream output)
-