Uses of Class
com.ctc.wstx.io.StreamBootstrapper
-
Packages that use StreamBootstrapper 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. -
-
Uses of StreamBootstrapper in com.ctc.wstx.io
Methods in com.ctc.wstx.io that return StreamBootstrapper Modifier and Type Method Description static StreamBootstrapper
StreamBootstrapper. getInstance(java.lang.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(java.lang.String pubId, SystemId sysId, java.io.InputStream in)
Factory method used when the underlying data provider is an actual stream.
-