[单项选择题] 下列哪个选项不是InputStream类中的方法?()
A.public abstract int read( )throws IOException
B.public final void writeInt(int v)throws IOException
C.pubfic void close( )throws IOException
D.pubfic int available( )throws IOExcepfion
参考答案:
B是OutputStream 类的方法。问题解析:
解析:B中的 public final void writeInt(int v)throws IOException 方法

![[单项选择题] 下列哪个选项不是InputStream类中的方法?() [单项选择题] 下列哪个选项不是InputStream类中的方法?()](http://www.mshxw.com/aiimages/31/259592.png)
