[Visual Basic] Protected Sub ExtractFile( _ ByVal inputStream As Stream, _ ByVal destDirectory As String, _ ByVal entryName As String, _ ByVal entryDate As Date, _ ByVal entrySize As Long _ )
The name of the entry including directory information.
entryDate
The date of the entry.
entrySize
The uncompressed size of the entry.
Remarks
We cannot rely on the fact that the directory entry of a given file is created before the file is extracted, so we should create the directory if it doesn't yet exist.