org.jmol.viewer
class FileManager.VectorDataReader extends FileManager.DataReader
Modifier and Type | Field and Description |
---|---|
private List<String> |
data |
private int |
len |
private int |
pt |
(package private) int |
ptMark |
Constructor and Description |
---|
FileManager.VectorDataReader(List<String> data) |
Modifier and Type | Method and Description |
---|---|
void |
mark(long ptr) |
int |
read(char[] buf) |
String |
readLine() |
void |
reset() |
getBufferedReader, readBuf
close, mark, markSupported, read, read, ready, skip
public int read(char[] buf) throws IOException
read
in class Reader
IOException
public String readLine()
readLine
in class BufferedReader
public void mark(long ptr)
ptr
- public void reset()
reset
in class BufferedReader