FileReader is meant for reading streams of characters. For reading streams of raw bytes, consider using a FileInputStream . Since: JDK1.1; See Also: ...
確定! 回上一頁