当前位置:  技术问答>java相关

readline() 和 Forte for java 3

    来源: 互联网  发布时间:2015-03-06

    本文导语:  为什么我在Forte for java 中调用readline()就没有问题,但不在集成环境中使用就只能得倒一个Timeout Exception????代码是一样的!!! 下面是些蹩脚的英文: I am trouble in using readline func.Who can help me??? My code l...

为什么我在Forte for java 中调用readline()就没有问题,但不在集成环境中使用就只能得倒一个Timeout Exception????代码是一样的!!!
下面是些蹩脚的英文:
I am trouble in using readline func.Who can help me???
My code like this:
////////////////////////////////////////////////////////
InetAddress addr=InetAddress.getLocalHost();
            System.out.println("Prepare to  new socket");
            clientSocket=new Socket(addr,port);
            System.out.println("Past the init socket");
            clientSocket.setSoTimeout(5000);
            in=new BufferedReader(
                new InputStreamReader(
                    clientSocket.getInputStream()));
            out=new PrintWriter(clientSocket.getOutputStream(), true );
/////////////
//I read socket by this code:
while(in.ready()){
                    info=info+in.readLine()+"n";
                }
/////////////////////////////////////////////////////////

  There is not any problem when I use them in Forte for java 3. But every time I used it out of Forte the system told me that "Read time out". But I used in.ready() to test, the func in.ready() return "true". I use the other way to read.The code is below:

///////////////////////////////////////////////////////
                String info;
                char[] ch=new char[100];
                in.read(ch);
                info=new String(ch);
                index=info.indexOf("n");
                System.out.print("n is ");
                System.out.println(index);
                index=info.indexOf("r");
                System.out.print("r is ");
                System.out.println(index);
                System.out.println(info);
/////////////////////////////////////////////////////////

By this way I found there are something in the buffer including the char 'n' and 'r'. But why the readline func give me the Timeout Exception out of Forte?????

|
蹩脚的英文!!!

    
 
 

您可能感兴趣的文章:

  • java命名空间java.io类linenumberreader的类成员方法: readline定义及介绍
  • warning: readLine() in java.io.DataInputStream has been deprecated请问
  • java命名空间java.io类bufferedreader的类成员方法: readline定义及介绍
  • Java 的 FileFilter文件过滤与readline读行操作实例代码
  • java命名空间java.io类datainputstream的类成员方法: readline定义及介绍
  • java命名空间java.io类objectinputstream的类成员方法: readline定义及介绍
  • java命名空间java.io类randomaccessfile的类成员方法: readline定义及介绍
  • java命名空间java.io类console的类成员方法: readline定义及介绍
  • java命名空间javax.imageio.stream类imageinputstreamimpl的类成员方法: readline定义及介绍
  • java命名空间java.io接口datainput的类成员方法: readline定义及介绍
  • java命名空间javax.imageio.stream接口imageinputstream的类成员方法: readline定义及介绍
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • readline问题
  • readline
  • 求关于gnu readline library的文档!
  • readline替代品 linenoise
  • readline 封装程序 rlwrap
  • 非常奇怪的IO,bufferedReader.readLine()问题。。。
  • 关于datainputStream 中readline()方法返回类型的问题!!
  • DataInputStream和BufferedReader的readLine方法
  • BufferedReader中的确readLine()读不完?请大家帮帮小弟
  • if( (n=Readline( sockfd,line,MAXLINE) )==0)为什么服务器接收到客户FIN时,Read返回的是0。,既然FIN被读出来了,为什么Read返回的是0
  • 如何以字节流读取一个文件,以readline()读出?大哥快帮忙!
  • 我正在作一个简单的telnet客户端的程序,我的DataInputStream的in.readLine()不对?十万火急!!请高手点拨!!!!另外,为什么我只能给29分,本来我给的100分的!?
  • 高手请进来讨论王垠说的readline技巧


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3