X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjavajs%2Fapi%2FGenericCifDataParser.java;fp=src%2Fjavajs%2Fapi%2FGenericCifDataParser.java;h=8dc0091356e27eb0318630f5183ae179719aba44;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hp=4824b7da225e2e8e786e08034a7c70d55378c8b3;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44;p=jalviewjs.git diff --git a/src/javajs/api/GenericCifDataParser.java b/src/javajs/api/GenericCifDataParser.java index 4824b7d..8dc0091 100644 --- a/src/javajs/api/GenericCifDataParser.java +++ b/src/javajs/api/GenericCifDataParser.java @@ -1,45 +1,45 @@ -package javajs.api; - -import java.io.BufferedReader; -import java.util.Map; - - -public interface GenericCifDataParser { - - static final int NONE = -1; - - String fullTrim(String str); - - Map getAllCifData(); - - boolean getData() throws Exception; - - String getField(int i); - - int getFieldCount(); - - String getFileHeader(); - - String getLoopData(int i); - - String getNextDataToken() throws Exception; - - String getNextToken() throws Exception; - - String getTokenPeeked(); - - int parseLoopParameters(String[] fields, int[] fieldOf, int[] propertyOf) throws Exception; - - String peekToken() throws Exception; - - String readLine(); - - GenericCifDataParser set(GenericLineReader reader, BufferedReader br); - - String toUnicode(String data); - - String skipLoop(boolean doReport) throws Exception; - - String fixKey(String key); - -} +package javajs.api; + +import java.io.BufferedReader; +import java.util.Map; + + +public interface GenericCifDataParser { + + static final int NONE = -1; + + String fullTrim(String str); + + Map getAllCifData(); + + boolean getData() throws Exception; + + String getField(int i); + + int getFieldCount(); + + String getFileHeader(); + + String getLoopData(int i); + + String getNextDataToken() throws Exception; + + String getNextToken() throws Exception; + + String getTokenPeeked(); + + int parseLoopParameters(String[] fields, int[] fieldOf, int[] propertyOf) throws Exception; + + String peekToken() throws Exception; + + String readLine(); + + GenericCifDataParser set(GenericLineReader reader, BufferedReader br); + + String toUnicode(String data); + + String skipLoop(boolean doReport) throws Exception; + + String fixKey(String key); + +}