public class WhitespaceTokenStream extends FilterObjectStream<TokenSample,java.lang.String>
TokenSample
s into whitespace
separated token strings.Constructor and Description |
---|
WhitespaceTokenStream(ObjectStream<TokenSample> tokens) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
read()
Returns the next object.
|
close, reset
public WhitespaceTokenStream(ObjectStream<TokenSample> tokens)
public java.lang.String read() throws java.io.IOException
ObjectStream
java.io.IOException
- if there is an error during readingCopyright © 2010 - 2020 Adobe. All Rights Reserved