MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / setName

Method setName

java/com/jcraft/jzlib/GZIPOutputStream.java:75–78  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

73 }
74
75 public void setName(String name) throws GZIPException {
76 check();
77 deflater.dstate.getGZIPHeader().setName(name);
78 }
79
80 public void setComment(String comment) throws GZIPException {
81 check();

Callers

nothing calls this directly

Calls 2

checkMethod · 0.95
getGZIPHeaderMethod · 0.45

Tested by

no test coverage detected