Package | Description |
---|---|
synergynet3.activitypack1.core.lightbox.lightboxmodel.xmlpersistence | |
synergynet3.activitypack1.core.lightbox.ppt2lightbox |
Modifier and Type | Method and Description |
---|---|
static LightBox |
LightBoxPersistance.readLightBoxFromInputStream(java.io.InputStream inputStream)
Read light box from input stream.
|
Modifier and Type | Method and Description |
---|---|
static void |
LightBoxPersistance.saveLightBox(LightBox lightBox,
java.io.OutputStream outputStream)
Save light box.
|
Modifier and Type | Method and Description |
---|---|
static LightBox |
PowerpointToLightBoxConvertor.convertSlideFromStream(int slideIndex,
java.io.InputStream inputStream,
java.io.File lightBoxStorageDirectory,
java.lang.String lightBoxName)
Convert slide from stream.
|