public class StreamingSerializerDataSource extends ExtendedDataSource
| Constructor and Description |
|---|
StreamingSerializerDataSource(String filename,
StreamingSerializer serializer,
DoneListener doneListener) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
InputStream |
getInputStream() |
String |
getName() |
OutputStream |
getOutputStream() |
StreamingSerializer |
getSerializer() |
void |
writeToOutputStream(OutputStream outputStream,
ProgressReporter progressReporter) |
public StreamingSerializerDataSource(String filename, StreamingSerializer serializer, DoneListener doneListener) throws SerializerException
SerializerExceptionpublic String getContentType()
public InputStream getInputStream() throws IOException
IOExceptionpublic String getName()
public OutputStream getOutputStream() throws IOException
IOExceptionpublic StreamingSerializer getSerializer()
public void writeToOutputStream(OutputStream outputStream, ProgressReporter progressReporter) throws SerializerException, IOException, BimserverDatabaseException
writeToOutputStream in class ExtendedDataSourceSerializerExceptionIOExceptionBimserverDatabaseExceptionCopyright © 2018 OpenSource BIM. All rights reserved.