Package com.netscape.cms.servlet.common
Class CMSFile
java.lang.Object
com.netscape.cms.servlet.common.CMSFile
- Direct Known Subclasses:
CMSTemplate
CMSFile represents a file from the filesystem cached in memory
- Version:
- $Revision$, $Date$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
long
long
void
setLastAccess
(long lastAccess) toString()
-
Field Details
-
mAbsPath
-
mLastModified
protected long mLastModified -
mContent
protected byte[] mContent -
mLastAccess
protected long mLastAccess
-
-
Constructor Details
-
CMSFile
protected CMSFile() -
CMSFile
- Throws:
IOException
EBaseException
-
-
Method Details
-
getAbsPath
-
getContent
public byte[] getContent() -
getLastModified
public long getLastModified() -
getLastAccess
public long getLastAccess() -
setLastAccess
public void setLastAccess(long lastAccess) -
toString
-
toString
- Throws:
UnsupportedEncodingException
-