New class. Like ITByteStream, but not. Will import a new module after sleep.
[ITFoundation.git] / ITChunkedByteStream.m
diff --git a/ITChunkedByteStream.m b/ITChunkedByteStream.m
new file mode 100755 (executable)
index 0000000..1299503
--- /dev/null
@@ -0,0 +1,14 @@
+//
+//  ITChunkedByteStream.m
+//  ITFoundation
+//
+//  Created by Alexander Strange on Tue Jul 22 2003.
+//  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
+//
+
+#import "ITChunkedByteStream.h"
+
+
+@implementation ITChunkedByteStream
+
+@end