Class StartDiagramExtractReader

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

    public class StartDiagramExtractReader
    extends java.lang.Object
    implements ReadLine
    • Method Detail

      • containsStartDiagram

        public static boolean containsStartDiagram​(FileWithSuffix f2,
                                                   StringLocated s,
                                                   java.nio.charset.Charset charset)
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • containsStartDiagram

        public static boolean containsStartDiagram​(SURL url,
                                                   StringLocated s,
                                                   java.nio.charset.Charset charset)
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • containsStartDiagram

        public static boolean containsStartDiagram​(java.io.InputStream is,
                                                   StringLocated s,
                                                   java.lang.String description)
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • readLine

        public StringLocated readLine()
                               throws java.io.IOException
        Specified by:
        readLine in interface ReadLine
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException