+ Decodes the raw data from the specified range in the source + data object and appends it to the destination data object. + The context object provides information about the content + encoding type in use, and the state of the decoding operation. +
++ This method may be called repeatedly to incrementally decode + information as it arrives on some communications channel. + It should be called with a nil source data item (or with + the atEnd flag of the context set to YES) in order to flush + any information held in the context to the output data + object. +
++ You may override this method in order to implement + additional coding schemes. +
++ + Decodes the raw data from the specified range in the source + data object and appends it to the destination data object. + The context object provides information about the content + encoding type in use, and the state of the decoding operation. +
+ ++ + This method may be called repeatedly to incrementally decode + information as it arrives on some communications channel. + It should be called with a nil source data item (or with + the atEnd flag of the context set to YES) in order to flush + any information held in the context to the output data + object. +
+ ++ + You may override this method in order to implement + additional coding schemes. +
+ + +@@ -93,7 +123,7 @@
@@ -133,7 +163,7 @@