package javax.microedition.io; import java.io.*; public interface Connection { public void close() throws IOException; }