Visual Basic (Declaration) | |
---|---|
Public LastModified As Nullable(Of Date) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As GZipStream Dim value As Nullable(Of Date) value = instance.LastModified instance.LastModified = value |
C# | |
---|---|
public Nullable<DateTime> LastModified |
C++/CLI | |
---|---|
public: Nullable<DateTime> LastModified |
GZIP allows the storage of a last modified time with each GZIP entry. When compressing data, you can set this before the first call to
Write()
. When decompressing, you can retrieve this value any time after the first call to Read()
.Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family