Uses of Class
org.incenp.obofoundry.sssom.util.SerialisationFormat
-
Packages that use SerialisationFormat Package Description org.incenp.obofoundry.sssom.util -
-
Uses of SerialisationFormat in org.incenp.obofoundry.sssom.util
Methods in org.incenp.obofoundry.sssom.util that return SerialisationFormat Modifier and Type Method Description static SerialisationFormatSerialisationFormat. fromExtension(String extension)Gets a serialisation format by its associated filename extension.static SerialisationFormatSerialisationFormat. fromName(String name)Gets a serialisation format by its name (long or short).SerialisationFormatReaderFactory. inferFormat(Reader reader)Peeks inside a Reader object to try and guess the SSSOM serialisation format that is being used.static SerialisationFormatSerialisationFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static SerialisationFormat[]SerialisationFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.incenp.obofoundry.sssom.util with parameters of type SerialisationFormat Modifier and Type Method Description SSSOMReaderReaderFactory. getReader(Reader reader, SerialisationFormat fmt)Gets a SSSOM reader for the specified reader object and format.SSSOMReaderReaderFactory. getReader(String filename, boolean allowStdin, SerialisationFormat fmt)Gets a SSSOM reader for the provided file, with a possibly explicitly specified format.SSSOMReaderReaderFactory. getReader(String filename, String metaFilename, boolean allowStdin, SerialisationFormat fmt)Gets a SSSOM reader suitable for the specified file, with a possibly explicitly specified format.
-