org.infinispan.client.hotrod.impl.transport.netty
Class OutputStreamAdapter
java.lang.Object
java.io.OutputStream
org.infinispan.client.hotrod.impl.transport.netty.OutputStreamAdapter
- All Implemented Interfaces:
- Closeable, Flushable
public class OutputStreamAdapter
- extends OutputStream
// TODO: Document this
- Since:
- 4.1
- Author:
- Mircea.Markus@jboss.com
Method Summary |
void |
setBuffer(org.jboss.netty.buffer.ChannelBuffer buffer)
|
void |
write(int b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputStreamAdapter
public OutputStreamAdapter()
setBuffer
public void setBuffer(org.jboss.netty.buffer.ChannelBuffer buffer)
write
public void write(int b)
throws IOException
- Specified by:
write
in class OutputStream
- Throws:
IOException
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.