package javax.microedition.io; /** * @since CLDC 1.0 */ public interface StreamConnection extends InputConnection, OutputConnection { }