Class UnsyncStringReader
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable
See https://issues.liferay.com/browse/LPS-6648.
- Author:
- Shuyang Zhou
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.Reader
nullReader, transferTo
-
Field Details
-
index
protected int index -
markIndex
protected int markIndex -
string
-
stringLength
protected int stringLength
-
-
Constructor Details
-
UnsyncStringReader
-
-
Method Details
-
close
public void close() -
mark
- Overrides:
markin classReader- Throws:
IOException
-
markSupported
public boolean markSupported()- Overrides:
markSupportedin classReader
-
read
- Overrides:
readin classReader- Throws:
IOException
-
read
- Overrides:
readin classReader- Throws:
IOException
-
read
- Specified by:
readin classReader- Throws:
IOException
-
read
- Specified by:
readin interfaceReadable- Overrides:
readin classReader- Throws:
IOException
-
ready
- Overrides:
readyin classReader- Throws:
IOException
-
reset
- Overrides:
resetin classReader- Throws:
IOException
-
skip
public long skip(long skip)
-