com.eteks.sweethome3d.model
Interface Content
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- ResourceURLContent, TemporaryURLContent, URLContent
public interface Content
- extends java.io.Serializable
Content for files, images...
- Author:
- Emmanuel Puybaret
Method Summary |
java.io.InputStream |
openStream()
Returns an input stream to a content. |
openStream
java.io.InputStream openStream()
throws java.io.IOException
- Returns an input stream to a content.
- Throws:
java.io.IOException
- If the input stream can't be opened.