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