00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSData.h" 00008 00009 @class MLMappedFileSegment; 00010 00011 @interface MLMappedImageData : NSData 00012 { 00013 MLMappedFileSegment *_mappedFileSegment; 00014 void *_bytes; 00015 unsigned int _length; 00016 } 00017 00018 + (id)mappedImageDataForFile:(id)fp8 offset:(long long)fp12 length:(unsigned long)fp20 fileIsFixedSize:(BOOL)fp24; 00019 - (id)initWithMappedFileSegment:(id)fp8 bytes:(void *)fp12 length:(unsigned long)fp16; 00020 - (void *)bytes; 00021 - (unsigned long)length; 00022 - (void)dealloc; 00023 00024 @end 00025