Tabnine Logo
StreamBootstrapper.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
com.ctc.wstx.io.StreamBootstrapper
constructor

Best Java code snippets using com.ctc.wstx.io.StreamBootstrapper.<init> (Showing top 13 results out of 315)

origin: org.codehaus.woodstox/woodstox-core-asl

/**
 * Factory method used when the underlying data provider is an 
 * actual stream.
 */
public static StreamBootstrapper getInstance(String pubId, SystemId sysId, InputStream in)
{
  return new StreamBootstrapper(pubId, sysId, in);
}
origin: org.codehaus.woodstox/woodstox-core-asl

/**
 * Factory method used when the underlying data provider is a pre-allocated
 * block source, and no stream is used.
 * Additionally the buffer passed is not owned by the bootstrapper
 * or Reader that is created, so it is not to be recycled.
 */
public static StreamBootstrapper getInstance(String pubId, SystemId sysId, byte[] data, int start, int end)
{
  return new StreamBootstrapper(pubId, sysId, data, start, end);
}
origin: com.fasterxml.woodstox/woodstox-core

/**
 * Factory method used when the underlying data provider is an 
 * actual stream.
 */
public static StreamBootstrapper getInstance(String pubId, SystemId sysId, InputStream in)
{
  return new StreamBootstrapper(pubId, sysId, in);
}
origin: org.codehaus.woodstox/woodstox-core-lgpl

/**
 * Factory method used when the underlying data provider is an 
 * actual stream.
 */
public static StreamBootstrapper getInstance(String pubId, SystemId sysId, InputStream in)
{
  return new StreamBootstrapper(pubId, sysId, in);
}
origin: org.codehaus.woodstox/woodstox-core-lgpl

/**
 * Factory method used when the underlying data provider is a pre-allocated
 * block source, and no stream is used.
 * Additionally the buffer passed is not owned by the bootstrapper
 * or Reader that is created, so it is not to be recycled.
 */
public static StreamBootstrapper getInstance(String pubId, SystemId sysId, byte[] data, int start, int end)
{
  return new StreamBootstrapper(pubId, sysId, data, start, end);
}
origin: Nextdoor/bender

/**
 * Factory method used when the underlying data provider is a pre-allocated
 * block source, and no stream is used.
 * Additionally the buffer passed is not owned by the bootstrapper
 * or Reader that is created, so it is not to be recycled.
 */
public static StreamBootstrapper getInstance(String pubId, SystemId sysId, byte[] data, int start, int end)
{
  return new StreamBootstrapper(pubId, sysId, data, start, end);
}
origin: com.fasterxml.woodstox/woodstox-core

/**
 * Factory method used when the underlying data provider is a pre-allocated
 * block source, and no stream is used.
 * Additionally the buffer passed is not owned by the bootstrapper
 * or Reader that is created, so it is not to be recycled.
 */
public static StreamBootstrapper getInstance(String pubId, SystemId sysId, byte[] data, int start, int end)
{
  return new StreamBootstrapper(pubId, sysId, data, start, end);
}
origin: FasterXML/woodstox

/**
 * Factory method used when the underlying data provider is an 
 * actual stream.
 */
public static StreamBootstrapper getInstance(String pubId, SystemId sysId, InputStream in)
{
  return new StreamBootstrapper(pubId, sysId, in);
}
origin: Nextdoor/bender

/**
 * Factory method used when the underlying data provider is an 
 * actual stream.
 */
public static StreamBootstrapper getInstance(String pubId, SystemId sysId, InputStream in)
{
  return new StreamBootstrapper(pubId, sysId, in);
}
origin: FasterXML/woodstox

/**
 * Factory method used when the underlying data provider is a pre-allocated
 * block source, and no stream is used.
 * Additionally the buffer passed is not owned by the bootstrapper
 * or Reader that is created, so it is not to be recycled.
 */
public static StreamBootstrapper getInstance(String pubId, SystemId sysId, byte[] data, int start, int end)
{
  return new StreamBootstrapper(pubId, sysId, data, start, end);
}
origin: woodstox/wstx-asl

public static StreamBootstrapper getInstance(InputStream in, String pubId, String sysId)
{
  return new StreamBootstrapper(in, pubId, sysId);
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.woodstox

public static StreamBootstrapper getInstance(InputStream in, String pubId, String sysId)
{
  return new StreamBootstrapper(in, pubId, sysId);
}
origin: woodstox/wstx-lgpl

public static StreamBootstrapper getInstance(InputStream in, String pubId, String sysId)
{
  return new StreamBootstrapper(in, pubId, sysId);
}
com.ctc.wstx.ioStreamBootstrapper<init>

Popular methods of StreamBootstrapper

  • getInstance
    Factory method used when the underlying data provider is a pre-allocated block source, and no stream
  • bootstrapInput
  • checkMbKeyword
  • checkSbKeyword
  • checkTranslatedKeyword
  • ensureLoaded
  • getLocation
  • getNext
  • hasXmlDecl
  • loadMore
  • nextByte
  • nextMultiByte
  • nextByte,
  • nextMultiByte,
  • nextTranslated,
  • readXmlDecl,
  • reportNull,
  • reportUnexpectedChar,
  • reportWeirdUCS4,
  • reportXmlProblem,
  • resolveStreamEncoding

Popular in Java

  • Making http post requests using okhttp
  • startActivity (Activity)
  • runOnUiThread (Activity)
  • getExternalFilesDir (Context)
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • JTable (javax.swing)
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now