|
Class: AbstractZipStream (private in ZipArchive
This class is only visible from within
ZipArchive.
Object
|
+--Stream
|
+--PeekableStream
|
+--ZipArchive::AbstractZipStream
|
+--ZipArchive::ZipReadStream
|
+--ZipArchive::ZipWriteStream
- Package:
- stx:libbasic2
- Category:
- System-Support-FileFormats
- Owner:
- ZipArchive
instance creation
-
zipFileStream: aStream zipEntry: aZipMember
-
Modified (format): / 08-06-2023 / 10:01:01 / exept MBP
queries
-
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.
accessing
-
zipArchive
-
-
zipArchive: aZipArchive
-
Modified (format): / 08-06-2023 / 10:11:35 / exept MBP
-
zipEntry
-
-
zipEntry: aZipMember
-
Modified (format): / 08-06-2023 / 10:11:46 / exept MBP
-
zipFileStream
-
closing
-
close
-
close ZipStream
initialization
-
zipFileStream: zipFileStreamArg zipEntry: aZipMember
-
raise an error: must be redefined in concrete subclass(es)
** This method must be redefined in concrete classes (subclassResponsibility) **
misc
-
binary
-
set to binary mode
-
binary: beBinaryBool
-
stream protocol compatibility
-
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)
-
isBinary
-
(comment from inherited method)
return true, if in binary mode.
Defined here to make internalStreams protocol compatible with externalStreams.
-
text
-
set to text mode
|