我来我网
https://5come5.cn
 
您尚未 登录  注册 | 菠菜 | 软件站 | 音乐站 | 邮箱1 | 邮箱2 | 风格选择 | 更多 » 
 

本页主题: (java)高手进 显示签名 | 打印 | 加为IE收藏 | 收藏主题 | 上一主题 | 下一主题

陪你等待奇迹



性别: 保密 状态: 该用户目前不在线
头衔: Optimist的马甲
等级: 栋梁之材
家族: 詹詹自喜★平平安安
发贴: 933
威望: 0
浮云: 1105
在线等级:
注册时间: 2006-09-10
最后登陆: 2007-07-30

5come5帮你背单词 [ fuss /fΛs/ n. 大惊小怪,吹捧 ]


(java)高手进

import java.io.*;
class BISDemo
{
public static void main(String args[])throws IOException
{
String s="Beauty lies in lover's eyes.";
byte buf[]=s.getBytes();
ByteArrayInputStream in=new ByteArrayInputStream(buf);
BufferedInputStream f=new BufferedInputStream(in);
int c;
while((c=f.read())!=-1)//我的疑问在这里!.read不是返回的是实际读取的字节树吗?但是为什么输出确是Beauty lies in lover's eyes.呢 ?
{System.out.print((char)c);}
}
}
顶端 Posted: 2006-11-13 21:52 | [楼 主]
lghz



性别: 保密 状态: 该用户目前不在线
等级: 栋梁之材
发贴: 607
威望: 1
浮云: 1157
在线等级:
注册时间: 2005-05-28
最后登陆: 2008-03-04

5come5帮你背单词 [ utmost /'Λtməust/ adj. 极度的;n. 极限,最大可能 ]


不知道
正在学习中
顶端 Posted: 2006-11-13 22:08 | [1 楼]
独飞の孤心



性别: 帅哥 状态: 该用户目前不在线
头衔: 孽缘!
等级: 荣誉会员
家族: 单身贵族
发贴: 4484
威望: 3
浮云: 496
在线等级:
注册时间: 2005-10-12
最后登陆: 2011-09-23

5come5帮你背单词 [ care /k/ə/ vi. 担心,关心,介意,愿意,喜欢;n. 牵挂,担心,照顾,照料,烦恼,烦人的事 ]


public int read()
      throws IOException
See the general contract of the read method of InputStream.

Overrides:
read in class FilterInputStream
Returns:
the next byte of data, or -1 if the end of the stream is reached.
Throws:
IOException - if an I/O error occurs.
See Also:
FilterInputStream.in

read返回的int代表的是字符的ASIC码,用System.out.print(c+" ");试试就知道了
顶端 Posted: 2006-11-13 22:37 | [2 楼]
我来我网·5come5 Forum » 程序员之家

Total 0.009586(s) query 5, Time now is:11-23 22:39, Gzip enabled
Powered by PHPWind v5.3, Localized by 5come5 Tech Team, 黔ICP备16009856号