|
Class: ZipReadStream (private in ZipArchive
This class is only visible from within
ZipArchive.
Object
|
+--Stream
|
+--PeekableStream
|
+--ZipArchive::AbstractZipStream
|
+--ZipArchive::ZipReadStream
- Package:
- stx:libbasic2
- Category:
- System-Support-FileFormats
- Owner:
- ZipArchive
accessing
-
size
-
(comment from inherited method)
return the number of elements in the streamed collection.
initialization
-
reset
-
reset the stream to the initial position
-
zipFileStream: aStream zipEntry: aZipEntry
-
(comment from inherited method)
raise an error: must be redefined in concrete subclass(es)
queries
-
atEnd
-
(comment from inherited method)
return true if the end of the stream has been reached;
- we do not know here how to do it, it must be redefined in subclass
-
position
-
reading
-
next
-
read a character
-
nextOrNil
-
read a character
-
peek
-
peek a character
-
peekOrNil
-
peek a character
|