- GedcomxEntryDeserializer - Interface in org.gedcomx.fileformat
-
Basic interface abstracting deserialization of an entry.
- GedcomxEntrySerializer - Interface in org.gedcomx.fileformat
-
Basic interface abstracting serialization of an entry.
- GedcomxFile - Class in org.gedcomx.fileformat
-
The GedcomxFile class is used to read the contents of a GEDCOM X file
from any file that can be opened with java.util.jar.JarFile.
- GedcomxFile(JarFile, GedcomxEntryDeserializer) - Constructor for class org.gedcomx.fileformat.GedcomxFile
-
- GedcomxFile(JarFile, Class<?>...) - Constructor for class org.gedcomx.fileformat.GedcomxFile
-
Creates a new GedcomxFile to read from the specified file JarFile.
- GedcomxFileEntry - Class in org.gedcomx.fileformat
-
A class to represent an entry from a GEDCOM X file.
- GedcomxFileEntry(JarEntry) - Constructor for class org.gedcomx.fileformat.GedcomxFileEntry
-
Constructs an instance of GedcomxFileEntry by wrapping a JarEntry from the underlying Jar file.
- GedcomxOutputStream - Class in org.gedcomx.fileformat
-
Class to help in writing a GEDCOM X file.
- GedcomxOutputStream(OutputStream, GedcomxEntrySerializer) - Constructor for class org.gedcomx.fileformat.GedcomxOutputStream
-
- GedcomxOutputStream(OutputStream, Class<?>...) - Constructor for class org.gedcomx.fileformat.GedcomxOutputStream
-
Constructs a GEDCOM X output stream.
- GedcomxTimeStampUtil - Class in org.gedcomx.fileformat
-
- getAttribute(String) - Method in class org.gedcomx.fileformat.GedcomxFile
-
Get the value of the specified attribute for this GEDCOM X file.
- getAttribute(String) - Method in class org.gedcomx.fileformat.GedcomxFileEntry
-
Get the value of the specified per-entry attribute.
- getAttributes() - Method in class org.gedcomx.fileformat.GedcomxFile
-
Get the attributes that have been associated with this GEDCOM X file.
- getAttributes() - Method in class org.gedcomx.fileformat.GedcomxFileEntry
-
Gets the attributes associated with this entry.
- getContentType() - Method in class org.gedcomx.fileformat.GedcomxFileEntry
-
The content type of this entry.
- getEntries() - Method in class org.gedcomx.fileformat.GedcomxFile
-
Get the entries found in this GEDCOM X file.
- getJarEntry() - Method in class org.gedcomx.fileformat.GedcomxFileEntry
-
Gets the underlying JarEntry object used to construct this entry.
- getManifest() - Method in class org.gedcomx.fileformat.GedcomxFile
-
Get the manifest.
- getResourceStream(GedcomxFileEntry) - Method in class org.gedcomx.fileformat.GedcomxFile
-
Get the input stream of the resource in the given entry.