Class LimitedInputStream

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.io.InputStream _in  
    • Constructor Summary

      Constructors 
      Constructor Description
      LimitedInputStream​(java.io.InputStream in)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.io.InputStream getUnderlyingStream()  
      protected void setParentEofDetect​(boolean on)  
      • Methods inherited from class java.io.InputStream

        available, close, mark, markSupported, nullInputStream, read, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
      • Methods inherited from class java.lang.Object

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

      • _in

        protected final java.io.InputStream _in
    • Constructor Detail

      • LimitedInputStream

        LimitedInputStream​(java.io.InputStream in)
    • Method Detail

      • getUnderlyingStream

        java.io.InputStream getUnderlyingStream()
      • setParentEofDetect

        protected void setParentEofDetect​(boolean on)