/**
* Receives the binary data for processing.
*
* @param bytes The binary data to be processed.
*/
public void recieveBytes(byte[] bytes) {
receiveBytes(bytes);
}
. o O (Inconsiderate programming: public void recieveBytes(byte[] bytes) { throw new TypoException(); })