(String comment)
| 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*/) |
nothing calls this directly
no test coverage detected