Class MappingsReader

    • Constructor Detail

      • MappingsReader

        public MappingsReader()
    • Method Detail

      • read

        public MappingSet read()
                        throws java.io.IOException
        Reads mappings from the previously given InputStream, to a new MappingSet.
        Returns:
        The mapping set
        Throws:
        java.io.IOException - Should an I/O issue occur
      • read

        public abstract MappingSet read​(MappingSet mappings)
                                 throws java.io.IOException
        Reads mappings from the previously given InputStream, to the given MappingSet.
        Parameters:
        mappings - The mapping set
        Returns:
        The mapping set, to allow for chaining
        Throws:
        java.io.IOException - Should an I/O issue occur