Uses of Class
psidev.psi.mi.jami.commons.MIFileType
-
Packages that use MIFileType Package Description psidev.psi.mi.jami.commons -
-
Uses of MIFileType in psidev.psi.mi.jami.commons
Methods in psidev.psi.mi.jami.commons that return MIFileType Modifier and Type Method Description MIFileType
OpenedInputStream. getSource()
Getter for the fieldsource
.MIFileType
MIFileAnalyzer. identifyMIFileTypeFor(File file)
Recognize the MIFileDataSource from the file signature and first line.MIFileType
MIFileAnalyzer. identifyMIFileTypeFor(InputStream stream)
Recognize the MIFileDataSource from the inputStream.MIFileType
MIFileAnalyzer. identifyMIFileTypeFor(Reader reader)
Recognize the MIFileDataSource from the reader.static MIFileType
MIFileType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MIFileType[]
MIFileType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in psidev.psi.mi.jami.commons with parameters of type MIFileType Modifier and Type Method Description Map<String,Object>
MIDataSourceOptionFactory. getDefaultFileOptions(MIFileType sourceType, Object inputData)
Create a map of default options depending on the provided sourceType.Map<String,Object>
MIDataSourceOptionFactory. getOptions(MIFileType type, InteractionCategory objectCategory, ComplexType complexType, boolean streaming, MIFileParserListener listener, Object input)
Create a map of optionsConstructors in psidev.psi.mi.jami.commons with parameters of type MIFileType Constructor Description OpenedInputStream(PushbackReader reader, MIFileType source)
Constructor for OpenedInputStream.
-