Package overit.geocall.basic.ui.control
Class Captcha.Raw
java.lang.Object
overit.geocall.servlet.MultipartRaw
overit.geocall.servlet.Raw
overit.geocall.basic.ui.control.Captcha.Raw
- All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable,Serializable
- Enclosing class:
Captcha
public static class Captcha.Raw
extends overit.geocall.servlet.Raw
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected byte[]protected intFields inherited from class overit.geocall.servlet.MultipartRaw
_autoCache, _caches, _compression -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringintintgetWidth()protected voidoutput(OutputStream os) Methods inherited from class overit.geocall.servlet.Raw
getContentType, output, outputMethods inherited from class overit.geocall.servlet.MultipartRaw
enableCompression, getAutoCache, getCompress, getCompression, output, read, setAutoCache, write
-
Field Details
-
_img
protected byte[] _img -
_width
protected int _width -
_height
protected int _height
-
-
Constructor Details
-
Raw
-
-
Method Details
-
getContentType
- Specified by:
getContentTypein classoverit.geocall.servlet.Raw
-
output
- Specified by:
outputin classoverit.geocall.servlet.Raw- Throws:
IOException
-
getWidth
public int getWidth() -
getHeight
public int getHeight()
-