Example usage for com.lowagie.text.pdf PdfStream PdfStream

List of usage examples for com.lowagie.text.pdf PdfStream PdfStream

Introduction

In this page you can find the example usage for com.lowagie.text.pdf PdfStream PdfStream.

Prototype


public PdfStream(byte[] bytes) 

Source Link

Document

Constructs a PdfStream-object.

Usage

From source file:eu.europa.ec.markt.dss.signature.pdf.itext.ITextPdfStream.java

License:Open Source License

ITextPdfStream(byte[] data) {
    this.wrapped = new PdfStream(data);
}