public class LightBoxPersistance
extends java.lang.Object
Constructor and Description |
---|
LightBoxPersistance() |
Modifier and Type | Method and Description |
---|---|
static LightBox |
readLightBoxFromInputStream(java.io.InputStream inputStream)
Read light box from input stream.
|
static void |
saveLightBox(LightBox lightBox,
java.io.OutputStream outputStream)
Save light box.
|
public static LightBox readLightBoxFromInputStream(java.io.InputStream inputStream)
inputStream
- the input streampublic static void saveLightBox(LightBox lightBox, java.io.OutputStream outputStream)
lightBox
- the light boxoutputStream
- the output stream