Package de.julielab.xml.binary
Class BinaryJeDISNodeDecoder
- java.lang.Object
-
- de.julielab.xml.binary.BinaryJeDISNodeDecoder
-
public class BinaryJeDISNodeDecoder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intJEDIS_BINARY_MAGIC
-
Constructor Summary
Constructors Constructor Description BinaryJeDISNodeDecoder(Set<String> annotationLabelsToLoad, boolean shrinkArraysAndListsIfReferenceNotLoaded)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BinaryDecodingResultdecode(Map<String,InputStream> input, org.apache.uima.cas.TypeSystem ts, Map<Integer,String> reversedMapping, Map<String,Boolean> mappedFeatures, Map<String,String> namespaceMap)Important: The base document module data must be associated with theXmiSplitter.DOCUMENT_MODULE_LABELkey in input.
-
-
-
Field Detail
-
JEDIS_BINARY_MAGIC
public static final int JEDIS_BINARY_MAGIC
- See Also:
- Constant Field Values
-
-
Method Detail
-
decode
public BinaryDecodingResult decode(Map<String,InputStream> input, org.apache.uima.cas.TypeSystem ts, Map<Integer,String> reversedMapping, Map<String,Boolean> mappedFeatures, Map<String,String> namespaceMap) throws IOException, XMIBuilderException
Important: The base document module data must be associated with the
XmiSplitter.DOCUMENT_MODULE_LABELkey in input.- Parameters:
input-ts-reversedMapping-mappedFeatures-namespaceMap-- Returns:
- Throws:
IOExceptionXMIBuilderException
-
-