write

open fun write(b: Int)

Writes a byte to the current archive entry.

This method simply calls write( byte[], 0, 1 ).

MUST be overridden if the write method is not overridden; may be overridden otherwise.

Parameters

b

The byte to be written.

Throws

on error