Class StreamUtil

java.lang.Object
com.day.cq.wcm.designimporter.util.StreamUtil

public class StreamUtil extends Object
Class for stream related utility methods
  • Constructor Details

    • StreamUtil

      public StreamUtil()
  • Method Details

    • getEncoding

      public static String getEncoding(InputStream stream) throws IOException
      Determines the encoding in the passed html document stream by peeking into the <meta> tags or the xml declaration if it's an xhtml document
      Parameters:
      stream - The InputStream of the HTML document being imported
      Returns:
      The determined charset
      Throws:
      IOException