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 "NSObject.h" 00008 00009 @class MLMappedFile; 00010 00011 @interface MLMappedFileSegment : NSObject 00012 { 00013 MLMappedFile *_mappedFile; 00014 unsigned int _index; 00015 void *_ptr; 00016 unsigned int _length; 00017 BOOL _dying; 00018 } 00019 00020 - (id)initWithMappedFile:(id)fp8 index:(unsigned long)fp12 length:(unsigned long)fp16 idealAddress:(void *)fp20; 00021 - (id)initWithMappedFile:(id)fp8 offset:(long long)fp12 length:(unsigned long)fp20; 00022 - (void)release; 00023 - (void)dealloc; 00024 - (void *)bytes; 00025 00026 @end 00027