git.ithinksw.org
/
ITFoundation.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
New class. Like ITByteStream, but not. Will import a new module after sleep.
[ITFoundation.git]
/
ITByteStream.m
diff --git
a/ITByteStream.m
b/ITByteStream.m
index
b5554e1
..
3a878f3
100755
(executable)
--- a/
ITByteStream.m
+++ b/
ITByteStream.m
@@
-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];