Uses of Class
org.apache.uima.cas.impl.AllowPreexistingFS
-
Packages that use AllowPreexistingFS Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of AllowPreexistingFS in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as AllowPreexistingFS Modifier and Type Field Description private AllowPreexistingFSBinaryCasSerDes6. allowPreexistingFSThings for just deserialization(package private) AllowPreexistingFSXmiCasDeserializer.XmiCasDeserializerHandler. allowPreexistingFSMethods in org.apache.uima.cas.impl that return AllowPreexistingFS Modifier and Type Method Description static AllowPreexistingFSAllowPreexistingFS. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AllowPreexistingFS[]AllowPreexistingFS. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.uima.cas.impl with parameters of type AllowPreexistingFS Modifier and Type Method Description voidBinaryCasSerDes6. deserialize(java.io.InputStream istream, AllowPreexistingFS allowPreexistingFS)Version used by uima-as to read delta cas from remote parallel stepsstatic voidXmiCasDeserializer. deserialize(java.io.InputStream aStream, CAS aCAS, boolean aLenient, XmiSerializationSharedData aSharedData, int aMergePoint, AllowPreexistingFS allowPreexistingFS)Deserializes a CAS from XMI.voidBinaryCasSerDes6. deserializeAfterVersion(java.io.DataInputStream istream, boolean isDelta, AllowPreexistingFS allowPreexistingFS)static BinaryCasSerDes6Serialization. deserializeCAS(CAS cas, java.io.InputStream istream, TypeSystem tgtTypeSystem, BinaryCasSerDes6.ReuseInfo reuseInfo, AllowPreexistingFS allowPreexisting)Deserialize a CAS, in various binary formats, into an existing CAS Note: this form supports deserializing the following binary representations: - compressed, type filtering (form 6), delta and not-delta.org.xml.sax.helpers.DefaultHandlerXmiCasDeserializer. getXmiCasHandler(CAS cas, boolean lenient, XmiSerializationSharedData sharedData, int mergePoint, AllowPreexistingFS allow)Create a default handler for deserializing a CAS from XMI.SerialFormatBinaryCasSerDes. reinit(CommonSerDes.Header h, java.io.InputStream istream, CASMgrSerializer casMgrSerializer, CasLoadMode casLoadMode, BinaryCasSerDes6 f6, AllowPreexistingFS allowPreexistingFS, TypeSystemImpl ts)Deserialize a binary input stream, after reading the header, and optionally an externally provided type system and index spec used in compressed form 6 serialization previously This reads in and deserializes CAS data from a stream.Constructors in org.apache.uima.cas.impl with parameters of type AllowPreexistingFS Constructor Description XmiCasDeserializerHandler(CASImpl aCAS, boolean lenient, XmiSerializationSharedData sharedData, int mergePoint, AllowPreexistingFS allowPreexistingFS)Creates a SAX handler used for deserializing an XMI CAS.
-