com.clickntap.smart
Class SmartCacheItem
java.lang.Object
com.clickntap.smart.SmartCacheItem
- All Implemented Interfaces:
- Serializable
public class SmartCacheItem
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SmartCacheItem
public SmartCacheItem()
getContentType
public String getContentType()
setContentType
public void setContentType(String contentType)
getLastModified
public long getLastModified()
setLastModified
public void setLastModified(long lastModified)
getData
public byte[] getData()
setData
public void setData(byte[] data)
copyTo
public void copyTo(OutputStream out)
throws Exception
- Throws:
Exception
Copyright © 2014. All rights reserved.