eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'ZipArchive::AbstractZipStream':

Home

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

Class: AbstractZipStream (private in ZipArchive

This class is only visible from within ZipArchive.

Inheritance:

   Object
   |
   +--Stream
      |
      +--PeekableStream
         |
         +--ZipArchive::AbstractZipStream
            |
            +--ZipArchive::ZipReadStream
            |
            +--ZipArchive::ZipWriteStream

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

Class protocol:

instance creation
o  zipFileStream: aStream zipEntry: aZipMember
Modified (format): / 08-06-2023 / 10:01:01 / exept MBP

queries
o  isAbstract
Return if this class is an abstract class.
True is returned here for myself only; false for subclasses.
Abstract subclasses must redefine this again.


Instance protocol:

accessing
o  zipArchive

o  zipArchive: aZipArchive
Modified (format): / 08-06-2023 / 10:11:35 / exept MBP

o  zipEntry

o  zipEntry: aZipMember
Modified (format): / 08-06-2023 / 10:11:46 / exept MBP

o  zipFileStream

closing
o  close
close ZipStream

initialization
o  zipFileStream: zipFileStreamArg zipEntry: aZipMember
raise an error: must be redefined in concrete subclass(es)

** This method must be redefined in concrete classes (subclassResponsibility) **

misc
o  binary
set to binary mode

o  binary: beBinaryBool
stream protocol compatibility

o  contentsSpecies
return a class of which instances will be returned, when
parts of the collection are asked for.
(see upTo-kind of methods in Stream)

o  isBinary
(comment from inherited method)
return true, if in binary mode.
Defined here to make internalStreams protocol compatible with externalStreams.

o  text
set to text mode



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 11 May 2024 03:01:16 GMT