lapisx.net
Class ContentTypeGuessingReader
java.lang.Object
java.io.Reader
lapisx.net.ContentTypeGuessingReader
- public class ContentTypeGuessingReader
- extends Reader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debug
public static Debug debug
ContentTypeGuessingReader
public ContentTypeGuessingReader(Reader in)
throws IOException
getContentType
public String getContentType()
read
public int read()
throws IOException
- Throws:
IOException
read
public int read(char[] b)
throws IOException
- Throws:
IOException
read
public int read(char[] b,
int off,
int len)
throws IOException
- Throws:
IOException
skip
public long skip(long n)
throws IOException
- Throws:
IOException
ready
public boolean ready()
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
mark
public void mark(int readlimit)
reset
public void reset()
throws IOException
- Throws:
IOException
markSupported
public boolean markSupported()