You can read a byte at a time in a loop, like so: int data; byte byteData; // Read the first byte data = fin.read(); while (data !=
確定! 回上一頁