public class SourceCodeReader extends Object
| Constructor and Description |
|---|
SourceCodeReader(CharSequence source) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
int |
getPosition() |
String |
getSource() |
static SourceCodeReader |
makeSourceCodeReader(Reader reader) |
int |
peek() |
int |
read() |
void |
setPosition(int iPosition) |
CharSequence |
subsequence(int iStart,
int iEnd) |
public SourceCodeReader(CharSequence source)
public int read()
throws IOException
IOExceptionpublic int peek()
public int getPosition()
public void setPosition(int iPosition)
throws IOException
IOExceptionpublic String getSource()
public CharSequence subsequence(int iStart, int iEnd)
public static SourceCodeReader makeSourceCodeReader(Reader reader)
public int getLength()
Copyright © 2016. All rights reserved.