Uses of Class
com.fasterxml.aalto.in.InputBootstrapper
-
Packages that use InputBootstrapper Package Description com.fasterxml.aalto.in com.fasterxml.aalto.stax -
-
Uses of InputBootstrapper in com.fasterxml.aalto.in
Subclasses of InputBootstrapper in com.fasterxml.aalto.in Modifier and Type Class Description class
ByteSourceBootstrapper
Class that takes care of bootstrapping main document input from a byte-oriented input source: usually either anInputStream
, or a block source like byte array.class
CharSourceBootstrapper
Class that takes care of bootstrapping main document input from a Stream input source. -
Uses of InputBootstrapper in com.fasterxml.aalto.stax
Methods in com.fasterxml.aalto.stax with parameters of type InputBootstrapper Modifier and Type Method Description static StreamReaderImpl
StreamReaderImpl. construct(InputBootstrapper bs)
-