为了账号安全,请及时绑定邮箱和手机立即绑定

不明白 b<=0xF 的意思

不明白 b<=0xF 的意思

weibo_快乐is魏帆_0 2016-07-14 10:44:43
import java.io.*;public class Text{  public static void main(String[] args){    try{      FileInputStream file = new FileInputStream("D:\\Text\\遍历目录\\FileTest.java");      int b;      int a = 1;      while((b=(int)file.read())!= -1){        if( b <= 0xf){         System.out.print(0);        }        System.out.print(Integer.toHexString(b)+"  ");        if(a++ % 10 == 0)          System.out.println();      }      file.close();     }catch(IOException e){        e.printStackTrace();     }        }}
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 1336 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信