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,
                                                   CharSequence2 s,
                                                   java.lang.String charset)
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • containsStartDiagram

        public static boolean containsStartDiagram​(java.net.URL url,
                                                   CharSequence2 s,
                                                   java.lang.String charset)
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • containsStartDiagram

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

        public CharSequence2 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