• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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:22 PDT 2013 -->
6<title>ByteSourceBootstrapper (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="ByteSourceBootstrapper (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/ByteSourceBootstrapper.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>Prev Class</li>
40<li><a href="../../../../org/codehaus/jackson/impl/DefaultPrettyPrinter.html" title="class in org.codehaus.jackson.impl"><span class="strong">Next Class</span></a></li>
41</ul>
42<ul class="navList">
43<li><a href="../../../../index.html?org/codehaus/jackson/impl/ByteSourceBootstrapper.html" target="_top">Frames</a></li>
44<li><a href="ByteSourceBootstrapper.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:&nbsp;</li>
64<li>Nested&nbsp;|&nbsp;</li>
65<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
66<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
67<li><a href="#method_summary">Method</a></li>
68</ul>
69<ul class="subNavList">
70<li>Detail:&nbsp;</li>
71<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
72<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</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.impl</div>
83<h2 title="Class ByteSourceBootstrapper" class="title">Class ByteSourceBootstrapper</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.impl.ByteSourceBootstrapper</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 final class <span class="strong">ByteSourceBootstrapper</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">This class is used to determine the encoding of byte stream
102 that is to contain JSON content. Rules are fairly simple, and
103 defined in JSON specification (RFC-4627 or newer), except
104 for BOM handling, which is a property of underlying
105 streams.</div>
106</li>
107</ul>
108</div>
109<div class="summary">
110<ul class="blockList">
111<li class="blockList">
112<!-- =========== FIELD SUMMARY =========== -->
113<ul class="blockList">
114<li class="blockList"><a name="field_summary">
115<!--   -->
116</a>
117<h3>Field Summary</h3>
118<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
119<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
120<tr>
121<th class="colFirst" scope="col">Modifier and Type</th>
122<th class="colLast" scope="col">Field and Description</th>
123</tr>
124<tr class="altColor">
125<td class="colFirst"><code>protected boolean</code></td>
126<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/ByteSourceBootstrapper.html#_bigEndian">_bigEndian</a></strong></code>&nbsp;</td>
127</tr>
128<tr class="rowColor">
129<td class="colFirst"><code>protected int</code></td>
130<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/ByteSourceBootstrapper.html#_bytesPerChar">_bytesPerChar</a></strong></code>&nbsp;</td>
131</tr>
132<tr class="altColor">
133<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/io/IOContext.html" title="class in org.codehaus.jackson.io">IOContext</a></code></td>
134<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/ByteSourceBootstrapper.html#_context">_context</a></strong></code>&nbsp;</td>
135</tr>
136<tr class="rowColor">
137<td class="colFirst"><code>protected <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></code></td>
138<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/ByteSourceBootstrapper.html#_in">_in</a></strong></code>&nbsp;</td>
139</tr>
140<tr class="altColor">
141<td class="colFirst"><code>protected byte[]</code></td>
142<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/ByteSourceBootstrapper.html#_inputBuffer">_inputBuffer</a></strong></code>&nbsp;</td>
143</tr>
144<tr class="rowColor">
145<td class="colFirst"><code>protected int</code></td>
146<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/ByteSourceBootstrapper.html#_inputProcessed">_inputProcessed</a></strong></code>
147<div class="block">Current number of input units (bytes or chars) that were processed in
148 previous blocks,
149 before contents of current input buffer.</div>
150</td>
151</tr>
152</table>
153</li>
154</ul>
155<!-- ======== CONSTRUCTOR SUMMARY ======== -->
156<ul class="blockList">
157<li class="blockList"><a name="constructor_summary">
158<!--   -->
159</a>
160<h3>Constructor Summary</h3>
161<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
162<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
163<tr>
164<th class="colOne" scope="col">Constructor and Description</th>
165</tr>
166<tr class="altColor">
167<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/impl/ByteSourceBootstrapper.html#ByteSourceBootstrapper(org.codehaus.jackson.io.IOContext, byte[], int, int)">ByteSourceBootstrapper</a></strong>(<a href="../../../../org/codehaus/jackson/io/IOContext.html" title="class in org.codehaus.jackson.io">IOContext</a>&nbsp;ctxt,
168                      byte[]&nbsp;inputBuffer,
169                      int&nbsp;inputStart,
170                      int&nbsp;inputLen)</code>&nbsp;</td>
171</tr>
172<tr class="rowColor">
173<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/impl/ByteSourceBootstrapper.html#ByteSourceBootstrapper(org.codehaus.jackson.io.IOContext, java.io.InputStream)">ByteSourceBootstrapper</a></strong>(<a href="../../../../org/codehaus/jackson/io/IOContext.html" title="class in org.codehaus.jackson.io">IOContext</a>&nbsp;ctxt,
174                      <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>&nbsp;in)</code>&nbsp;</td>
175</tr>
176</table>
177</li>
178</ul>
179<!-- ========== METHOD SUMMARY =========== -->
180<ul class="blockList">
181<li class="blockList"><a name="method_summary">
182<!--   -->
183</a>
184<h3>Method Summary</h3>
185<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
186<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
187<tr>
188<th class="colFirst" scope="col">Modifier and Type</th>
189<th class="colLast" scope="col">Method and Description</th>
190</tr>
191<tr class="altColor">
192<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
193<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/ByteSourceBootstrapper.html#constructParser(int, org.codehaus.jackson.ObjectCodec, org.codehaus.jackson.sym.BytesToNameCanonicalizer, org.codehaus.jackson.sym.CharsToNameCanonicalizer)">constructParser</a></strong>(int&nbsp;features,
194               <a href="../../../../org/codehaus/jackson/ObjectCodec.html" title="class in org.codehaus.jackson">ObjectCodec</a>&nbsp;codec,
195               <a href="../../../../org/codehaus/jackson/sym/BytesToNameCanonicalizer.html" title="class in org.codehaus.jackson.sym">BytesToNameCanonicalizer</a>&nbsp;rootByteSymbols,
196               <a href="../../../../org/codehaus/jackson/sym/CharsToNameCanonicalizer.html" title="class in org.codehaus.jackson.sym">CharsToNameCanonicalizer</a>&nbsp;rootCharSymbols)</code>&nbsp;</td>
197</tr>
198<tr class="rowColor">
199<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a></code></td>
200<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/ByteSourceBootstrapper.html#constructReader()">constructReader</a></strong>()</code>&nbsp;</td>
201</tr>
202<tr class="altColor">
203<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonEncoding.html" title="enum in org.codehaus.jackson">JsonEncoding</a></code></td>
204<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/ByteSourceBootstrapper.html#detectEncoding()">detectEncoding</a></strong>()</code>
205<div class="block">Method that should be called after constructing an instace.</div>
206</td>
207</tr>
208<tr class="rowColor">
209<td class="colFirst"><code>protected boolean</code></td>
210<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/ByteSourceBootstrapper.html#ensureLoaded(int)">ensureLoaded</a></strong>(int&nbsp;minimum)</code>&nbsp;</td>
211</tr>
212<tr class="altColor">
213<td class="colFirst"><code>static <a href="../../../../org/codehaus/jackson/format/MatchStrength.html" title="enum in org.codehaus.jackson.format">MatchStrength</a></code></td>
214<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/ByteSourceBootstrapper.html#hasJSONFormat(org.codehaus.jackson.format.InputAccessor)">hasJSONFormat</a></strong>(<a href="../../../../org/codehaus/jackson/format/InputAccessor.html" title="interface in org.codehaus.jackson.format">InputAccessor</a>&nbsp;acc)</code>
215<div class="block">Current implementation is not as thorough as other functionality
216 (<a href="../../../../org/codehaus/jackson/impl/ByteSourceBootstrapper.html" title="class in org.codehaus.jackson.impl"><code>ByteSourceBootstrapper</code></a>);
217 supports UTF-8, for example.</div>
218</td>
219</tr>
220</table>
221<ul class="blockList">
222<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
223<!--   -->
224</a>
225<h3>Methods inherited from class&nbsp;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>
226<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>
227</ul>
228</li>
229</ul>
230</li>
231</ul>
232</div>
233<div class="details">
234<ul class="blockList">
235<li class="blockList">
236<!-- ============ FIELD DETAIL =========== -->
237<ul class="blockList">
238<li class="blockList"><a name="field_detail">
239<!--   -->
240</a>
241<h3>Field Detail</h3>
242<a name="_context">
243<!--   -->
244</a>
245<ul class="blockList">
246<li class="blockList">
247<h4>_context</h4>
248<pre>protected final&nbsp;<a href="../../../../org/codehaus/jackson/io/IOContext.html" title="class in org.codehaus.jackson.io">IOContext</a> _context</pre>
249</li>
250</ul>
251<a name="_in">
252<!--   -->
253</a>
254<ul class="blockList">
255<li class="blockList">
256<h4>_in</h4>
257<pre>protected final&nbsp;<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>
258</li>
259</ul>
260<a name="_inputBuffer">
261<!--   -->
262</a>
263<ul class="blockList">
264<li class="blockList">
265<h4>_inputBuffer</h4>
266<pre>protected final&nbsp;byte[] _inputBuffer</pre>
267</li>
268</ul>
269<a name="_inputProcessed">
270<!--   -->
271</a>
272<ul class="blockList">
273<li class="blockList">
274<h4>_inputProcessed</h4>
275<pre>protected&nbsp;int _inputProcessed</pre>
276<div class="block">Current number of input units (bytes or chars) that were processed in
277 previous blocks,
278 before contents of current input buffer.
279<p>
280 Note: includes possible BOMs, if those were part of the input.</div>
281</li>
282</ul>
283<a name="_bigEndian">
284<!--   -->
285</a>
286<ul class="blockList">
287<li class="blockList">
288<h4>_bigEndian</h4>
289<pre>protected&nbsp;boolean _bigEndian</pre>
290</li>
291</ul>
292<a name="_bytesPerChar">
293<!--   -->
294</a>
295<ul class="blockListLast">
296<li class="blockList">
297<h4>_bytesPerChar</h4>
298<pre>protected&nbsp;int _bytesPerChar</pre>
299</li>
300</ul>
301</li>
302</ul>
303<!-- ========= CONSTRUCTOR DETAIL ======== -->
304<ul class="blockList">
305<li class="blockList"><a name="constructor_detail">
306<!--   -->
307</a>
308<h3>Constructor Detail</h3>
309<a name="ByteSourceBootstrapper(org.codehaus.jackson.io.IOContext, java.io.InputStream)">
310<!--   -->
311</a>
312<ul class="blockList">
313<li class="blockList">
314<h4>ByteSourceBootstrapper</h4>
315<pre>public&nbsp;ByteSourceBootstrapper(<a href="../../../../org/codehaus/jackson/io/IOContext.html" title="class in org.codehaus.jackson.io">IOContext</a>&nbsp;ctxt,
316                      <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>&nbsp;in)</pre>
317</li>
318</ul>
319<a name="ByteSourceBootstrapper(org.codehaus.jackson.io.IOContext, byte[], int, int)">
320<!--   -->
321</a>
322<ul class="blockListLast">
323<li class="blockList">
324<h4>ByteSourceBootstrapper</h4>
325<pre>public&nbsp;ByteSourceBootstrapper(<a href="../../../../org/codehaus/jackson/io/IOContext.html" title="class in org.codehaus.jackson.io">IOContext</a>&nbsp;ctxt,
326                      byte[]&nbsp;inputBuffer,
327                      int&nbsp;inputStart,
328                      int&nbsp;inputLen)</pre>
329</li>
330</ul>
331</li>
332</ul>
333<!-- ============ METHOD DETAIL ========== -->
334<ul class="blockList">
335<li class="blockList"><a name="method_detail">
336<!--   -->
337</a>
338<h3>Method Detail</h3>
339<a name="detectEncoding()">
340<!--   -->
341</a>
342<ul class="blockList">
343<li class="blockList">
344<h4>detectEncoding</h4>
345<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/JsonEncoding.html" title="enum in org.codehaus.jackson">JsonEncoding</a>&nbsp;detectEncoding()
346                            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>,
347                                   <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
348<div class="block">Method that should be called after constructing an instace.
349 It will figure out encoding that content uses, to allow
350 for instantiating a proper scanner object.</div>
351<dl><dt><span class="strong">Throws:</span></dt>
352<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>
353<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
354</li>
355</ul>
356<a name="constructReader()">
357<!--   -->
358</a>
359<ul class="blockList">
360<li class="blockList">
361<h4>constructReader</h4>
362<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;constructReader()
363                       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>
364<dl><dt><span class="strong">Throws:</span></dt>
365<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>
366</li>
367</ul>
368<a name="constructParser(int, org.codehaus.jackson.ObjectCodec, org.codehaus.jackson.sym.BytesToNameCanonicalizer, org.codehaus.jackson.sym.CharsToNameCanonicalizer)">
369<!--   -->
370</a>
371<ul class="blockList">
372<li class="blockList">
373<h4>constructParser</h4>
374<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;constructParser(int&nbsp;features,
375                         <a href="../../../../org/codehaus/jackson/ObjectCodec.html" title="class in org.codehaus.jackson">ObjectCodec</a>&nbsp;codec,
376                         <a href="../../../../org/codehaus/jackson/sym/BytesToNameCanonicalizer.html" title="class in org.codehaus.jackson.sym">BytesToNameCanonicalizer</a>&nbsp;rootByteSymbols,
377                         <a href="../../../../org/codehaus/jackson/sym/CharsToNameCanonicalizer.html" title="class in org.codehaus.jackson.sym">CharsToNameCanonicalizer</a>&nbsp;rootCharSymbols)
378                           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>,
379                                  <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
380<dl><dt><span class="strong">Throws:</span></dt>
381<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>
382<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
383</li>
384</ul>
385<a name="hasJSONFormat(org.codehaus.jackson.format.InputAccessor)">
386<!--   -->
387</a>
388<ul class="blockList">
389<li class="blockList">
390<h4>hasJSONFormat</h4>
391<pre>public static&nbsp;<a href="../../../../org/codehaus/jackson/format/MatchStrength.html" title="enum in org.codehaus.jackson.format">MatchStrength</a>&nbsp;hasJSONFormat(<a href="../../../../org/codehaus/jackson/format/InputAccessor.html" title="interface in org.codehaus.jackson.format">InputAccessor</a>&nbsp;acc)
392                                   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>
393<div class="block">Current implementation is not as thorough as other functionality
394 (<a href="../../../../org/codehaus/jackson/impl/ByteSourceBootstrapper.html" title="class in org.codehaus.jackson.impl"><code>ByteSourceBootstrapper</code></a>);
395 supports UTF-8, for example. But it should work, for now, and can
396 be improved as necessary.</div>
397<dl><dt><span class="strong">Throws:</span></dt>
398<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>
399  <dd>1.8</dd></dl>
400</li>
401</ul>
402<a name="ensureLoaded(int)">
403<!--   -->
404</a>
405<ul class="blockListLast">
406<li class="blockList">
407<h4>ensureLoaded</h4>
408<pre>protected&nbsp;boolean&nbsp;ensureLoaded(int&nbsp;minimum)
409                        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>
410<dl><dt><span class="strong">Throws:</span></dt>
411<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>
412</li>
413</ul>
414</li>
415</ul>
416</li>
417</ul>
418</div>
419</div>
420<!-- ========= END OF CLASS DATA ========= -->
421<!-- ======= START OF BOTTOM NAVBAR ====== -->
422<div class="bottomNav"><a name="navbar_bottom">
423<!--   -->
424</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
425<!--   -->
426</a>
427<ul class="navList" title="Navigation">
428<li><a href="../../../../overview-summary.html">Overview</a></li>
429<li><a href="package-summary.html">Package</a></li>
430<li class="navBarCell1Rev">Class</li>
431<li><a href="class-use/ByteSourceBootstrapper.html">Use</a></li>
432<li><a href="package-tree.html">Tree</a></li>
433<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
434<li><a href="../../../../index-all.html">Index</a></li>
435<li><a href="../../../../help-doc.html">Help</a></li>
436</ul>
437</div>
438<div class="subNav">
439<ul class="navList">
440<li>Prev Class</li>
441<li><a href="../../../../org/codehaus/jackson/impl/DefaultPrettyPrinter.html" title="class in org.codehaus.jackson.impl"><span class="strong">Next Class</span></a></li>
442</ul>
443<ul class="navList">
444<li><a href="../../../../index.html?org/codehaus/jackson/impl/ByteSourceBootstrapper.html" target="_top">Frames</a></li>
445<li><a href="ByteSourceBootstrapper.html" target="_top">No Frames</a></li>
446</ul>
447<ul class="navList" id="allclasses_navbar_bottom">
448<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
449</ul>
450<div>
451<script type="text/javascript"><!--
452  allClassesLink = document.getElementById("allclasses_navbar_bottom");
453  if(window==top) {
454    allClassesLink.style.display = "block";
455  }
456  else {
457    allClassesLink.style.display = "none";
458  }
459  //-->
460</script>
461</div>
462<div>
463<ul class="subNavList">
464<li>Summary:&nbsp;</li>
465<li>Nested&nbsp;|&nbsp;</li>
466<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
467<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
468<li><a href="#method_summary">Method</a></li>
469</ul>
470<ul class="subNavList">
471<li>Detail:&nbsp;</li>
472<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
473<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
474<li><a href="#method_detail">Method</a></li>
475</ul>
476</div>
477<a name="skip-navbar_bottom">
478<!--   -->
479</a></div>
480<!-- ======== END OF BOTTOM NAVBAR ======= -->
481</body>
482</html>
483