Class SCAsciiParser

    • Constructor Detail

      • SCAsciiParser

        public SCAsciiParser()
    • Method Detail

      • parseColor

        protected Color parseColor()
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • closeParser

        protected void closeParser()
                            throws java.io.IOException
        Specified by:
        closeParser in class SCAbstractParser
        Throws:
        java.io.IOException
      • openParser

        protected void openParser​(java.lang.String filename)
                           throws java.io.IOException
        Specified by:
        openParser in class SCAbstractParser
        Throws:
        java.io.IOException
      • parseBoolean

        protected boolean parseBoolean()
                                throws java.io.IOException
        Specified by:
        parseBoolean in class SCAbstractParser
        Throws:
        java.io.IOException
      • parseFloat

        protected float parseFloat()
                            throws java.io.IOException
        Specified by:
        parseFloat in class SCAbstractParser
        Throws:
        java.io.IOException
      • parseInt

        protected int parseInt()
                        throws java.io.IOException
        Specified by:
        parseInt in class SCAbstractParser
        Throws:
        java.io.IOException
      • parseString

        protected java.lang.String parseString()
                                        throws java.io.IOException
        Specified by:
        parseString in class SCAbstractParser
        Throws:
        java.io.IOException
      • parseVerbatimString

        protected java.lang.String parseVerbatimString()
                                                throws java.io.IOException
        Specified by:
        parseVerbatimString in class SCAbstractParser
        Throws:
        java.io.IOException
      • anyEqual

        private boolean anyEqual​(java.lang.String source,
                                 java.lang.String... values)