BufferedInputStream: public synchronized int read() throws IOException int res=bis.read(); System.out.println((char)res) 调用一次,取一次值,并游标向前走一位:返回值为unicode码 public synchronized int read(byte b[], int off, int len) throws IOException byte[] buff=new byte[…