Class PrototypeOnlyCommentMarkupReader
- Object
-
- java.io.Reader
-
- org.thymeleaf.templateparser.reader.PrototypeOnlyCommentMarkupReader
-
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable
public final class PrototypeOnlyCommentMarkupReader extends Reader
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
-
Constructor Summary
Constructors Constructor Description PrototypeOnlyCommentMarkupReader(Reader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()intread(char[] cbuf, int off, int len)-
Methods inherited from class java.io.Reader
mark, markSupported, nullReader, read, read, read, ready, reset, skip, transferTo
-
-
-
-
Constructor Detail
-
PrototypeOnlyCommentMarkupReader
public PrototypeOnlyCommentMarkupReader(Reader reader)
-
-
Method Detail
-
read
public int read(char[] cbuf, int off, int len) throws IOException- Specified by:
readin classReader- Throws:
IOException
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classReader- Throws:
IOException
-
-