public class StringArrayReader extends Reader
| Constructor and Description |
|---|
StringArrayReader(String[] lines) |
StringArrayReader(String[] lines,
org.sonar.squid.text.StringArrayReader.EndOfLineDelimiter endOfLineDelimiter) |
public StringArrayReader(String[] lines)
public StringArrayReader(String[] lines, org.sonar.squid.text.StringArrayReader.EndOfLineDelimiter endOfLineDelimiter)
public void close() throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionpublic boolean ready() throws IOException
ready in class ReaderIOExceptionpublic boolean markSupported()
markSupported in class Readerpublic void mark(int readAheadLimit) throws IOException
mark in class ReaderIOExceptionpublic void reset() throws IOException
reset in class ReaderIOExceptionpublic int read(char[] cbuf, int off, int len) throws IOException
read in class ReaderIOExceptionCopyright © 2009-2012 SonarSource. All Rights Reserved.