public class CachedImage extends Object
Constructor and Description |
---|
CachedImage() |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
byte[] |
getData() |
long |
getLength() |
void |
setContentType(String contentType) |
void |
setData(byte[] data) |
void |
setLength(long length) |
public CachedImage()
public byte[] getData()
public void setData(byte[] data)
data
- the data to setpublic String getContentType()
public void setContentType(String contentType)
contentType
- the contentType to setpublic long getLength()
public void setLength(long length)
length
- the length to setCopyright © 2018. All rights reserved.