Class FileSystem

    • Constructor Summary

      Constructors 
      Constructor Description
      FileSystem()  
    • Method Summary

      Modifier and Type Method Description
      abstract com.aspose.csporter.helpers.Stream readFile​(java.lang.String fileName, IOConfig options)
      Create a stream for reading dependencies.
      abstract com.aspose.csporter.helpers.Stream writeFile​(java.lang.String fileName, IOConfig options)
      Create a stream for writing dependencies.
      • Methods inherited from class java.lang.Object

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

      • FileSystem

        public FileSystem()
    • Method Detail

      • readFile

        public abstract com.aspose.csporter.helpers.Stream readFile​(java.lang.String fileName,
                                                                    IOConfig options)
                                                             throws java.io.IOException
        Create a stream for reading dependencies.
        Parameters:
        fileName -
        options -
        Throws:
        java.io.IOException
      • writeFile

        public abstract com.aspose.csporter.helpers.Stream writeFile​(java.lang.String fileName,
                                                                     IOConfig options)
                                                              throws java.io.IOException
        Create a stream for writing dependencies.
        Parameters:
        fileName -
        options -
        Throws:
        java.io.IOException