Rev 1532 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
package dongfang.mkt.io;
/*
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
public interface MKCommPort {
void init(String id) throws IOException;
InputStream getInputStream() throws IOException ;
OutputStream getOutputStream() throws IOException ;
}
*/