![]() |
IOS Streaming Browser 1.0
An IOS streaming browser to stream the display to others or to a projector
|
#import <HTTPDataResponse.h>
Public Member Functions | |
(id) | - initWithData: |
Protected Attributes | |
NSUInteger | offset |
NSData * | data |
Definition at line 5 of file HTTPDataResponse.h.
- (id) initWithData: | (NSData *) | dataParam |
Initializes the HTTPDataResponse with data param NSDAta returns id
Initializes the HTTPDataResponse with data param NSData returns id
Definition at line 13 of file HTTPDataResponse.m.
the data
Definition at line 17 of file HTTPDataResponse.h.
- (UInt64) offset [protected] |
Returns the offset to the data returns UInt64
Definition at line 12 of file HTTPDataResponse.h.