SinglePieceOutput.java 662 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.service.FileDataBuffer
 */
package com.adobe.document.xmlform;

import com.adobe.service.FileDataBuffer;
import org.omg.CORBA.portable.IDLEntity;

public final class SinglePieceOutput
implements IDLEntity {
    private static final long serialVersionUID = 1;
    public FileDataBuffer outputBuffer;
    public FileDataBuffer metaDataBuffer;

    public SinglePieceOutput() {
    }

    public SinglePieceOutput(FileDataBuffer outputBuffer, FileDataBuffer metaDataBuffer) {
        this.outputBuffer = outputBuffer;
        this.metaDataBuffer = metaDataBuffer;
    }
}