Package com.liferay.util.xml
Class XMLSafeReader
Object
Reader
com.liferay.portal.kernel.io.unsync.UnsyncStringReader
com.liferay.util.xml.XMLSafeReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
public class XMLSafeReader
extends com.liferay.portal.kernel.io.unsync.UnsyncStringReader
- Author:
- Brian Wing Shun Chan
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.io.unsync.UnsyncStringReader
index, markIndex, string, stringLength
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portal.kernel.io.unsync.UnsyncStringReader
close, mark, markSupported, read, read, read, read, ready, reset, skip
Methods inherited from class java.io.Reader
nullReader, transferTo
-
Constructor Details
-
XMLSafeReader
-