com.ibm.di.function
Class HTTPFunctions.httpDataStream

java.lang.Object
  extended by java.io.Reader
      extended by java.io.BufferedReader
          extended by com.ibm.di.function.HTTPFunctions.httpDataStream
All Implemented Interfaces:
Closeable, Readable
Enclosing class:
HTTPFunctions

public static class HTTPFunctions.httpDataStream
extends BufferedReader


Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
HTTPFunctions.httpDataStream(BufferedReader stream, int size)
           
 
Method Summary
 int available()
           
 void close()
           
 void mark(int readlimit)
           
 boolean markSupported()
           
 int read()
           
 int read(char[] buf)
           
 int read(char[] buf, int off, int len)
           
 String readLine()
           
 
Methods inherited from class java.io.BufferedReader
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
 

Constructor Detail

HTTPFunctions.httpDataStream

public HTTPFunctions.httpDataStream(BufferedReader stream,
                                    int size)
Method Detail

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