Uses of Class
com.ctc.wstx.io.StreamBootstrapper

Packages that use StreamBootstrapper
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
static StreamBootstrapper StreamBootstrapper.getInstance(String pubId, String 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, String sysId, InputStream in)
          Factory method used when the underlying data provider is an actual stream.
 



Copyright © 2011 Codehaus. All Rights Reserved.