org.hibernate.search.indexes.serialization.impl
public class CopyTokenStream extends TokenStream implements Serializable
AttributeSource.AttributeFactory, AttributeSource.State| Constructor and Description |
|---|
CopyTokenStream(List<List<AttributeImpl>> stream) |
| Modifier and Type | Method and Description |
|---|---|
static SerializableTokenStream |
buildSerializabletokenStream(TokenStream tokenStream) |
void |
end() |
boolean |
incrementToken() |
void |
reset() |
closeaddAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toStringpublic CopyTokenStream(List<List<AttributeImpl>> stream)
public static SerializableTokenStream buildSerializabletokenStream(TokenStream tokenStream)
public final boolean incrementToken()
throws IOException
incrementToken in class TokenStreamIOExceptionpublic final void end()
throws IOException
end in class TokenStreamIOExceptionpublic void reset()
throws IOException
reset in class TokenStreamIOExceptionCopyright © 2006-2015 Red Hat, Inc. All Rights Reserved