]> err.no Git - sope/blob - sope-core/NGStreams/DESIGN
Drop apache 1 build-dependency
[sope] / sope-core / NGStreams / DESIGN
1 DESIGN
2 ======
3
4 This library was roughly designed after the Java IO package. Additionally it
5 fully supports Unix socket abstractions (domains, addresses and sockets).
6
7 Some ObjC design decisions:
8 - do not throw exceptions (but keep them in -lastException)
9 - use protocols
10 - support streaming operation