FileBufferAndId.java
597 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 FileBufferAndId
implements IDLEntity {
private static final long serialVersionUID = 1;
public String recordId = "";
public FileDataBuffer buffer;
public FileBufferAndId() {
}
public FileBufferAndId(String recordId, FileDataBuffer buffer) {
this.recordId = recordId;
this.buffer = buffer;
}
}