Class FSUtil

java.lang.Object
kieker.common.util.filesystem.FSUtil

public final class FSUtil
extends java.lang.Object
Since:
1.7
Author:
Jan Waller
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String BINARY_FILE_EXTENSION
    The extension of Kieker's binary record files.
    static java.lang.String BZIP2_FILE_EXTENSION
    The extension of Kieker's bzip2ed record files.
    static java.lang.String DAT_FILE_EXTENSION
    The usual extension of Kieker's record files.
    static java.lang.String DEFLATE_FILE_EXTENSION
    The extension of Kieker's defalted record files.
    static java.lang.String ENCODING
    The encoding usually used within Kieker.
    static java.lang.String FILE_PREFIX
    The prefix of Kieker's record files.
    static java.lang.String GZIP_FILE_EXTENSION
    The extension of Kieker's gzipped record files.
    static java.lang.String LEGACY_FILE_PREFIX
    The old prefix of Kieker's record files.
    static java.lang.String LEGACY_MAP_FILENAME
    The old name of Kieker's map files.
    static java.lang.String MAP_FILE_EXTENSION
    The extension of Kieker's mapping files.
    static java.lang.String MAP_FILENAME
    The name of Kieker's map files.
    static java.lang.String XZ_FILE_EXTENSION
    The extension of Kieker's xz record files.
    static java.lang.String ZIP_FILE_EXTENSION
    The extension of Kieker's zipped record files.
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String decodeNewline​(java.lang.String str)
    Decodes the given line (replaces \\\\ with \\, \\r with \r and \\n with \n).
    static java.lang.String encodeNewline​(java.lang.String str)
    Encodes the given line (replaces \\ with \\\\, \r with \\r and \n with \\n).

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait