package com.atomjack.vcfp.interfaces; import java.io.InputStream; public interface InputStreamHandler { void onSuccess(InputStream is); }