Class ODataWritableContent

java.lang.Object
org.apache.olingo.server.core.ODataWritableContent
All Implemented Interfaces:
ODataContent

public class ODataWritableContent extends Object implements ODataContent
Stream supporting implementation of the ODataContent and contains the response content for the OData request.

If an error occur during a write method NO exception will be thrown but if registered the org.apache.olingo.server.api.ODataContentWriteErrorCallback is called.