|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.splunk.ResultsReader com.splunk.ResultsReaderCsv
public class ResultsReaderCsv
The ResultsReaderCsv
class represents a streaming CSV reader for
Splunk search results. This class requires the opencsv-2.3.jar file in your
build path.
Field Summary |
---|
Fields inherited from class com.splunk.ResultsReader |
---|
inputStream |
Constructor Summary | |
---|---|
ResultsReaderCsv(java.io.InputStream inputStream)
Class constructor. |
Method Summary | |
---|---|
void |
close()
Closes the reader and returns resources. |
java.util.Collection<java.lang.String> |
getFields()
Returns a collection of field names from the results. |
boolean |
isPreview()
This method is not supported. |
Methods inherited from class com.splunk.ResultsReader |
---|
getNextEvent, iterator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultsReaderCsv(java.io.InputStream inputStream) throws java.io.IOException
inputStream
- The CSV stream to parse.
java.io.IOException
Method Detail |
---|
public void close() throws java.io.IOException
close
in class ResultsReader
java.io.IOException
- On IO exception.public boolean isPreview()
public java.util.Collection<java.lang.String> getFields()
Note that any given result will contain a subset of these fields.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |