|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
net.sourceforge.openstego.StegoInputStream
InputStream to read embedded data from image file
Constructor Summary | |
StegoInputStream(java.awt.image.BufferedImage image,
OpenStegoConfig config)
Default constructor |
Method Summary | |
DataHeader |
getDataHeader()
Get method for dataHeader |
int |
read()
Implementation of InputStream.read() method |
Methods inherited from class java.io.InputStream |
available, close, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StegoInputStream(java.awt.image.BufferedImage image, OpenStegoConfig config) throws OpenStegoException
image
- Image data to be readconfig
- Configuration data to use while reading
OpenStegoException
Method Detail |
public int read() throws java.io.IOException
InputStream.read()
method
java.io.IOException
public DataHeader getDataHeader()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |