Package net.sourceforge.plantuml.preproc
Class StartDiagramExtractReader
java.lang.Object
net.sourceforge.plantuml.preproc.StartDiagramExtractReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,ReadLine
-
Method Summary
Modifier and TypeMethodDescriptionstatic StartDiagramExtractReader
build
(InputStream is, StringLocated s, String desc) static StartDiagramExtractReader
build
(FileWithSuffix f2, StringLocated s, Charset charset) static StartDiagramExtractReader
build
(SURL url, StringLocated s, String uid, Charset charset) void
close()
static boolean
containsStartDiagram
(InputStream is, StringLocated s, String description) static boolean
containsStartDiagram
(FileWithSuffix f2, StringLocated s, Charset charset) static boolean
containsStartDiagram
(SURL url, StringLocated s, Charset charset) readLine()
-
Method Details
-
build
-
build
public static StartDiagramExtractReader build(SURL url, StringLocated s, String uid, Charset charset) -
build
-
containsStartDiagram
public static boolean containsStartDiagram(FileWithSuffix f2, StringLocated s, Charset charset) throws IOException - Throws:
IOException
-
containsStartDiagram
public static boolean containsStartDiagram(SURL url, StringLocated s, Charset charset) throws IOException - Throws:
IOException
-
containsStartDiagram
public static boolean containsStartDiagram(InputStream is, StringLocated s, String description) throws IOException - Throws:
IOException
-
readLine
- Specified by:
readLine
in interfaceReadLine
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-