public class JsonArrayCveItemSource extends java.lang.Object implements CveItemSource<io.github.jeremylong.openvulnerability.client.nvd.DefCveItem>
| Constructor and Description |
|---|
JsonArrayCveItemSource(java.io.InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
io.github.jeremylong.openvulnerability.client.nvd.DefCveItem |
next() |
public JsonArrayCveItemSource(java.io.InputStream inputStream)
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic boolean hasNext()
hasNext in interface CveItemSource<io.github.jeremylong.openvulnerability.client.nvd.DefCveItem>public io.github.jeremylong.openvulnerability.client.nvd.DefCveItem next()
throws java.io.IOException
next in interface CveItemSource<io.github.jeremylong.openvulnerability.client.nvd.DefCveItem>java.io.IOExceptionCopyright© 2012-21 Jeremy Long. All Rights Reserved.