17 #import "OFLHAArchiveEntry.h"
20 OF_ASSUME_NONNULL_BEGIN
30 OF_SUBCLASSING_RESTRICTED
37 #ifdef OF_LHA_ARCHIVE_M
40 OFStream *_Nullable _lastReturnedStream;
60 + (instancetype)archiveWithStream: (
OFStream *)stream mode: (
OFString *)mode;
71 + (instancetype)archiveWithIRI: (
OFIRI *)IRI mode: (
OFString *)mode;
84 - (instancetype)init OF_UNAVAILABLE;
97 - (instancetype)initWithStream: (
OFStream *)stream
98 mode: (
OFString *)mode OF_DESIGNATED_INITIALIZER;
110 - (instancetype)initWithIRI: (
OFIRI *)IRI mode: (
OFString *)mode;
143 - (
OFStream *)streamForReadingCurrentEntry;
175 OF_ASSUME_NONNULL_END
OFStringEncoding
The encoding of a string.
Definition: OFString.h:61
A class for representing IRIs, URIs, URLs and URNs, for parsing them as well as accessing parts of th...
Definition: OFIRI.h:37
A class which represents an entry in an LHA archive.
Definition: OFLHAArchiveEntry.h:36
A class for accessing and manipulating LHA files.
Definition: OFLHAArchive.h:32
The root class for all other classes inside ObjFW.
Definition: OFObject.h:688
A base class for different types of streams.
Definition: OFStream.h:188
A class for handling strings.
Definition: OFString.h:135