Class NIOReader

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.lang.Readable, InputSource

    public abstract class NIOReader
    extends java.io.Reader
    implements InputSource
    Character stream implementation used to read character-based request content.
    Since:
    2.0
    • Field Summary

      • Fields inherited from class java.io.Reader

        lock
    • Constructor Summary

      Constructors 
      Constructor Description
      NIOReader()  
    • Method Summary

      • Methods inherited from class java.io.Reader

        close, mark, markSupported, nullReader, read, read, read, read, ready, reset, skip, transferTo
      • Methods inherited from class java.lang.Object

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

      • NIOReader

        public NIOReader()