填空题

Java中,InputStream和OutputStream是以()为数据读写单位的输入输出流的基类;Reader和Writer是以()为数据读写单位的输入输出流的基类。

【参考答案】

字节;字符