Object
Reader
com.liferay.portal.kernel.io.unsync.UnsyncCharArrayReader
-
Field Summary
Fields
protected char[]
protected int
protected int
protected int
-
Constructor Summary
Constructors
-
Method Summary
void
void
boolean
int
int
int
read(char[] chars,
int offset,
int length)
int
boolean
void
long
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
buffer
protected char[] buffer
-
capacity
protected int capacity
-
index
protected int index
-
markIndex
protected int markIndex
-
Constructor Details
-
UnsyncCharArrayReader
public UnsyncCharArrayReader(char[] chars)
-
UnsyncCharArrayReader
public UnsyncCharArrayReader(char[] chars,
int offset,
int length)
-