Class SourceFileReader

    • Constructor Detail

      • SourceFileReader

        public SourceFileReader​(java.io.File file)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • SourceFileReader

        public SourceFileReader​(java.io.File file,
                                java.io.File outputDirectory,
                                java.lang.String charset)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • SourceFileReader

        public SourceFileReader​(java.io.File file,
                                java.io.File outputDirectory)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • SourceFileReader

        public SourceFileReader​(java.io.File file,
                                java.io.File outputDirectory,
                                FileFormatOption fileFormatOption)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • SourceFileReader

        public SourceFileReader​(Defines defines,
                                java.io.File file,
                                java.io.File outputDirectory,
                                java.util.List<java.lang.String> config,
                                java.lang.String charset,
                                FileFormatOption fileFormatOption)
                         throws java.io.IOException
        Throws:
        java.io.IOException