Interface StreamDataSource
- 
- All Superinterfaces:
- DataSource
 
 public interface StreamDataSource extends DataSource A data source with a single input stream. For implementation consider extending FileDataSource or DataSourceBase
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamopenInputStream()OutputStreamopenOutputStream()- 
Methods inherited from interface org.jetbrains.mps.openapi.persistence.DataSourceaddListener, getLocation, getTimestamp, getType, isReadOnly, removeListener
 
- 
 
- 
- 
- 
Method Detail- 
openInputStreamInputStream openInputStream() throws IOException - Throws:
- IOException
 
 - 
openOutputStreamOutputStream openOutputStream() throws IOException - Throws:
- IOException
 
 
- 
 
-