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

Method setComment

java/com/jcraft/jzlib/GZIPOutputStream.java:80–83  ·  view source on GitHub ↗
(String comment)

Source from the content-addressed store, hash-verified

78 }
79
80 public void setComment(String comment) throws GZIPException {
81 check();
82 deflater.dstate.getGZIPHeader().setComment(comment);
83 }
84
85 public long getCRC() throws GZIPException {
86 if(deflater.dstate.status != 666 /*FINISH_STATE*/)

Callers

nothing calls this directly

Calls 2

checkMethod · 0.95
getGZIPHeaderMethod · 0.45

Tested by

no test coverage detected