MCPcopy Index your code
hub / github.com/apache/ant / Simple8BitZipEncoding

Class Simple8BitZipEncoding

src/main/org/apache/tools/zip/Simple8BitZipEncoding.java:46–268  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected