Package fmureader

Class FMUReader

  • All Implemented Interfaces:
    com.fujitsu.vdmj.lex.ExternalFormatReader

    public class FMUReader
    extends java.lang.Object
    implements com.fujitsu.vdmj.lex.ExternalFormatReader
    • Constructor Summary

      Constructors 
      Constructor Description
      FMUReader()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char[] getText​(java.io.File file, java.nio.charset.Charset charset)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FMUReader

        public FMUReader()
    • Method Detail

      • getText

        public char[] getText​(java.io.File file,
                              java.nio.charset.Charset charset)
                       throws java.io.IOException
        Specified by:
        getText in interface com.fujitsu.vdmj.lex.ExternalFormatReader
        Throws:
        java.io.IOException