PDFDPartNode.java 673 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.internal.pdftoolkit.core.cos.CosObject
 *  com.adobe.internal.pdftoolkit.core.exceptions.PDFInvalidDocumentException
 */
package com.adobe.internal.pdftoolkit.pdf.interchange.documentparts;

import com.adobe.internal.pdftoolkit.core.cos.CosObject;
import com.adobe.internal.pdftoolkit.core.exceptions.PDFInvalidDocumentException;
import com.adobe.internal.pdftoolkit.pdf.document.PDFCosDictionary;

public abstract class PDFDPartNode
extends PDFCosDictionary {
    protected PDFDPartNode(CosObject cosObject) throws PDFInvalidDocumentException {
        super(cosObject);
    }
}