Class ByteSourceJsonBootstrapper

java.lang.Object
tools.jackson.core.json.ByteSourceJsonBootstrapper

public final class ByteSourceJsonBootstrapper 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.