org.appspy.perf.servlet
Class AppSpyServletReader
java.lang.Object
java.io.Reader
java.io.BufferedReader
org.appspy.perf.servlet.AppSpyServletReader
- All Implemented Interfaces:
- java.io.Closeable, java.lang.Readable
public class AppSpyServletReader
- extends java.io.BufferedReader
| Fields inherited from class java.io.Reader |
lock |
| 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 |
mTotalRead
protected int mTotalRead
mIsNested
protected boolean mIsNested
AppSpyServletReader
public AppSpyServletReader(java.io.BufferedReader in)
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.