org.jmol.adapter.readers.more

Class V3000Reader

public class V3000Reader extends AtomSetCollectionReader

A reader for MDL V3000 files

http://www.mdli.com/downloads/public/ctfile/ctfile.jsp

Field Summary
intheaderAtomCount
intheaderBondCount
Method Summary
voidflushLines()
StringprocessAtomBlock()
voidprocessBondBlock()
voidprocessCtab()
AtomSetCollectionreadAtomSetCollection(BufferedReader reader)
voidreadLineWithContinuation()

Field Detail

headerAtomCount

int headerAtomCount

headerBondCount

int headerBondCount

Method Detail

flushLines

void flushLines()

processAtomBlock

String processAtomBlock()

processBondBlock

void processBondBlock()

processCtab

void processCtab()

readAtomSetCollection

public AtomSetCollection readAtomSetCollection(BufferedReader reader)

readLineWithContinuation

void readLineWithContinuation()