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

Interface ZipEncoding

src/main/org/apache/tools/zip/ZipEncoding.java:44–84  ·  view source on GitHub ↗

An interface for encoders that do a pretty encoding of ZIP filenames. There are mostly two implementations, one that uses java.nio java.nio.charset.Charset Charset and one implementation, which copes with simple 8 bit charsets, because java-1.4 did not support Cp437 in java.nio.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 24

createTestFileMethod · 0.95
doSimpleEncodingTestMethod · 0.95
canEncodeMethod · 0.65
writeLocalFileHeaderMethod · 0.65
addUnicodeExtraFieldsMethod · 0.65
getEntryEncodingMethod · 0.65
putNextEntryMethod · 0.65
createTestFileMethod · 0.95
assertUnicodeNameMethod · 0.95
doSimpleEncodingTestMethod · 0.95
encodeMethod · 0.65

Implementers 4

Simple8BitZipEncodingsrc/main/org/apache/tools/zip/Simple8B
FallbackZipEncodingsrc/main/org/apache/tools/zip/Fallback
NioZipEncodingsrc/main/org/apache/tools/zip/NioZipEn
TarUtilssrc/main/org/apache/tools/tar/TarUtils

Calls

no outgoing calls

Tested by

no test coverage detected