X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/00792f13efcd8fcf9b175e564b153805b8fb1a23..2f7f84d62451875f15d4ae8242b58689eb2bd44c:/ITByteStream.h diff --git a/ITByteStream.h b/ITByteStream.h index ceab156..3d726b1 100755 --- a/ITByteStream.h +++ b/ITByteStream.h @@ -7,7 +7,6 @@ // #import - /*! @class ITByteStream * @abstract A FIFO bytestream */ @@ -20,5 +19,5 @@ -(id) initWithStream:(ITByteStream*)stream; -(int) availableDataLength; -(NSData*) readDataOfLength:(int)length; --(void) writeData:(NSData*)data; +-(void) writeData:(in NSData*)data; @end