org.openmdx.base.stream.rmi.cci
Interface BinarySink_1_0

All Superinterfaces:
Remote, Sink_1_0
All Known Implementing Classes:
BinarySink_1, BinarySink_1, BinarySink_1, BinarySink_1Proxy, BinarySink_1Proxy, BinarySink_1Proxy

public interface BinarySink_1_0
extends Sink_1_0, Remote

The BinarySink_1_0 interface defines the transport protocol for remote streams.


Method Summary
 void writeBytes(byte[] content)
          Updates all or part of the BLOB referenced by this object.
 
Methods inherited from interface org.openmdx.base.stream.cci.Sink_1_0
close
 

Method Detail

writeBytes

void writeBytes(byte[] content)
                throws IOException
Updates all or part of the BLOB referenced by this object.

Parameters:
content - the content to be appended to the stream
Throws:
IOException - if an I/O error occurs.


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.