Uses of Class
org.eclipse.birt.core.archive.RAOutputStream

Packages that use RAOutputStream
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
 class RAFileOutputStream
          This class is to be used by engine host (viewer), but not engine.
 class RAFolderOutputStream
          RAOutputStream implementation for folder based report archive
 

Methods in org.eclipse.birt.core.archive that return RAOutputStream
 RAOutputStream FolderArchiveWriter.createOutputStream(java.lang.String relativePath)
           
 RAOutputStream IDocArchiveWriter.createOutputStream(java.lang.String relativePath)
           
 RAOutputStream FolderArchive.createOutputStream(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.createRandomAccessStream(java.lang.String relativePath)
           
 RAOutputStream FolderArchiveWriter.getOutputStream(java.lang.String relativePath)
           
 RAOutputStream IDocArchiveWriter.getOutputStream(java.lang.String relativePath)
           
 RAOutputStream FolderArchive.getOutputStream(java.lang.String relativePath)
           
 RAOutputStream FolderArchiveWriter.openRandomAccessStream(java.lang.String relativePath)
           
 RAOutputStream IDocArchiveWriter.openRandomAccessStream(java.lang.String relativePath)
           
 RAOutputStream FolderArchive.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
 class ArchiveEntryOutputStream
          An OutputStream wraper for RandomAccessStreamImpl.
 

Methods in org.eclipse.birt.core.archive.compound that return RAOutputStream
 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)
           
 



Copyright © 2008 Actuate Corp. All rights reserved.