Writes a byte to the current archive entry.
This method simply calls write( byte[], 0, 1 ).
write( byte[], 0, 1 )
MUST be overridden if the write method is not overridden; may be overridden otherwise.
The byte to be written.
on error