MCPcopy Create free account
hub / github.com/L-JINBIN/ApkDataMultiplexing / setEncoding

Method setEncoding

src/bin/zip/ZipMaker.java:66–68  ·  view source on GitHub ↗
(Charset encoding)

Source from the content-addressed store, hash-verified

64 }
65
66 public void setEncoding(Charset encoding) {
67 this.encoding = encoding;
68 }
69
70 public void setEncoding(String encoding) {
71 this.encoding = Charset.forName(encoding);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected