javax.servlet
Class ServletInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by javax.servlet.ServletInputStream
All Implemented Interfaces:
java.io.Closeable
Direct Known Subclasses:
WinstoneInputStream

public abstract class ServletInputStream
extends java.io.InputStream

Provides the base class for servlet request streams.

Author:
Rick Knowles

Constructor Summary
protected ServletInputStream()
           
 
Method Summary
 int readLine(byte[] b, int off, int len)
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletInputStream

protected ServletInputStream()
Method Detail

readLine

public int readLine(byte[] b,
                    int off,
                    int len)
             throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2013. All Rights Reserved.