+//
+// ITChunkedByteStream.h
+// ITFoundation
+//
+// Created by Alexander Strange on Tue Jul 22 2003.
+// Copyright (c) 2003 __MyCompanyName__. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+@interface ITChunkedByteStream : NSObject {
+
+}
+
+@end