Class CharacterStreamComparator

    • Constructor Detail

      • CharacterStreamComparator

        public CharacterStreamComparator​(Reader in,
                                         String name1,
                                         String name2)
        Constructor.
        Parameters:
        in - the stream to compare to
        name1 - the name of the stream passed as argument; used in error messages
        name2 - a name for the stream represented by the data written to this instance; used in error messages
      • CharacterStreamComparator

        @Deprecated
        public CharacterStreamComparator​(Reader in)
        Deprecated.