()
| 179 | } |
| 180 | |
| 181 | public boolean exists() { |
| 182 | return this.zipEntry != null || this.file == null || this.file.exists(); |
| 183 | } |
| 184 | |
| 185 | public InputStream getInputStream() throws IOException { |
| 186 | if (this.file != null) { |
no outgoing calls
no test coverage detected