Class ByteSourceBootstrapper

java.lang.Object
org.codehaus.jackson.impl.ByteSourceBootstrapper

public final class ByteSourceBootstrapper extends Object
This class is used to determine the encoding of byte stream that is to contain JSON content. Rules are fairly simple, and defined in JSON specification (RFC-4627 or newer), except for BOM handling, which is a property of underlying streams.