Package com.io7m.smfj.probe.api
Interface SMFVersionProbeProviderType
-
- All Known Implementing Classes:
SMFFormatBinary2,SMFFormatText,SMFFormatXML
@ProviderType public interface SMFVersionProbeProviderTypeThe type of version probe providers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SMFPartialLogged<SMFVersionProbed>probe(java.io.InputStream stream)Attempt to probe the given file stream.
-
-
-
Method Detail
-
probe
SMFPartialLogged<SMFVersionProbed> probe(java.io.InputStream stream)
Attempt to probe the given file stream.- Parameters:
stream- The stream- Returns:
- A probed version or a list of errors
-
-