FormExternalResource.java 264 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.forms.common.service;

import java.io.InputStream;

public interface FormExternalResource {
    public long getLastModifiedTime();

    public InputStream getInputStream();

    public boolean isTrusted();
}