Interface ReadingProcessor

All Known Implementing Classes:
CssFileProcessor

public interface ReadingProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(int character)
    Process the given character.
  • Method Details

    • process

      void process(int character)
      Process the given character.
      Parameters:
      character - the character integer value that must be processed