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

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

陪你等待奇迹



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

5come5帮你背单词 [ emancipate /i'mænsipeit/ vt. 解放,(使)不受束缚 ]


(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 | [楼 主]
独飞の孤心



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

5come5帮你背单词 [ coconut // 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 | [1 楼]
我来我网·5come5 Forum » 程序员之家

Total 0.008872(s) query 6, Time now is:11-27 17:13, Gzip enabled
Powered by PHPWind v5.3, Localized by 5come5 Tech Team, 黔ICP备16009856号