MCPcopy Create free account
hub / github.com/L-JINBIN/ApkSignatureKiller / encode

Method encode

mt/bin/zip/encoding/ZipEncoding.java:77–77  ·  view source on GitHub ↗

Encode a filename or a comment to a byte array suitable for storing it to a serialized zip entry. Examples for CP 437 (in pseudo-notation, right hand side is C-style notation): encode("\u20AC_for_Dollar.txt") = "%U20AC_for_Dollar.txt" encode("\u00D6lf\u00E4sser.txt") = "\231lf\204

(String name)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

writeLocalFileHeaderMethod · 0.95

Implementers 1

FallbackZipEncodingmt/bin/zip/encoding/FallbackZipEncodin

Calls

no outgoing calls

Tested by

no test coverage detected