Package lejos.remote.nxt
Interface InputConnection
-
- All Superinterfaces:
Connection
- All Known Subinterfaces:
StreamConnection
- All Known Implementing Classes:
BTConnection,NXTConnection,SocketConnection
public interface InputConnection extends Connection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.DataInputStreamopenDataInputStream()Open and return a data input stream for a connection.java.io.InputStreamopenInputStream()Open and return an input stream for a connection.-
Methods inherited from interface lejos.remote.nxt.Connection
close
-
-