FileDataBufferOperations.java 222 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.service;

import com.adobe.service.DataBufferOperations;

public interface FileDataBufferOperations
extends DataBufferOperations {
    public String getFilePath();
}