public class SequenceStreamEventStream extends java.lang.Object implements ObjectStream<Event>
Constructor and Description |
---|
SequenceStreamEventStream(SequenceStream sequenceStream) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the
ObjectStream and releases all allocated
resources. |
Event |
read()
Returns the next object.
|
void |
reset()
Repositions the stream at the beginning and the previously seen object sequence
will be repeated exactly.
|
public SequenceStreamEventStream(SequenceStream sequenceStream)
public Event read() throws java.io.IOException
ObjectStream
read
in interface ObjectStream<Event>
java.io.IOException
- if there is an error during readingpublic void reset() throws java.io.IOException, java.lang.UnsupportedOperationException
ObjectStream
reset
in interface ObjectStream<Event>
java.io.IOException
- if there is an error during reseting the streamjava.lang.UnsupportedOperationException
public void close() throws java.io.IOException
ObjectStream
ObjectStream
and releases all allocated
resources. After close was called its not allowed to call
read or reset.close
in interface java.lang.AutoCloseable
close
in interface ObjectStream<Event>
java.io.IOException
- if there is an error during closing the streamCopyright © 2010 - 2020 Adobe. All Rights Reserved