Package | Description |
---|---|
com.ctc.wstx.io |
Low-level classes that are used to abstract most details of stream I/O
access from actual parsing classes.
|
Modifier and Type | Method and Description |
---|---|
static StreamBootstrapper |
StreamBootstrapper.getInstance(String pubId,
SystemId sysId,
byte[] data,
int start,
int end)
Factory method used when the underlying data provider is a pre-allocated
block source, and no stream is used.
|
static StreamBootstrapper |
StreamBootstrapper.getInstance(String pubId,
SystemId sysId,
InputStream in)
Factory method used when the underlying data provider is an
actual stream.
|
Copyright © 2018 FasterXML. All rights reserved.