00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 @class NSString;
00010
00011 @interface AVByteStream : NSObject
00012 {
00013 NSString *_path;
00014 struct OpaqueFigScheduledIO *_networkSource;
00015 struct OpaqueFigCachedByteStream *_crabs;
00016 struct OpaqueFigByteFlume *_uncachedSource;
00017 struct OpaqueFigByteStream *_fileStream;
00018 }
00019
00020 - (id)initWithPath:(id)fp8;
00021 - (void)dealloc;
00022 - (void)openComplete:(id)fp8;
00023 - (void)open;
00024 - (void)cancel;
00025 - (struct OpaqueFigByteStream *)figByteStream;
00026 - (struct OpaqueFigCachedByteStream *)crabs;
00027
00028 @end
00029