CodecContext.java :  » Pdf » vudroid » org » vudroid » core » codec » Android Open Source

Android Open Source » Pdf » vudroid 
vudroid » org » vudroid » core » codec » CodecContext.java
package org.vudroid.core.codec;

import android.content.ContentResolver;

public interface CodecContext
{
    CodecDocument openDocument(String fileName);

    void setContentResolver(ContentResolver contentResolver);

    void recycle();
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.