com.servingxml.io.helpers
Class InputStreamHelper

java.lang.Object
  extended by com.servingxml.io.helpers.InputStreamHelper

public final class InputStreamHelper
extends java.lang.Object


Method Summary
static java.nio.charset.Charset skipBOM(java.io.BufferedInputStream bufferedIn, java.nio.charset.Charset sourceCharset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

skipBOM

public static java.nio.charset.Charset skipBOM(java.io.BufferedInputStream bufferedIn,
                                               java.nio.charset.Charset sourceCharset)