branch | RCL_3 |
changeset 18 | 9ac0a0a7da70 |
parent 17 | 0fd27995241b |
child 19 | 71c436fe3ce0 |
--- a/javacommons/gcfbase/javasrc.linux/javax/microedition/io/InputConnection.java Tue May 11 16:07:20 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -package javax.microedition.io; - -import java.io.*; - -public interface InputConnection extends Connection -{ - public InputStream openInputStream() throws IOException; - public DataInputStream openDataInputStream() throws IOException; -} -