public class BinaryCasWriter
extends org.apache.uima.fit.component.JCasAnnotator_ImplBase
StructuredDirectory. Can be consumed with
RangeBinaryCasReader.| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENTION_GZ |
| Constructor and Description |
|---|
BinaryCasWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(org.apache.uima.UimaContext context) |
void |
process(org.apache.uima.jcas.JCas jCas) |
static void |
serialize(org.apache.uima.jcas.JCas jCas,
File file) |
getRequiredCasInterface, processgetCasInstancesRequired, hasNext, nextpublic static final String EXTENTION_GZ
public void initialize(org.apache.uima.UimaContext context)
throws org.apache.uima.resource.ResourceInitializationException
initialize in interface org.apache.uima.analysis_component.AnalysisComponentinitialize in class org.apache.uima.fit.component.JCasAnnotator_ImplBaseorg.apache.uima.resource.ResourceInitializationExceptionpublic void process(org.apache.uima.jcas.JCas jCas)
throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
process in class org.apache.uima.analysis_component.JCasAnnotator_ImplBaseorg.apache.uima.analysis_engine.AnalysisEngineProcessExceptionpublic static void serialize(org.apache.uima.jcas.JCas jCas,
File file)
throws FileNotFoundException,
IOException,
org.apache.uima.cas.CASRuntimeException,
org.apache.uima.resource.ResourceInitializationException
FileNotFoundExceptionIOExceptionorg.apache.uima.cas.CASRuntimeExceptionorg.apache.uima.resource.ResourceInitializationExceptionCopyright © 2015 Bluebrain Project. All rights reserved.