|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectjava.io.Reader
org.thymeleaf.templateparser.EntitySubstitutionTemplateReader
@Deprecated public final class EntitySubstitutionTemplateReader
| Field Summary | |
|---|---|
static char |
CHAR_ENTITY_START_SUBSTITUTE
Deprecated. |
| Fields inherited from class java.io.Reader |
|---|
lock |
| Constructor Summary | |
|---|---|
EntitySubstitutionTemplateReader(Reader in,
int bufferSize)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
close()
Deprecated. |
void |
mark(int readAheadLimit)
Deprecated. |
boolean |
markSupported()
Deprecated. |
int |
read()
Deprecated. |
int |
read(char[] cbuf)
Deprecated. |
int |
read(char[] cbuf,
int off,
int len)
Deprecated. |
int |
read(CharBuffer target)
Deprecated. |
boolean |
ready()
Deprecated. |
static void |
removeEntitySubstitutions(char[] text,
int off,
int len)
Deprecated. |
static String |
removeEntitySubstitutions(String text)
Deprecated. |
void |
reset()
Deprecated. |
long |
skip(long n)
Deprecated. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final char CHAR_ENTITY_START_SUBSTITUTE
| Constructor Detail |
|---|
public EntitySubstitutionTemplateReader(Reader in,
int bufferSize)
| Method Detail |
|---|
public int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOException
public int read()
throws IOException
read in class ReaderIOException
public int read(CharBuffer target)
throws IOException
read in interface Readableread in class ReaderIOException
public int read(char[] cbuf)
throws IOException
read in class ReaderIOException
public long skip(long n)
throws IOException
skip in class ReaderIOException
public boolean ready()
throws IOException
ready in class ReaderIOExceptionpublic boolean markSupported()
markSupported in class Reader
public void mark(int readAheadLimit)
throws IOException
mark in class ReaderIOException
public void reset()
throws IOException
reset in class ReaderIOException
public void close()
throws IOException
close in interface Closeableclose in class ReaderIOExceptionpublic static final String removeEntitySubstitutions(String text)
public static final void removeEntitySubstitutions(char[] text,
int off,
int len)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||