com.lowagie.text.pdf
public class PdfEFStream extends PdfStream
Since: 2.1.3
| Constructor Summary | |
|---|---|
| PdfEFStream(InputStream in, PdfWriter writer)
Creates a Stream object using an InputStream and a PdfWriter object | |
| PdfEFStream(byte[] fileStore)
Creates a Stream object using a byte array | |
| Method Summary | |
|---|---|
| void | toPdf(PdfWriter writer, OutputStream os) |
Parameters: in the InputStream that will be read to get the Stream object writer the writer to which the stream will be added
Parameters: fileStore the bytes for the stream
See Also: PdfDictionary