/*
* Decompiled with CFR 0_118.
*/
package com.adobe.service;
public interface DataBufferOperations {
public long getBufLength();
public byte[] getBytes(long var1, long var3);
public String getContentType();
public void setContentType(String var1);
}