Uses of Class
com.ctc.wstx.io.StreamBootstrapper
Packages that use StreamBootstrapper
Package
Description
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 StreamBootstrapperModifier and TypeMethodDescriptionstatic 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.