public class LastModifiedContentStreamImpl extends ContentStreamImpl implements LastModifiedContentStream
| Constructor and Description | 
|---|
LastModifiedContentStreamImpl()
Constructor. 
 | 
LastModifiedContentStreamImpl(String filename,
                             BigInteger length,
                             String mimetype,
                             InputStream stream,
                             GregorianCalendar lastModified)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GregorianCalendar | 
getLastModified()
Returns the last modified date of this content. 
 | 
void | 
setLastModified(GregorianCalendar lastModified)  | 
getBigLength, getFileName, getLength, getMimeType, getStream, setFileName, setLength, setMimeType, setStream, toStringgetExtensions, setExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBigLength, getFileName, getLength, getMimeType, getStreamgetExtensions, setExtensionspublic LastModifiedContentStreamImpl()
public LastModifiedContentStreamImpl(String filename, BigInteger length, String mimetype, InputStream stream, GregorianCalendar lastModified)
public GregorianCalendar getLastModified()
LastModifiedContentStreamgetLastModified in interface LastModifiedContentStreampublic void setLastModified(GregorianCalendar lastModified)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.