Class StartDiagramExtractReader

java.lang.Object
net.sourceforge.plantuml.preproc.StartDiagramExtractReader
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, ReadLine

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

    • build

      public static StartDiagramExtractReader build(FileWithSuffix f2, StringLocated s, java.nio.charset.Charset charset)
    • build

      public static StartDiagramExtractReader build(SURL url, StringLocated s, java.lang.String uid, java.nio.charset.Charset charset)
    • build

      public static StartDiagramExtractReader build(java.io.InputStream is, StringLocated s, java.lang.String desc)
    • 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