How do you write any ASCII character to a file in Java? - Stack Overflow

How do you write any ASCII character to a file in Java? - Stack Overflow

瀏覽:1252
日期:2025-06-11
Basically I'm trying to use a BufferedWriter to write to a file using Java. The problem is, I'm actually doing some compression so I generate ints between 0 and 255, and I want to write the character who's ASCII value is equal to that int. When I try writ...看更多