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 StartDiagramExtractReaderbuild(InputStream is, StringLocated s, String desc) static StartDiagramExtractReaderbuild(FileWithSuffix f2, StringLocated s, Charset charset) static StartDiagramExtractReaderbuild(SURL url, StringLocated s, String uid, Charset charset) voidclose()static booleancontainsStartDiagram(InputStream is, StringLocated s, String description) static booleancontainsStartDiagram(FileWithSuffix f2, StringLocated s, Charset charset) static booleancontainsStartDiagram(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:
readLinein interfaceReadLine- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-