()
| 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(); |
no outgoing calls
no test coverage detected