org.appspy.perf.servlet
Class AppSpyServletReader

java.lang.Object
  extended by java.io.Reader
      extended by java.io.BufferedReader
          extended by org.appspy.perf.servlet.AppSpyServletReader
All Implemented Interfaces:
java.io.Closeable, java.lang.Readable

public class AppSpyServletReader
extends java.io.BufferedReader


Field Summary
protected  boolean mIsNested
           
protected  int mTotalRead
           
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
AppSpyServletReader(java.io.BufferedReader in)
           
 
Method Summary
 int getTotalRead()
           
 int read()
           
 int read(char[] cbuf)
           
 int read(char[] cbuf, int off, int len)
           
 java.lang.String readLine()
           
 
Methods inherited from class java.io.BufferedReader
close, mark, markSupported, ready, reset, skip
 
Methods inherited from class java.io.Reader
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mTotalRead

protected int mTotalRead

mIsNested

protected boolean mIsNested
Constructor Detail

AppSpyServletReader

public AppSpyServletReader(java.io.BufferedReader in)
Method Detail

read

public int read()
         throws java.io.IOException
Overrides:
read in class java.io.BufferedReader
Throws:
java.io.IOException

read

public int read(char[] cbuf,
                int off,
                int len)
         throws java.io.IOException
Overrides:
read in class java.io.BufferedReader
Throws:
java.io.IOException

readLine

public java.lang.String readLine()
                          throws java.io.IOException
Overrides:
readLine in class java.io.BufferedReader
Throws:
java.io.IOException

read

public int read(char[] cbuf)
         throws java.io.IOException
Overrides:
read in class java.io.Reader
Throws:
java.io.IOException

getTotalRead

public int getTotalRead()


Copyright © 2009. All Rights Reserved.