21 #import "OFLHAArchiveEntry.h" 24 OF_ASSUME_NONNULL_BEGIN
34 OF_SUBCLASSING_RESTRICTED
41 #ifdef OF_LHA_ARCHIVE_M 44 OFStream *_Nullable _lastReturnedStream;
64 + (instancetype)archiveWithStream: (
OFStream *)stream mode: (
OFString *)mode;
75 + (instancetype)archiveWithIRI: (
OFIRI *)IRI mode: (
OFString *)mode;
88 - (instancetype)init OF_UNAVAILABLE;
101 - (instancetype)initWithStream: (
OFStream *)stream
102 mode: (
OFString *)mode OF_DESIGNATED_INITIALIZER;
114 - (instancetype)initWithIRI: (
OFIRI *)IRI mode: (
OFString *)mode;
147 - (
OFStream *)streamForReadingCurrentEntry;
179 OF_ASSUME_NONNULL_END
OFStringEncoding
The encoding of a string.
Definition: OFString.h:65
The root class for all other classes inside ObjFW.
Definition: OFObject.h:690
A base class for different types of streams.
Definition: OFStream.h:278
A class for handling strings.
Definition: OFString.h:142
A class which represents an entry in an LHA archive.
Definition: OFLHAArchiveEntry.h:37
A class for representing IRIs, URIs, URLs and URNs, for parsing them as well as accessing parts of th...
Definition: OFIRI.h:39
A class for accessing and manipulating LHA files.
Definition: OFLHAArchive.h:35