PrintOutput.java
705 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* com.adobe.service.FileDataBuffer
*/
package com.adobe.document.xmlform;
import com.adobe.document.xmlform.FileBufferAndId;
import com.adobe.service.FileDataBuffer;
import org.omg.CORBA.portable.IDLEntity;
public final class PrintOutput
implements IDLEntity {
private static final long serialVersionUID = 1;
public FileBufferAndId[] outputBuffers;
public FileDataBuffer metaDataBuffer;
public PrintOutput() {
}
public PrintOutput(FileBufferAndId[] outputBuffers, FileDataBuffer metaDataBuffer) {
this.outputBuffers = outputBuffers;
this.metaDataBuffer = metaDataBuffer;
}
}