首页题库练习题目详情
面向对象程序设计单选题中等

在使用OutputStream时,哪个方法用于写入单个字节?

Awrite(int b)
Bwrite(byte[] b)
Cwrite(String s)
Dwrite(char[] c)