|
|||||||||
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,
StegoConfig config)
Default constructor |
Method Summary | |
int |
getChannelBitsUsed()
Get Method for channelBitsUsed |
int |
getDataLength()
Get method for dataLength |
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, StegoConfig config) throws java.io.IOException
image
- Image data to be readconfig
- Configuration data to use while reading
java.io.IOException
Method Detail |
public int read() throws java.io.IOException
InputStream.read()
method
java.io.IOException
public int getDataLength()
public int getChannelBitsUsed()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |