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:
java.io.Closeable, java.lang.Readable
Enclosing class:
HTTPFunctions

public static class HTTPFunctions.httpDataStream
extends java.io.BufferedReader


Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
HTTPFunctions.httpDataStream(java.io.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)
           
 java.lang.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(java.io.BufferedReader stream,
                                    int size)
Method Detail

available

public int available()

mark

public void mark(int readlimit)
Overrides:
mark in class java.io.BufferedReader

markSupported

public boolean markSupported()
Overrides:
markSupported in class java.io.BufferedReader

read

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

close

public void close()
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.BufferedReader

read

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

read

public int read(char[] buf,
                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