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:
mark
in classReader
- Throws:
IOException
-
markSupported
public boolean markSupported()- Overrides:
markSupported
in classReader
-
read
- Overrides:
read
in classReader
- Throws:
IOException
-
read
- Overrides:
read
in classReader
- Throws:
IOException
-
read
- Specified by:
read
in classReader
- Throws:
IOException
-
read
- Specified by:
read
in interfaceReadable
- Overrides:
read
in classReader
- Throws:
IOException
-
ready
- Overrides:
ready
in classReader
- Throws:
IOException
-
reset
- Overrides:
reset
in classReader
- Throws:
IOException
-
skip
public long skip(long skip)
-