When I try to output an ASCII value to a file, it sometimes writes the wrong value. Example:
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
import...
Type: Posts; User: jmace; Keyword(s):
When I try to output an ASCII value to a file, it sometimes writes the wrong value. Example:
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
import...