Class ModelDetector.Result
java.lang.Object
gov.nist.secauto.metaschema.databind.io.ModelDetector.Result
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- ModelDetector
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Class<? extends IBoundObject>
Get the Java class representing the detected bound object.@Owning InputStream
Get anInputStream
that can be used to read the analyzed data from the start.
-
Method Details
-
getBoundClass
Get the Java class representing the detected bound object.- Returns:
- the Java class
-
getDataStream
Get anInputStream
that can be used to read the analyzed data from the start.- Returns:
- the stream
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-