InputStreamReader和OutputStreamWriter可以将字节流转换为字符流。
使用ByteArrayInputStream和ByteArrayOutputStream两个类将Byte数组作为读写源头和目的地。