|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object orc.trace.InputStreamEventCursor
public class InputStreamEventCursor
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface orc.trace.EventCursor |
---|
EventCursor.EndOfStream |
Constructor Summary | |
---|---|
InputStreamEventCursor(java.io.InputStream in)
|
Method Summary | |
---|---|
InputStreamEventCursor |
backward()
Return a cursor to the previous event in the stream. |
Event |
current()
Return the current event in the stream. |
InputStreamEventCursor |
forward()
Return a cursor to the next event in the stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InputStreamEventCursor(java.io.InputStream in) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public Event current()
EventCursor
current
in interface EventCursor
public InputStreamEventCursor forward() throws EventCursor.EndOfStream
EventCursor
forward
in interface EventCursor
EventCursor.EndOfStream
public InputStreamEventCursor backward() throws EventCursor.EndOfStream
EventCursor
backward
in interface EventCursor
EventCursor.EndOfStream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |