IdeaBlade DevForce 2010 Help Reference
LastModified Field
See Also  Send Feedback
IdeaBlade.Core Assembly > Ionic.Zlib Namespace > GZipStream Class : LastModified Field



The last modified time for the GZIP stream.

Syntax

Visual Basic (Declaration) 
Public LastModified As Nullable(Of Date)
Visual Basic (Usage)Copy Code
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

Remarks

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().

Requirements

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

See Also

© 2013 All Rights Reserved.