Utilities for working with resources stored in Riak as standard java.io objects. Opening a RiakInputStream to a resource will allow code that doesn't know anything about Key/Value datastores to access resources stored within them.
Alternatively, writing data to a RiakOutputStream will create a resources in Riak without exposing any of the underlying data access code to the calling application.