net.tomp2p.utils
Class MultiByteBufferInputStream
java.lang.Object
  
java.io.InputStream
      
net.tomp2p.utils.MultiByteBufferInputStream
- All Implemented Interfaces: 
 - Closeable
 
public class MultiByteBufferInputStream
- extends InputStream
 
 
| 
Method Summary | 
 int | 
read()
 
            | 
 int | 
read(byte[] b,
     int off,
     int len)
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MultiByteBufferInputStream
public MultiByteBufferInputStream(org.jboss.netty.buffer.ChannelBuffer channelBuffer)
read
public int read()
         throws IOException
- Specified by:
 read in class InputStream
 
- Throws:
 IOException
 
read
public int read(byte[] b,
                int off,
                int len)
         throws IOException
- Overrides:
 read in class InputStream
 
- Throws:
 IOException
 
Copyright © 2013. All Rights Reserved.