17#import "OFKernelEventObserver.h"
18#import "OFLHAArchiveEntry.h"
21OF_ASSUME_NONNULL_BEGIN
31OF_SUBCLASSING_RESTRICTED
38#ifdef OF_LHA_ARCHIVE_M
41 OFStream *_Nullable _lastReturnedStream;
70+ (instancetype)archiveWithIRI: (
OFIRI *)IRI mode: (
OFString *)mode;
83- (instancetype)init OF_UNAVAILABLE;
96- (instancetype)initWithStream: (
OFStream *)stream
97 mode: (
OFString *)mode OF_DESIGNATED_INITIALIZER;
109- (instancetype)initWithIRI: (
OFIRI *)IRI mode: (
OFString *)mode;
142- (
OFStream *)streamForReadingCurrentEntry;
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:33
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