Class FileAsString

java.lang.Object
com.netscape.cmscore.util.FileAsString

public class FileAsString extends Object
  • Field Details

    • logger

      public static org.slf4j.Logger logger
    • mFilename

      protected String mFilename
    • mLastRead

      protected long mLastRead
  • Constructor Details

    • FileAsString

      public FileAsString(String filename) throws IOException
      This class enables you to get treat a file as a string If the file changes underneath you, it will automatically be read
      Throws:
      IOException
  • Method Details