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 ReadLine
build
(InputStream is, String desc) static ReadLine
build
(FileWithSuffix f2, StringLocated s, Charset charset) static ReadLine
build
(SURL url, StringLocated s, String uid, Charset charset) void
close()
static boolean
containsStartDiagram
(InputStream is, 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
-
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
- Throws:
IOException
-
readLine
- Specified by:
readLine
in interfaceReadLine
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-