org.infinispan.client.hotrod.impl.transport.netty
Class OutputStreamAdapter

java.lang.Object
  extended by java.io.OutputStream
      extended by 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

Constructor Summary
OutputStreamAdapter()
           
 
Method Summary
 void setBuffer(org.jboss.netty.buffer.ChannelBuffer buffer)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputStreamAdapter

public OutputStreamAdapter()
Method Detail

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

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.