eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'ZipArchive::ZipMember':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: ZipMember (private in ZipArchive

This class is only visible from within ZipArchive.

Inheritance:

   Object
   |
   +--ZipArchive::ZipMember

Package:
stx:libbasic2
Category:
System-Support-FileFormats
Owner:
ZipArchive

Description:


keeps some information for a single entry in a zipFile.


Instance protocol:

accessing
o  compressedSize

o  compressedSize: something

o  compressionMethod

o  compressionMethod: something

o  crc32

o  crc32: something

o  data

o  data: something

o  dataStart
tell the file offset, where the data of this zip entry starts

o  dataStart: something
set the value of the instance variable 'dataStart' (automatically generated)

o  diskNumberStart

o  diskNumberStart: something

o  externalFileAttributes

o  externalFileAttributes: something

o  extraField

o  extraField: something

o  extraFieldLength

o  extraFieldLength: something

o  fileComment

o  fileComment: something

o  fileCommentLength

o  fileCommentLength: something

o  fileName

o  fileName: something

o  fileNameLength

o  fileNameLength: something

o  generalPurposBitFlag

o  generalPurposBitFlag: something

o  internalFileAttributes

o  internalFileAttributes: something

o  lastModFileDate

o  lastModFileDate: something

o  lastModFileTime

o  lastModFileTime: something

o  next
return the value of the instance variable 'next' (automatically generated)

o  next: something
set the value of the instance variable 'next' (automatically generated)

o  relativeLocalHeaderOffset

o  relativeLocalHeaderOffset: something

o  setModificationTimeAndDateToNow
data and time in msdos format

o  uncompressedSize

o  uncompressedSize: something

o  versionMadeBy

o  versionMadeBy: something

o  versionNeedToExtract

o  versionNeedToExtract: something

initialization
o  default

printing & storing
o  printOn: aStream
(comment from inherited method)
append a user printed representation of the receiver to aStream.
The format is suitable for a human - not meant to be read back.

The default here is to output the receiver's class name.
BUT: this method is heavily redefined for objects which
can print prettier.

queries
o  isDirectory

reading & writing
o  readCentralDirectoryEntryFrom: aStream
read a central directory entry

o  rewriteCrcAndSizeTo: aStream
Header has already been written - now rewrite CRC and sizes

o  writeTo: aStream
represent myself on aStream



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 19 Apr 2024 00:17:42 GMT