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, toString
getExtensions, setExtensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBigLength, getFileName, getLength, getMimeType, getStream
getExtensions, setExtensions
public LastModifiedContentStreamImpl()
public LastModifiedContentStreamImpl(String filename, BigInteger length, String mimetype, InputStream stream, GregorianCalendar lastModified)
public GregorianCalendar getLastModified()
LastModifiedContentStream
getLastModified
in interface LastModifiedContentStream
public void setLastModified(GregorianCalendar lastModified)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.