Class PercentDecodingReaderInputStream

java.lang.Object
java.io.InputStream
nu.validator.io.PercentDecodingReaderInputStream
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable

public final class PercentDecodingReaderInputStream
extends java.io.InputStream
  • Constructor Summary

    Constructors 
    Constructor Description
    PercentDecodingReaderInputStream​(java.io.Reader delegate)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    int read()  

    Methods inherited from class java.io.InputStream

    available, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo

    Methods inherited from class java.lang.Object

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

  • Method Details

    • read

      public int read() throws java.io.IOException
      Specified by:
      read in class java.io.InputStream
      Throws:
      java.io.IOException
      See Also:
      InputStream.read()
    • close

      public void close() throws java.io.IOException
      Specified by:
      close in interface java.lang.AutoCloseable
      Specified by:
      close in interface java.io.Closeable
      Overrides:
      close in class java.io.InputStream
      Throws:
      java.io.IOException