Class HTTPFunctions.httpDataStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, 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

      Constructors 
      Constructor Description
      httpDataStream​(java.io.BufferedReader stream, int size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

        lines, ready, reset, skip
      • Methods inherited from class java.io.Reader

        nullReader, read, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • httpDataStream

        public 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.lang.AutoCloseable
        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