IReleasePageStream

public interface IReleasePageStream

Defines a method which releases the stream created by the passed ICreatePageStream implementation.

Methods

Method Description
releasePageStream(int pageNumber, OutputStream pageStream) Represents a method which releases the stream created by the passed
ICreatePageStream
implementation.

releasePageStream(int pageNumber, OutputStream pageStream)

public abstract void releasePageStream(int pageNumber, OutputStream pageStream)

Represents a method which releases the stream created by the passed ICreatePageStream implementation.

Parameters:

Parameter Type Description
pageNumber int The page number of a generated page preview.
pageStream java.io.OutputStream The stream containing the generated page preview.

Learn more


|