This ZipEncoding implementation implements a simple 8 bit character set, which meets the following restrictions: Characters 0x0000 to 0x007f are encoded as the corresponding byte values 0x00 to 0x7f. All byte codes from 0x80 to 0xff are mapped to a unique Unicode char
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected