1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!-- NewPage --> 3<html lang="en"> 4<head> 5<!-- Generated by javadoc (version 1.7.0_10-ea) on Sun Jul 14 20:03:33 PDT 2013 --> 6<title>SmileParserBootstrapper (Jackson JSON Processor)</title> 7<meta name="date" content="2013-07-14"> 8<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> 9</head> 10<body> 11<script type="text/javascript"><!-- 12 if (location.href.indexOf('is-external=true') == -1) { 13 parent.document.title="SmileParserBootstrapper (Jackson JSON Processor)"; 14 } 15//--> 16</script> 17<noscript> 18<div>JavaScript is disabled on your browser.</div> 19</noscript> 20<!-- ========= START OF TOP NAVBAR ======= --> 21<div class="topNav"><a name="navbar_top"> 22<!-- --> 23</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> 24<!-- --> 25</a> 26<ul class="navList" title="Navigation"> 27<li><a href="../../../../overview-summary.html">Overview</a></li> 28<li><a href="package-summary.html">Package</a></li> 29<li class="navBarCell1Rev">Class</li> 30<li><a href="class-use/SmileParserBootstrapper.html">Use</a></li> 31<li><a href="package-tree.html">Tree</a></li> 32<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 33<li><a href="../../../../index-all.html">Index</a></li> 34<li><a href="../../../../help-doc.html">Help</a></li> 35</ul> 36</div> 37<div class="subNav"> 38<ul class="navList"> 39<li><a href="../../../../org/codehaus/jackson/smile/SmileParser.Feature.html" title="enum in org.codehaus.jackson.smile"><span class="strong">Prev Class</span></a></li> 40<li><a href="../../../../org/codehaus/jackson/smile/SmileUtil.html" title="class in org.codehaus.jackson.smile"><span class="strong">Next Class</span></a></li> 41</ul> 42<ul class="navList"> 43<li><a href="../../../../index.html?org/codehaus/jackson/smile/SmileParserBootstrapper.html" target="_top">Frames</a></li> 44<li><a href="SmileParserBootstrapper.html" target="_top">No Frames</a></li> 45</ul> 46<ul class="navList" id="allclasses_navbar_top"> 47<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 48</ul> 49<div> 50<script type="text/javascript"><!-- 51 allClassesLink = document.getElementById("allclasses_navbar_top"); 52 if(window==top) { 53 allClassesLink.style.display = "block"; 54 } 55 else { 56 allClassesLink.style.display = "none"; 57 } 58 //--> 59</script> 60</div> 61<div> 62<ul class="subNavList"> 63<li>Summary: </li> 64<li>Nested | </li> 65<li><a href="#field_summary">Field</a> | </li> 66<li><a href="#constructor_summary">Constr</a> | </li> 67<li><a href="#method_summary">Method</a></li> 68</ul> 69<ul class="subNavList"> 70<li>Detail: </li> 71<li><a href="#field_detail">Field</a> | </li> 72<li><a href="#constructor_detail">Constr</a> | </li> 73<li><a href="#method_detail">Method</a></li> 74</ul> 75</div> 76<a name="skip-navbar_top"> 77<!-- --> 78</a></div> 79<!-- ========= END OF TOP NAVBAR ========= --> 80<!-- ======== START OF CLASS DATA ======== --> 81<div class="header"> 82<div class="subTitle">org.codehaus.jackson.smile</div> 83<h2 title="Class SmileParserBootstrapper" class="title">Class SmileParserBootstrapper</h2> 84</div> 85<div class="contentContainer"> 86<ul class="inheritance"> 87<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> 88<li> 89<ul class="inheritance"> 90<li>org.codehaus.jackson.smile.SmileParserBootstrapper</li> 91</ul> 92</li> 93</ul> 94<div class="description"> 95<ul class="blockList"> 96<li class="blockList"> 97<hr> 98<br> 99<pre>public class <span class="strong">SmileParserBootstrapper</span> 100extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> 101<div class="block">Simple bootstrapper version used with Smile format parser.</div> 102</li> 103</ul> 104</div> 105<div class="summary"> 106<ul class="blockList"> 107<li class="blockList"> 108<!-- =========== FIELD SUMMARY =========== --> 109<ul class="blockList"> 110<li class="blockList"><a name="field_summary"> 111<!-- --> 112</a> 113<h3>Field Summary</h3> 114<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> 115<caption><span>Fields</span><span class="tabEnd"> </span></caption> 116<tr> 117<th class="colFirst" scope="col">Modifier and Type</th> 118<th class="colLast" scope="col">Field and Description</th> 119</tr> 120<tr class="altColor"> 121<td class="colFirst"><code>protected int</code></td> 122<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/smile/SmileParserBootstrapper.html#_inputProcessed">_inputProcessed</a></strong></code> 123<div class="block">Current number of input units (bytes or chars) that were processed in 124 previous blocks, 125 before contents of current input buffer.</div> 126</td> 127</tr> 128</table> 129</li> 130</ul> 131<!-- ======== CONSTRUCTOR SUMMARY ======== --> 132<ul class="blockList"> 133<li class="blockList"><a name="constructor_summary"> 134<!-- --> 135</a> 136<h3>Constructor Summary</h3> 137<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> 138<caption><span>Constructors</span><span class="tabEnd"> </span></caption> 139<tr> 140<th class="colOne" scope="col">Constructor and Description</th> 141</tr> 142<tr class="altColor"> 143<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/smile/SmileParserBootstrapper.html#SmileParserBootstrapper(org.codehaus.jackson.io.IOContext, byte[], int, int)">SmileParserBootstrapper</a></strong>(<a href="../../../../org/codehaus/jackson/io/IOContext.html" title="class in org.codehaus.jackson.io">IOContext</a> ctxt, 144 byte[] inputBuffer, 145 int inputStart, 146 int inputLen)</code> </td> 147</tr> 148<tr class="rowColor"> 149<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/smile/SmileParserBootstrapper.html#SmileParserBootstrapper(org.codehaus.jackson.io.IOContext, java.io.InputStream)">SmileParserBootstrapper</a></strong>(<a href="../../../../org/codehaus/jackson/io/IOContext.html" title="class in org.codehaus.jackson.io">IOContext</a> ctxt, 150 <a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a> in)</code> </td> 151</tr> 152</table> 153</li> 154</ul> 155<!-- ========== METHOD SUMMARY =========== --> 156<ul class="blockList"> 157<li class="blockList"><a name="method_summary"> 158<!-- --> 159</a> 160<h3>Method Summary</h3> 161<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 162<caption><span>Methods</span><span class="tabEnd"> </span></caption> 163<tr> 164<th class="colFirst" scope="col">Modifier and Type</th> 165<th class="colLast" scope="col">Method and Description</th> 166</tr> 167<tr class="altColor"> 168<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/smile/SmileParser.html" title="class in org.codehaus.jackson.smile">SmileParser</a></code></td> 169<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/smile/SmileParserBootstrapper.html#constructParser(int, int, org.codehaus.jackson.ObjectCodec, org.codehaus.jackson.sym.BytesToNameCanonicalizer)">constructParser</a></strong>(int generalParserFeatures, 170 int smileFeatures, 171 <a href="../../../../org/codehaus/jackson/ObjectCodec.html" title="class in org.codehaus.jackson">ObjectCodec</a> codec, 172 <a href="../../../../org/codehaus/jackson/sym/BytesToNameCanonicalizer.html" title="class in org.codehaus.jackson.sym">BytesToNameCanonicalizer</a> rootByteSymbols)</code> </td> 173</tr> 174<tr class="rowColor"> 175<td class="colFirst"><code>protected boolean</code></td> 176<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/smile/SmileParserBootstrapper.html#ensureLoaded(int)">ensureLoaded</a></strong>(int minimum)</code> </td> 177</tr> 178<tr class="altColor"> 179<td class="colFirst"><code>static <a href="../../../../org/codehaus/jackson/format/MatchStrength.html" title="enum in org.codehaus.jackson.format">MatchStrength</a></code></td> 180<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/smile/SmileParserBootstrapper.html#hasSmileFormat(org.codehaus.jackson.format.InputAccessor)">hasSmileFormat</a></strong>(<a href="../../../../org/codehaus/jackson/format/InputAccessor.html" title="interface in org.codehaus.jackson.format">InputAccessor</a> acc)</code> 181<div class="block">Helper</div> 182</td> 183</tr> 184</table> 185<ul class="blockList"> 186<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> 187<!-- --> 188</a> 189<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> 190<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li> 191</ul> 192</li> 193</ul> 194</li> 195</ul> 196</div> 197<div class="details"> 198<ul class="blockList"> 199<li class="blockList"> 200<!-- ============ FIELD DETAIL =========== --> 201<ul class="blockList"> 202<li class="blockList"><a name="field_detail"> 203<!-- --> 204</a> 205<h3>Field Detail</h3> 206<a name="_inputProcessed"> 207<!-- --> 208</a> 209<ul class="blockListLast"> 210<li class="blockList"> 211<h4>_inputProcessed</h4> 212<pre>protected int _inputProcessed</pre> 213<div class="block">Current number of input units (bytes or chars) that were processed in 214 previous blocks, 215 before contents of current input buffer. 216<p> 217 Note: includes possible BOMs, if those were part of the input.</div> 218</li> 219</ul> 220</li> 221</ul> 222<!-- ========= CONSTRUCTOR DETAIL ======== --> 223<ul class="blockList"> 224<li class="blockList"><a name="constructor_detail"> 225<!-- --> 226</a> 227<h3>Constructor Detail</h3> 228<a name="SmileParserBootstrapper(org.codehaus.jackson.io.IOContext, java.io.InputStream)"> 229<!-- --> 230</a> 231<ul class="blockList"> 232<li class="blockList"> 233<h4>SmileParserBootstrapper</h4> 234<pre>public SmileParserBootstrapper(<a href="../../../../org/codehaus/jackson/io/IOContext.html" title="class in org.codehaus.jackson.io">IOContext</a> ctxt, 235 <a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a> in)</pre> 236</li> 237</ul> 238<a name="SmileParserBootstrapper(org.codehaus.jackson.io.IOContext, byte[], int, int)"> 239<!-- --> 240</a> 241<ul class="blockListLast"> 242<li class="blockList"> 243<h4>SmileParserBootstrapper</h4> 244<pre>public SmileParserBootstrapper(<a href="../../../../org/codehaus/jackson/io/IOContext.html" title="class in org.codehaus.jackson.io">IOContext</a> ctxt, 245 byte[] inputBuffer, 246 int inputStart, 247 int inputLen)</pre> 248</li> 249</ul> 250</li> 251</ul> 252<!-- ============ METHOD DETAIL ========== --> 253<ul class="blockList"> 254<li class="blockList"><a name="method_detail"> 255<!-- --> 256</a> 257<h3>Method Detail</h3> 258<a name="constructParser(int, int, org.codehaus.jackson.ObjectCodec, org.codehaus.jackson.sym.BytesToNameCanonicalizer)"> 259<!-- --> 260</a> 261<ul class="blockList"> 262<li class="blockList"> 263<h4>constructParser</h4> 264<pre>public <a href="../../../../org/codehaus/jackson/smile/SmileParser.html" title="class in org.codehaus.jackson.smile">SmileParser</a> constructParser(int generalParserFeatures, 265 int smileFeatures, 266 <a href="../../../../org/codehaus/jackson/ObjectCodec.html" title="class in org.codehaus.jackson">ObjectCodec</a> codec, 267 <a href="../../../../org/codehaus/jackson/sym/BytesToNameCanonicalizer.html" title="class in org.codehaus.jackson.sym">BytesToNameCanonicalizer</a> rootByteSymbols) 268 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 269 <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre> 270<dl><dt><span class="strong">Throws:</span></dt> 271<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 272<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl> 273</li> 274</ul> 275<a name="hasSmileFormat(org.codehaus.jackson.format.InputAccessor)"> 276<!-- --> 277</a> 278<ul class="blockList"> 279<li class="blockList"> 280<h4>hasSmileFormat</h4> 281<pre>public static <a href="../../../../org/codehaus/jackson/format/MatchStrength.html" title="enum in org.codehaus.jackson.format">MatchStrength</a> hasSmileFormat(<a href="../../../../org/codehaus/jackson/format/InputAccessor.html" title="interface in org.codehaus.jackson.format">InputAccessor</a> acc) 282 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> 283<div class="block">Helper</div> 284<dl><dt><span class="strong">Throws:</span></dt> 285<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd><dt><span class="strong">Since:</span></dt> 286 <dd>1.8</dd></dl> 287</li> 288</ul> 289<a name="ensureLoaded(int)"> 290<!-- --> 291</a> 292<ul class="blockListLast"> 293<li class="blockList"> 294<h4>ensureLoaded</h4> 295<pre>protected boolean ensureLoaded(int minimum) 296 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> 297<dl><dt><span class="strong">Throws:</span></dt> 298<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl> 299</li> 300</ul> 301</li> 302</ul> 303</li> 304</ul> 305</div> 306</div> 307<!-- ========= END OF CLASS DATA ========= --> 308<!-- ======= START OF BOTTOM NAVBAR ====== --> 309<div class="bottomNav"><a name="navbar_bottom"> 310<!-- --> 311</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 312<!-- --> 313</a> 314<ul class="navList" title="Navigation"> 315<li><a href="../../../../overview-summary.html">Overview</a></li> 316<li><a href="package-summary.html">Package</a></li> 317<li class="navBarCell1Rev">Class</li> 318<li><a href="class-use/SmileParserBootstrapper.html">Use</a></li> 319<li><a href="package-tree.html">Tree</a></li> 320<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 321<li><a href="../../../../index-all.html">Index</a></li> 322<li><a href="../../../../help-doc.html">Help</a></li> 323</ul> 324</div> 325<div class="subNav"> 326<ul class="navList"> 327<li><a href="../../../../org/codehaus/jackson/smile/SmileParser.Feature.html" title="enum in org.codehaus.jackson.smile"><span class="strong">Prev Class</span></a></li> 328<li><a href="../../../../org/codehaus/jackson/smile/SmileUtil.html" title="class in org.codehaus.jackson.smile"><span class="strong">Next Class</span></a></li> 329</ul> 330<ul class="navList"> 331<li><a href="../../../../index.html?org/codehaus/jackson/smile/SmileParserBootstrapper.html" target="_top">Frames</a></li> 332<li><a href="SmileParserBootstrapper.html" target="_top">No Frames</a></li> 333</ul> 334<ul class="navList" id="allclasses_navbar_bottom"> 335<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 336</ul> 337<div> 338<script type="text/javascript"><!-- 339 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 340 if(window==top) { 341 allClassesLink.style.display = "block"; 342 } 343 else { 344 allClassesLink.style.display = "none"; 345 } 346 //--> 347</script> 348</div> 349<div> 350<ul class="subNavList"> 351<li>Summary: </li> 352<li>Nested | </li> 353<li><a href="#field_summary">Field</a> | </li> 354<li><a href="#constructor_summary">Constr</a> | </li> 355<li><a href="#method_summary">Method</a></li> 356</ul> 357<ul class="subNavList"> 358<li>Detail: </li> 359<li><a href="#field_detail">Field</a> | </li> 360<li><a href="#constructor_detail">Constr</a> | </li> 361<li><a href="#method_detail">Method</a></li> 362</ul> 363</div> 364<a name="skip-navbar_bottom"> 365<!-- --> 366</a></div> 367<!-- ======== END OF BOTTOM NAVBAR ======= --> 368</body> 369</html> 370