package org.argeo.slc; import java.io.InputStream; public interface StreamReadable { public InputStream getInputStream(); }