com.ibm.di.function
Class HTTPFunctions.httpDataStream
java.lang.Object
java.io.Reader
java.io.BufferedReader
com.ibm.di.function.HTTPFunctions.httpDataStream
- All Implemented Interfaces:
- Closeable, Readable
- Enclosing class:
- HTTPFunctions
public class HTTPFunctions.httpDataStream
- extends BufferedReader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTPFunctions.httpDataStream
public HTTPFunctions.httpDataStream(BufferedReader stream,
int size)
available
public int available()
mark
public void mark(int readlimit)
- Overrides:
mark
in class BufferedReader
markSupported
public boolean markSupported()
- Overrides:
markSupported
in class BufferedReader
read
public int read()
throws IOException
- Overrides:
read
in class BufferedReader
- Throws:
IOException
close
public void close()
- Specified by:
close
in interface Closeable
- Overrides:
close
in class BufferedReader
read
public int read(char[] buf)
throws IOException
- Overrides:
read
in class Reader
- Throws:
IOException
read
public int read(char[] buf,
int off,
int len)
throws IOException
- Overrides:
read
in class BufferedReader
- Throws:
IOException
readLine
public String readLine()
throws IOException
- Overrides:
readLine
in class BufferedReader
- Throws:
IOException