FileReader is meant for reading streams of characters. For reading streams of raw bytes, consider using a FileInputStream .
確定! 回上一頁