|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectanon.util.captcha.BinaryImageExtractor
public class BinaryImageExtractor
This is a helper class for extracting binary images.
| Constructor Summary | |
|---|---|
BinaryImageExtractor()
|
|
| Method Summary | |
|---|---|
static java.awt.Image |
binaryToImage(byte[] a_binaryData)
Transfroms the data of our own binary image format back to a Image. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryImageExtractor()
| Method Detail |
|---|
public static java.awt.Image binaryToImage(byte[] a_binaryData)
a_binaryData - A image in our own binary image format.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||