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, resetpublic SegmenterObjectStream(ObjectStream<S> in)
public final T read() throws IOException
ObjectStreamIOException - if there is an error during readingCopyright © 2018 The Apache Software Foundation. All rights reserved.