com.puppycrawl.tools.checkstyle
final class StringArrayReader extends Reader
Note: This class is not thread safe, concurrent reads might produce unexpected results! Checkstyle only works with one thread so currently there is no need to introduce synchronization here.
| Method Summary | |
|---|---|
| void | close() |
| int | read(char[] aCbuf, int aOff, int aLen) |
| int | read() |
See Also: Reader