New class. Like ITByteStream, but not. Will import a new module after sleep.
[ITFoundation.git] / ITByteStream.m
index b5554e1..3a878f3 100755 (executable)
@@ -97,7 +97,7 @@
     [delegate newDataAdded:self];
 }
 
--(void) writeBytes:(char *)b len:(long)length
+-(void) writeBytes:(in char *)b len:(long)length
 {
     [lock lock];
     [data appendBytes:b length:length];