Class StreamUtil

java.lang.Object
org.frankframework.util.StreamUtil

public class StreamUtil extends Object
Functions to read and write from one stream to another. Be careful: Util classes should NOT depend on the Servlet-API
Author:
Gerrit van Brakel
  • Field Details

    • DEFAULT_CHARSET

      public static final Charset DEFAULT_CHARSET
    • DEFAULT_INPUT_STREAM_ENCODING

      public static final String DEFAULT_INPUT_STREAM_ENCODING
    • AUTO_DETECT_CHARSET

      public static final String AUTO_DETECT_CHARSET
      See Also:
    • BUFFER_SIZE

      public static final int BUFFER_SIZE
      See Also:
    • log

      protected static org.apache.logging.log4j.Logger log
  • Constructor Details

    • StreamUtil

      public StreamUtil()
  • Method Details