Uses of Class
org.eclipse.birt.core.archive.RAOutputStream
Packages that use RAOutputStream
-
Uses of RAOutputStream in org.eclipse.birt.core.archive
Subclasses of RAOutputStream in org.eclipse.birt.core.archiveModifier and TypeClassDescriptionclass
This class is to be used by engine host (viewer), but not engine.class
RAOutputStream implementation for folder based report archiveMethods in org.eclipse.birt.core.archive that return RAOutputStreamModifier and TypeMethodDescriptionFolderArchive.createOutputStream
(String relativePath) FolderArchiveWriter.createOutputStream
(String relativePath) IDocArchiveWriter.createOutputStream
(String relativePath) FolderArchive.createRandomAccessStream
(String relativePath) FolderArchiveWriter.createRandomAccessStream
(String relativePath) IDocArchiveWriter.createRandomAccessStream
(String relativePath) Create a random access stream in the archive and return it.FolderArchive.getOutputStream
(String relativePath) FolderArchiveWriter.getOutputStream
(String relativePath) IDocArchiveWriter.getOutputStream
(String relativePath) FolderArchive.openRandomAccessStream
(String relativePath) FolderArchiveWriter.openRandomAccessStream
(String relativePath) IDocArchiveWriter.openRandomAccessStream
(String relativePath) -
Uses of RAOutputStream in org.eclipse.birt.core.archive.compound
Subclasses of RAOutputStream in org.eclipse.birt.core.archive.compoundModifier and TypeClassDescriptionclass
An OutputStream wraper for RandomAccessStreamImpl.Fields in org.eclipse.birt.core.archive.compound declared as RAOutputStreamMethods in org.eclipse.birt.core.archive.compound that return RAOutputStreamModifier and TypeMethodDescriptionArchiveWriter.createOutputStream
(String relativePath) ArchiveWriter.createRandomAccessStream
(String relativePath) ArchiveWriter.getOutputStream
(String relativePath) ArchiveWriter.openRandomAccessStream
(String relativePath) Methods in org.eclipse.birt.core.archive.compound with parameters of type RAOutputStreamModifier and TypeMethodDescriptionprotected void
ArchiveEntry.setOutputStream
(RAOutputStream output) protected void
ArchiveEntryAdapter.setOutputStream
(RAOutputStream output)