Package org.rcsb.cif.text
Class TextCifReader
- java.lang.Object
-
- org.rcsb.cif.text.TextCifReader
-
public class TextCifReader extends Object
-
-
Constructor Summary
Constructors Constructor Description TextCifReader(CifOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextFileread(InputStream inputStream)TextFilereadText(String data)
-
-
-
Constructor Detail
-
TextCifReader
public TextCifReader(CifOptions options)
-
-
Method Detail
-
read
public TextFile read(InputStream inputStream) throws ParsingException, IOException
- Throws:
ParsingExceptionIOException
-
readText
public TextFile readText(String data) throws ParsingException
- Throws:
ParsingException
-
-