The ObjCStreams module gets automatically imported whenever you import the ObjC module, and it's available as its .streams member. It encapsulates the underlying Objective-C streams facility into a Python class, ObjCStream: under NeXTSTEP it is built around the native NXStream library, while under GNUStep and OpenStep it actually uses a subclass of NSData.
The module provides the following methods:
The module has these data members: