Files can be read using Reader or Stream in java. The Reader is good to use for text data but to work with binary data you should use Stream.
確定! 回上一頁