Class InputStreamUtils

java.lang.Object
org.aksw.commons.util.io.in.InputStreamUtils

public class InputStreamUtils extends Object
  • Constructor Details

    • InputStreamUtils

      public InputStreamUtils()
  • Method Details

    • forceMarkSupport

      @Deprecated public static InputStream forceMarkSupport(InputStream in)
      Deprecated.
      If the given stream does not support marks then returns it wrapped with a buffered input stream.