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

Method check

java/com/jcraft/jzlib/GZIPOutputStream.java:60–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58
59
60 private void check() throws GZIPException {
61 if(deflater.dstate.status != 42 /*INIT_STATUS*/)
62 throw new GZIPException("header is already written.");
63 }
64
65 public void setModifiedTime(long mtime) throws GZIPException {
66 check();

Callers 4

setModifiedTimeMethod · 0.95
setOSMethod · 0.95
setNameMethod · 0.95
setCommentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected