資源簡(jiǎn)介
AndroidUSBCommunication
代碼片段和文件信息
import?java.io.IOException;
import?java.io.objectInputStream;
import?java.io.objectOutputStream;
import?java.net.Socket;
import?java.net.UnknownHostException;
public?class?USBClient
{
public?static?void?main(String[]?args)?throws?IOException
{
Socket?echoSocket?=?null;
objectOutputStream?out?=?null;
objectInputStream?in?=?null;
String?message?=?““;
//?Create?socket?connection?with?host?address?as?localhost?and?port?number?with?38300?
try
{
echoSocket?=?new?Socket(“l(fā)ocalhost“?38300);
out?=?new?objectOutputStream(echoSocket.getOutputStream());
out.flush();
in?=?new?objectInputStream(echoSocket.getInputStream());
//?Communicating?with?the?server
try
{
message?=?(String)?in.readobject();
System.out.println(“server>“?+?message);
}
catch?(Cl
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-09-07?12:57??Android-USB-Communication-master\
?????文件?????????255??2012-09-07?12:57??Android-USB-Communication-master\ReadMe.txt
?????目錄???????????0??2012-09-07?12:57??Android-USB-Communication-master\USBClient\
?????文件?????????295??2012-09-07?12:57??Android-USB-Communication-master\USBClient\.classpath
?????文件?????????368??2012-09-07?12:57??Android-USB-Communication-master\USBClient\.project
?????目錄???????????0??2012-09-07?12:57??Android-USB-Communication-master\USBClient\.settings\
?????文件?????????617??2012-09-07?12:57??Android-USB-Communication-master\USBClient\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2012-09-07?12:57??Android-USB-Communication-master\USBClient\bin\
?????文件????????2441??2012-09-07?12:57??Android-USB-Communication-master\USBClient\bin\USBClient.class
?????目錄???????????0??2012-09-07?12:57??Android-USB-Communication-master\USBClient\src\
?????文件????????1400??2012-09-07?12:57??Android-USB-Communication-master\USBClient\src\USBClient.java
?????目錄???????????0??2012-09-07?12:57??Android-USB-Communication-master\USBComm\
?????文件?????????281??2012-09-07?12:57??Android-USB-Communication-master\USBComm\.classpath
?????文件?????????810??2012-09-07?12:57??Android-USB-Communication-master\USBComm\.project
?????目錄???????????0??2012-09-07?12:57??Android-USB-Communication-master\USBComm\.settings\
?????文件??????????86??2012-09-07?12:57??Android-USB-Communication-master\USBComm\.settings\org.eclipse.core.resources.prefs
?????文件?????????134??2012-09-07?12:57??Android-USB-Communication-master\USBComm\.settings\org.eclipse.ltk.core.refactoring.prefs
?????文件?????????743??2012-09-07?12:57??Android-USB-Communication-master\USBComm\AndroidManifest.xm
?????文件??????????19??2012-09-07?12:57??Android-USB-Communication-master\USBComm\ReadMe.md
?????目錄???????????0??2012-09-07?12:57??Android-USB-Communication-master\USBComm\bin\
?????文件?????????743??2012-09-07?12:57??Android-USB-Communication-master\USBComm\bin\AndroidManifest.xm
?????目錄???????????0??2012-09-07?12:57??Android-USB-Communication-master\USBComm\bin\classes\
?????目錄???????????0??2012-09-07?12:57??Android-USB-Communication-master\USBComm\bin\classes\com\
?????目錄???????????0??2012-09-07?12:57??Android-USB-Communication-master\USBComm\bin\classes\com\demo\
?????目錄???????????0??2012-09-07?12:57??Android-USB-Communication-master\USBComm\bin\classes\com\demo\usb\
?????文件?????????333??2012-09-07?12:57??Android-USB-Communication-master\USBComm\bin\classes\com\demo\usb\BuildConfig.class
?????文件?????????322??2012-09-07?12:57??Android-USB-Communication-master\USBComm\bin\classes\com\demo\usb\R$attr.class
?????文件?????????382??2012-09-07?12:57??Android-USB-Communication-master\USBComm\bin\classes\com\demo\usb\R$drawable.class
?????文件?????????435??2012-09-07?12:57??Android-USB-Communication-master\USBComm\bin\classes\com\demo\usb\R$id.class
?????文件?????????376??2012-09-07?12:57??Android-USB-Communication-master\USBComm\bin\classes\com\demo\usb\R$layout.class
?????文件?????????477??2012-09-07?12:57??Android-USB-Communication-master\USBComm\bin\classes\com\demo\usb\R$string.class
............此處省略28個(gè)文件信息
評(píng)論
共有 條評(píng)論