GenericInputStream (class)
hidden abstract shared GenericInputStream
Package: CURL.IO.STREAM
This item is unsupported and reserved for internal use.

Properties
when-last-modified:Time of most recent modification of underlying data, if available.
accessor public GenericInputStream.when-last-modified:#DateTime
Methods
Methods inherited from Object: object-describe, object-describe-for-debugging, object-serialize

Property Details
when-last-modified (accessor)
accessor public GenericInputStream.when-last-modified:#DateTime

Time of most recent modification of underlying data, if available.

Description

Returns most recent modification time of underlying data, if this is known, otherwise returns null.

For streams that originate from a http: URL, this is the time parsed from the Last-Modified HTTP header, if present.

For streams that wrap other streams (such as DefaultBufferedInputStream-of), this will typically be the value from the underlying stream.

Other streams will return null.


Method Details