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