public interface Deserializer
| Modifier and Type | Method and Description |
|---|---|
void |
init(PackageMetaData packageMetaData) |
IfcModelInterface |
read(InputStream inputStream,
String fileName,
long fileSize) |
IfcModelInterface |
read(InputStream inputStream,
String fileName,
long fileSize,
ByteProgressReporter progressReporter) |
IfcModelInterface |
read(Path file) |
IfcModelInterface |
read(Path file,
ByteProgressReporter progressReporter) |
void init(PackageMetaData packageMetaData)
IfcModelInterface read(Path file, ByteProgressReporter progressReporter) throws DeserializeException
DeserializeExceptionIfcModelInterface read(InputStream inputStream, String fileName, long fileSize, ByteProgressReporter progressReporter) throws DeserializeException
DeserializeExceptionIfcModelInterface read(Path file) throws DeserializeException
DeserializeExceptionIfcModelInterface read(InputStream inputStream, String fileName, long fileSize) throws DeserializeException
DeserializeExceptionCopyright © 2016 OpenSource BIM. All rights reserved.