com.stimulsoft.report.saveLoad
Class StiPackedDocumentSLService

java.lang.Object
  extended by com.stimulsoft.report.saveLoad.StiSLService
      extended by com.stimulsoft.report.saveLoad.StiDocumentSLService
          extended by com.stimulsoft.report.saveLoad.StiPackedDocumentSLService

public class StiPackedDocumentSLService
extends StiDocumentSLService

Copyright Stimulsoft


Constructor Summary
StiPackedDocumentSLService()
           
 
Method Summary
 java.lang.String getFilter()
          Returns a filter for the provider.
 boolean getMultiplePages()
          If the provider handles with multitude of files then true.
 void save(StiReport report, java.io.OutputStream stream)
          Saves a document in the stream.
 
Methods inherited from class com.stimulsoft.report.saveLoad.StiSLService
getDocumentSLServices
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiPackedDocumentSLService

public StiPackedDocumentSLService()
Method Detail

save

public void save(StiReport report,
                 java.io.OutputStream stream)
          throws java.io.IOException
Saves a document in the stream.

Specified by:
save in class StiSLService
Parameters:
report - Rendered for saving.
stream - Stream to save documents.
Throws:
java.io.IOException

getFilter

public java.lang.String getFilter()
Returns a filter for the provider.

Specified by:
getFilter in class StiSLService
Returns:
String with filter.

getMultiplePages

public boolean getMultiplePages()
Description copied from class: StiDocumentSLService
If the provider handles with multitude of files then true. If does not then false.

Specified by:
getMultiplePages in class StiDocumentSLService
Returns: