|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.timeindexing.event.OutputEventGenerator
com.timeindexing.appl.OutputStreamer
com.timeindexing.appl.SelectionStreamer
com.timeindexing.appl.SelectionWithHeaderStreamer
public class SelectionWithHeaderStreamer
A class to output a selction of the data toghether with a header.
| Field Summary |
|---|
| Fields inherited from class com.timeindexing.appl.OutputStreamer |
|---|
index, out, outputPlugin, outputProperties, writeCount |
| Fields inherited from class com.timeindexing.event.OutputEventGenerator |
|---|
outputListenerList |
| Constructor Summary | |
|---|---|
SelectionWithHeaderStreamer(Index anIndex,
java.io.OutputStream output)
Construct an SelectionWithHeaderStreamer object given an index and an output stream. |
|
| Method Summary | |
|---|---|
long |
doOutput(IndexProperties properties)
Do some output, given some IndexProperties. |
protected long |
processHeader(Index index)
Process the header and output it. |
| Methods inherited from class com.timeindexing.appl.OutputStreamer |
|---|
fetchIndexItem, getOutputPlugin, processTimeIndex, setOutputPlugin |
| Methods inherited from class com.timeindexing.event.OutputEventGenerator |
|---|
addOutputEventListener, fireOutputEvent, getOutputEventListeners, hasOutputEventListeners, removeOutputEventListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SelectionWithHeaderStreamer(Index anIndex,
java.io.OutputStream output)
| Method Detail |
|---|
public long doOutput(IndexProperties properties)
throws java.io.IOException,
TimeIndexException
doOutput in class SelectionStreamerjava.io.IOException
TimeIndexException
protected long processHeader(Index index)
throws java.io.IOException,
TimeIndexException
java.io.IOException
TimeIndexException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||