public interface Serializer
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowCaching() |
byte[] |
getBytes() |
InputStream |
getInputStream() |
IfcModelInterface |
getModel() |
void |
init(IfcModelInterface model,
ProjectInfo projectInfo,
PluginManagerInterface pluginManager,
PackageMetaData packageMetaData,
boolean normalizeOids) |
void |
reset() |
void |
writeToFile(Path file,
ProgressReporter progressReporter) |
void |
writeToOutputStream(OutputStream outputStream,
ProgressReporter progressReporter) |
void init(IfcModelInterface model, ProjectInfo projectInfo, PluginManagerInterface pluginManager, PackageMetaData packageMetaData, boolean normalizeOids) throws SerializerException
SerializerExceptionvoid writeToFile(Path file, ProgressReporter progressReporter) throws SerializerException
SerializerExceptionbyte[] getBytes()
IfcModelInterface getModel()
InputStream getInputStream() throws IOException
IOExceptionvoid writeToOutputStream(OutputStream outputStream, ProgressReporter progressReporter) throws SerializerException
SerializerExceptionvoid reset()
boolean allowCaching()
Copyright © 2016 OpenSource BIM. All rights reserved.