org.objectweb.dream.channel
Class SendByteStreamImpl
java.lang.Object
org.objectweb.dream.AbstractComponent
org.objectweb.dream.channel.SendByteStreamImpl
- All Implemented Interfaces:
- BindingController, LifeCycleController, Loggable, SendByte
- public class SendByteStreamImpl
- extends AbstractComponent
- implements SendByte
Write a byte from the given output used as OutputStream
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SendByteStreamImpl
public SendByteStreamImpl()
sendByte
public void sendByte(Object output,
int b)
throws IOException
- Description copied from interface:
SendByte
- Send a byte throuw the given output.
- Specified by:
sendByte
in interface SendByte
- Parameters:
output
- an outputb
- the byte to send (value from 0 to 255).
- Throws:
IOException
- if an error occurs.- See Also:
SendByte.sendByte(Object, int)
listFc
public String[] listFc()
- Specified by:
listFc
in interface BindingController
- See Also:
BindingController.listFc()
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.