@@ -45,12 +45,10 @@ @property (readonly) off_t compressedSize, uncompressedSize; @property (readonly, retain) OFDate *modificationDate; @property (readonly) uint32_t CRC32; #endif -- (instancetype)OF_initWithFile: (OFFile*)file; - /*! * @brief Returns the file name of the entry. * * @return The file name of the entry */ @@ -88,18 +86,6 @@ * @brief Returns the CRC32 checksum of the entry's file. * * @return The CRC32 checksum of the entry's file */ - (uint32_t)CRC32; - -- (uint16_t)OF_madeWithVersion; -- (uint16_t)OF_minVersion; -- (uint16_t)OF_generalPurposeBitFlag; -- (uint16_t)OF_compressionMethod; -- (uint16_t)OF_lastModifiedFileTime; -- (uint16_t)OF_lastModifiedFileDate; -- (OFDataArray*)OF_extraField; -- (uint16_t)OF_startDiskNumber; -- (uint16_t)OF_internalAttributes; -- (uint32_t)OF_externalAttributes; -- (uint32_t)OF_localFileHeaderOffset; @end