Class DetectIfcVersion
- java.lang.Object
-
- org.bimserver.ifc.step.deserializer.DetectIfcVersion
-
public class DetectIfcVersion extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDetectIfcVersion.Mode
-
Constructor Summary
Constructors Constructor Description DetectIfcVersion()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdetectVersion(byte[] head, boolean usesZip)static voidmain(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
detectVersion
public String detectVersion(byte[] head, boolean usesZip) throws org.bimserver.plugins.deserializers.DeserializeException, IOException
- Throws:
org.bimserver.plugins.deserializers.DeserializeExceptionIOException
-
-