Class DefaultFileContent.RawFileContentInputStream

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private FileObject file  
      • Fields inherited from class java.io.FilterInputStream

        in
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Closes this input stream.
      protected void onClose()
      Called after the stream has been closed.
      • Methods inherited from class java.io.FilterInputStream

        markSupported, read, reset, skip
      • Methods inherited from class java.lang.Object

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

      • RawFileContentInputStream

        RawFileContentInputStream​(FileObject file,
                                  java.io.InputStream instr)
    • Method Detail

      • onClose

        protected void onClose()
                        throws java.io.IOException
        Called after the stream has been closed.
        Overrides:
        onClose in class RawMonitorInputStream
        Throws:
        java.io.IOException - if an error occurs.