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