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