java Programming Glossary: getchar
Implementation of X-modem protocol in Java http://stackoverflow.com/questions/606074/implementation-of-x-modem-protocol-in-java IOTimer SENTIMOUT NAK to start send .start do character getchar gotChar true if character NAK errorcount MAXERRORS errorcount.. sector index putchar checksum tell our checksum if getchar ACK errorcount else break if errorcount MAXERRORS xerror.. boolean isAck false while isAck putchar EOT isAck getchar ACK errStream.println Transmission complete. return true receive..
How do I read input character-by-character in Java? http://stackoverflow.com/questions/811851/how-do-i-read-input-character-by-character-in-java character by character in Java I am used to the c style getchar but it seems like there is nothing comparable for java. I am..
|