public abstract class SegmenterObjectStream<S,T> extends FilterObjectStream<S,T>
Constructor and Description |
---|
SegmenterObjectStream(ObjectStream<S> in) |
Modifier and Type | Method and Description |
---|---|
T |
read()
Returns the next object.
|
close, reset
public SegmenterObjectStream(ObjectStream<S> in)
public final T read() throws IOException
ObjectStream
IOException
- if there is an error during readingCopyright © 2020 The Apache Software Foundation. All rights reserved.