pl.edu.agh.cast.importer.base.tokenizer.ack
Class AckTokenizer
java.lang.Object
pl.edu.agh.cast.importer.base.tokenizer.AbstractImportTokenizer
pl.edu.agh.cast.importer.base.tokenizer.ack.AckTokenizer
- All Implemented Interfaces:
- IImportTokenizer
public class AckTokenizer
- extends AbstractImportTokenizer
Tokenizer for ACK text files.
- Author:
- AGH CAST Team
Method Summary |
List<RawTabularData> |
tokenize(InputStream dataIs,
long rowsLimit,
org.eclipse.core.runtime.IProgressMonitor monitor)
Splits a given input stream into tokens, using specified tokenizer options. |
AckTokenizer
public AckTokenizer()
tokenize
public List<RawTabularData> tokenize(InputStream dataIs,
long rowsLimit,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws IOException
- Splits a given input stream into tokens, using specified tokenizer options.
- Parameters:
dataIs
- the data input stream to tokenizerowsLimit
- the maximum number of rows to be importedmonitor
- the progress monitor for the tokenization operation
- Returns:
- the tokenized data in an unanalyzed tabular form
- Throws:
IOException
- See Also:
IImportTokenizer.tokenize(java.io.InputStream, long,
org.eclipse.core.runtime.IProgressMonitor)
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.