org.atmosphere.cpr
Class HttpServletRequestWebSocketProcessor.ByteInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by javax.servlet.ServletInputStream
          extended by org.atmosphere.cpr.HttpServletRequestWebSocketProcessor.ByteInputStream
All Implemented Interfaces:
Closeable
Enclosing class:
HttpServletRequestWebSocketProcessor

public static class HttpServletRequestWebSocketProcessor.ByteInputStream
extends javax.servlet.ServletInputStream


Constructor Summary
HttpServletRequestWebSocketProcessor.ByteInputStream(byte[] data, int offset, int length)
           
 
Method Summary
 int read()
           
 
Methods inherited from class javax.servlet.ServletInputStream
readLine
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServletRequestWebSocketProcessor.ByteInputStream

public HttpServletRequestWebSocketProcessor.ByteInputStream(byte[] data,
                                                            int offset,
                                                            int length)
Method Detail

read

public int read()
         throws IOException
Specified by:
read in class InputStream
Throws:
IOException


Copyright © 2011. All Rights Reserved.