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_25) on Thu Jan 01 17:43:58 PST 2015 --> 6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> 7<title>TokenBuffer.Parser (jackson-databind 2.5.0 API)</title> 8<meta name="date" content="2015-01-01"> 9<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> 10</head> 11<body> 12<script type="text/javascript"><!-- 13 if (location.href.indexOf('is-external=true') == -1) { 14 parent.document.title="TokenBuffer.Parser (jackson-databind 2.5.0 API)"; 15 } 16//--> 17</script> 18<noscript> 19<div>JavaScript is disabled on your browser.</div> 20</noscript> 21<!-- ========= START OF TOP NAVBAR ======= --> 22<div class="topNav"><a name="navbar_top"> 23<!-- --> 24</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> 25<!-- --> 26</a> 27<ul class="navList" title="Navigation"> 28<li><a href="../../../../../overview-summary.html">Overview</a></li> 29<li><a href="package-summary.html">Package</a></li> 30<li class="navBarCell1Rev">Class</li> 31<li><a href="class-use/TokenBuffer.Parser.html">Use</a></li> 32<li><a href="package-tree.html">Tree</a></li> 33<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 34<li><a href="../../../../../index-all.html">Index</a></li> 35<li><a href="../../../../../help-doc.html">Help</a></li> 36</ul> 37</div> 38<div class="subNav"> 39<ul class="navList"> 40<li><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html" title="class in com.fasterxml.jackson.databind.util"><span class="strong">Prev Class</span></a></li> 41<li><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Segment.html" title="class in com.fasterxml.jackson.databind.util"><span class="strong">Next Class</span></a></li> 42</ul> 43<ul class="navList"> 44<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html" target="_top">Frames</a></li> 45<li><a href="TokenBuffer.Parser.html" target="_top">No Frames</a></li> 46</ul> 47<ul class="navList" id="allclasses_navbar_top"> 48<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 49</ul> 50<div> 51<script type="text/javascript"><!-- 52 allClassesLink = document.getElementById("allclasses_navbar_top"); 53 if(window==top) { 54 allClassesLink.style.display = "block"; 55 } 56 else { 57 allClassesLink.style.display = "none"; 58 } 59 //--> 60</script> 61</div> 62<div> 63<ul class="subNavList"> 64<li>Summary: </li> 65<li><a href="#nested_classes_inherited_from_class_com.fasterxml.jackson.core.JsonParser">Nested</a> | </li> 66<li><a href="#field_summary">Field</a> | </li> 67<li><a href="#constructor_summary">Constr</a> | </li> 68<li><a href="#method_summary">Method</a></li> 69</ul> 70<ul class="subNavList"> 71<li>Detail: </li> 72<li><a href="#field_detail">Field</a> | </li> 73<li><a href="#constructor_detail">Constr</a> | </li> 74<li><a href="#method_detail">Method</a></li> 75</ul> 76</div> 77<a name="skip-navbar_top"> 78<!-- --> 79</a></div> 80<!-- ========= END OF TOP NAVBAR ========= --> 81<!-- ======== START OF CLASS DATA ======== --> 82<div class="header"> 83<div class="subTitle">com.fasterxml.jackson.databind.util</div> 84<h2 title="Class TokenBuffer.Parser" class="title">Class TokenBuffer.Parser</h2> 85</div> 86<div class="contentContainer"> 87<ul class="inheritance"> 88<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> 89<li> 90<ul class="inheritance"> 91<li>com.fasterxml.jackson.core.JsonParser</li> 92<li> 93<ul class="inheritance"> 94<li>com.fasterxml.jackson.core.base.ParserMinimalBase</li> 95<li> 96<ul class="inheritance"> 97<li>com.fasterxml.jackson.databind.util.TokenBuffer.Parser</li> 98</ul> 99</li> 100</ul> 101</li> 102</ul> 103</li> 104</ul> 105<div class="description"> 106<ul class="blockList"> 107<li class="blockList"> 108<dl> 109<dt>All Implemented Interfaces:</dt> 110<dd>com.fasterxml.jackson.core.Versioned, <a href="http://docs.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></dd> 111</dl> 112<dl> 113<dt>Enclosing class:</dt> 114<dd><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer</a></dd> 115</dl> 116<hr> 117<br> 118<pre>protected static final class <span class="strong">TokenBuffer.Parser</span> 119extends com.fasterxml.jackson.core.base.ParserMinimalBase</pre> 120</li> 121</ul> 122</div> 123<div class="summary"> 124<ul class="blockList"> 125<li class="blockList"> 126<!-- ======== NESTED CLASS SUMMARY ======== --> 127<ul class="blockList"> 128<li class="blockList"><a name="nested_class_summary"> 129<!-- --> 130</a> 131<h3>Nested Class Summary</h3> 132<ul class="blockList"> 133<li class="blockList"><a name="nested_classes_inherited_from_class_com.fasterxml.jackson.core.JsonParser"> 134<!-- --> 135</a> 136<h3>Nested classes/interfaces inherited from class com.fasterxml.jackson.core.JsonParser</h3> 137<code>com.fasterxml.jackson.core.JsonParser.Feature, com.fasterxml.jackson.core.JsonParser.NumberType</code></li> 138</ul> 139</li> 140</ul> 141<!-- =========== FIELD SUMMARY =========== --> 142<ul class="blockList"> 143<li class="blockList"><a name="field_summary"> 144<!-- --> 145</a> 146<h3>Field Summary</h3> 147<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> 148<caption><span>Fields</span><span class="tabEnd"> </span></caption> 149<tr> 150<th class="colFirst" scope="col">Modifier and Type</th> 151<th class="colLast" scope="col">Field and Description</th> 152</tr> 153<tr class="altColor"> 154<td class="colFirst"><code>protected com.fasterxml.jackson.core.util.ByteArrayBuilder</code></td> 155<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#_byteBuilder">_byteBuilder</a></strong></code> </td> 156</tr> 157<tr class="rowColor"> 158<td class="colFirst"><code>protected boolean</code></td> 159<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#_closed">_closed</a></strong></code> </td> 160</tr> 161<tr class="altColor"> 162<td class="colFirst"><code>protected com.fasterxml.jackson.core.ObjectCodec</code></td> 163<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#_codec">_codec</a></strong></code> </td> 164</tr> 165<tr class="rowColor"> 166<td class="colFirst"><code>protected boolean</code></td> 167<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#_hasNativeIds">_hasNativeIds</a></strong></code> </td> 168</tr> 169<tr class="altColor"> 170<td class="colFirst"><code>protected boolean</code></td> 171<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#_hasNativeObjectIds">_hasNativeObjectIds</a></strong></code> </td> 172</tr> 173<tr class="rowColor"> 174<td class="colFirst"><code>protected boolean</code></td> 175<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#_hasNativeTypeIds">_hasNativeTypeIds</a></strong></code> </td> 176</tr> 177<tr class="altColor"> 178<td class="colFirst"><code>protected com.fasterxml.jackson.core.JsonLocation</code></td> 179<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#_location">_location</a></strong></code> </td> 180</tr> 181<tr class="rowColor"> 182<td class="colFirst"><code>protected com.fasterxml.jackson.core.json.JsonReadContext</code></td> 183<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#_parsingContext">_parsingContext</a></strong></code> 184<div class="block">Information about parser context, context in which 185 the next token is to be parsed (root, array, object).</div> 186</td> 187</tr> 188<tr class="altColor"> 189<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Segment.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer.Segment</a></code></td> 190<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#_segment">_segment</a></strong></code> 191<div class="block">Currently active segment</div> 192</td> 193</tr> 194<tr class="rowColor"> 195<td class="colFirst"><code>protected int</code></td> 196<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#_segmentPtr">_segmentPtr</a></strong></code> 197<div class="block">Pointer to current token within current segment</div> 198</td> 199</tr> 200</table> 201<ul class="blockList"> 202<li class="blockList"><a name="fields_inherited_from_class_com.fasterxml.jackson.core.base.ParserMinimalBase"> 203<!-- --> 204</a> 205<h3>Fields inherited from class com.fasterxml.jackson.core.base.ParserMinimalBase</h3> 206<code>_currToken, _lastClearedToken, INT_BACKSLASH, INT_COLON, INT_COMMA, INT_CR, INT_e, INT_E, INT_HASH, INT_LBRACKET, INT_LCURLY, INT_LF, INT_PERIOD, INT_QUOTE, INT_RBRACKET, INT_RCURLY, INT_SLASH, INT_SPACE, INT_TAB</code></li> 207</ul> 208<ul class="blockList"> 209<li class="blockList"><a name="fields_inherited_from_class_com.fasterxml.jackson.core.JsonParser"> 210<!-- --> 211</a> 212<h3>Fields inherited from class com.fasterxml.jackson.core.JsonParser</h3> 213<code>_features</code></li> 214</ul> 215</li> 216</ul> 217<!-- ======== CONSTRUCTOR SUMMARY ======== --> 218<ul class="blockList"> 219<li class="blockList"><a name="constructor_summary"> 220<!-- --> 221</a> 222<h3>Constructor Summary</h3> 223<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> 224<caption><span>Constructors</span><span class="tabEnd"> </span></caption> 225<tr> 226<th class="colOne" scope="col">Constructor and Description</th> 227</tr> 228<tr class="altColor"> 229<td class="colOne"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#TokenBuffer.Parser(com.fasterxml.jackson.databind.util.TokenBuffer.Segment, com.fasterxml.jackson.core.ObjectCodec, boolean, boolean)">TokenBuffer.Parser</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Segment.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer.Segment</a> firstSeg, 230 com.fasterxml.jackson.core.ObjectCodec codec, 231 boolean hasNativeTypeIds, 232 boolean hasNativeObjectIds)</code> </td> 233</tr> 234</table> 235</li> 236</ul> 237<!-- ========== METHOD SUMMARY =========== --> 238<ul class="blockList"> 239<li class="blockList"><a name="method_summary"> 240<!-- --> 241</a> 242<h3>Method Summary</h3> 243<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 244<caption><span>Methods</span><span class="tabEnd"> </span></caption> 245<tr> 246<th class="colFirst" scope="col">Modifier and Type</th> 247<th class="colLast" scope="col">Method and Description</th> 248</tr> 249<tr class="altColor"> 250<td class="colFirst"><code>protected void</code></td> 251<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#_checkIsNumber()">_checkIsNumber</a></strong>()</code> </td> 252</tr> 253<tr class="rowColor"> 254<td class="colFirst"><code>protected <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></code></td> 255<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#_currentObject()">_currentObject</a></strong>()</code> </td> 256</tr> 257<tr class="altColor"> 258<td class="colFirst"><code>protected void</code></td> 259<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#_handleEOF()">_handleEOF</a></strong>()</code> </td> 260</tr> 261<tr class="rowColor"> 262<td class="colFirst"><code>boolean</code></td> 263<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#canReadObjectId()">canReadObjectId</a></strong>()</code> </td> 264</tr> 265<tr class="altColor"> 266<td class="colFirst"><code>boolean</code></td> 267<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#canReadTypeId()">canReadTypeId</a></strong>()</code> </td> 268</tr> 269<tr class="rowColor"> 270<td class="colFirst"><code>void</code></td> 271<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#close()">close</a></strong>()</code> </td> 272</tr> 273<tr class="altColor"> 274<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a></code></td> 275<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getBigIntegerValue()">getBigIntegerValue</a></strong>()</code> </td> 276</tr> 277<tr class="rowColor"> 278<td class="colFirst"><code>byte[]</code></td> 279<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getBinaryValue(com.fasterxml.jackson.core.Base64Variant)">getBinaryValue</a></strong>(com.fasterxml.jackson.core.Base64Variant b64variant)</code> </td> 280</tr> 281<tr class="altColor"> 282<td class="colFirst"><code>com.fasterxml.jackson.core.ObjectCodec</code></td> 283<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getCodec()">getCodec</a></strong>()</code> </td> 284</tr> 285<tr class="rowColor"> 286<td class="colFirst"><code>com.fasterxml.jackson.core.JsonLocation</code></td> 287<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getCurrentLocation()">getCurrentLocation</a></strong>()</code> </td> 288</tr> 289<tr class="altColor"> 290<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 291<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getCurrentName()">getCurrentName</a></strong>()</code> </td> 292</tr> 293<tr class="rowColor"> 294<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigDecimal.html?is-external=true" title="class or interface in java.math">BigDecimal</a></code></td> 295<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getDecimalValue()">getDecimalValue</a></strong>()</code> </td> 296</tr> 297<tr class="altColor"> 298<td class="colFirst"><code>double</code></td> 299<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getDoubleValue()">getDoubleValue</a></strong>()</code> </td> 300</tr> 301<tr class="rowColor"> 302<td class="colFirst"><code><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></code></td> 303<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getEmbeddedObject()">getEmbeddedObject</a></strong>()</code> </td> 304</tr> 305<tr class="altColor"> 306<td class="colFirst"><code>float</code></td> 307<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getFloatValue()">getFloatValue</a></strong>()</code> </td> 308</tr> 309<tr class="rowColor"> 310<td class="colFirst"><code>int</code></td> 311<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getIntValue()">getIntValue</a></strong>()</code> </td> 312</tr> 313<tr class="altColor"> 314<td class="colFirst"><code>long</code></td> 315<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getLongValue()">getLongValue</a></strong>()</code> </td> 316</tr> 317<tr class="rowColor"> 318<td class="colFirst"><code>com.fasterxml.jackson.core.JsonParser.NumberType</code></td> 319<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getNumberType()">getNumberType</a></strong>()</code> </td> 320</tr> 321<tr class="altColor"> 322<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a></code></td> 323<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getNumberValue()">getNumberValue</a></strong>()</code> </td> 324</tr> 325<tr class="rowColor"> 326<td class="colFirst"><code><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></code></td> 327<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getObjectId()">getObjectId</a></strong>()</code> </td> 328</tr> 329<tr class="altColor"> 330<td class="colFirst"><code>com.fasterxml.jackson.core.JsonStreamContext</code></td> 331<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getParsingContext()">getParsingContext</a></strong>()</code> </td> 332</tr> 333<tr class="rowColor"> 334<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 335<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getText()">getText</a></strong>()</code> </td> 336</tr> 337<tr class="altColor"> 338<td class="colFirst"><code>char[]</code></td> 339<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getTextCharacters()">getTextCharacters</a></strong>()</code> </td> 340</tr> 341<tr class="rowColor"> 342<td class="colFirst"><code>int</code></td> 343<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getTextLength()">getTextLength</a></strong>()</code> </td> 344</tr> 345<tr class="altColor"> 346<td class="colFirst"><code>int</code></td> 347<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getTextOffset()">getTextOffset</a></strong>()</code> </td> 348</tr> 349<tr class="rowColor"> 350<td class="colFirst"><code>com.fasterxml.jackson.core.JsonLocation</code></td> 351<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getTokenLocation()">getTokenLocation</a></strong>()</code> </td> 352</tr> 353<tr class="altColor"> 354<td class="colFirst"><code><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></code></td> 355<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#getTypeId()">getTypeId</a></strong>()</code> </td> 356</tr> 357<tr class="rowColor"> 358<td class="colFirst"><code>boolean</code></td> 359<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#hasTextCharacters()">hasTextCharacters</a></strong>()</code> </td> 360</tr> 361<tr class="altColor"> 362<td class="colFirst"><code>boolean</code></td> 363<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#isClosed()">isClosed</a></strong>()</code> </td> 364</tr> 365<tr class="rowColor"> 366<td class="colFirst"><code>com.fasterxml.jackson.core.JsonToken</code></td> 367<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#nextToken()">nextToken</a></strong>()</code> </td> 368</tr> 369<tr class="altColor"> 370<td class="colFirst"><code>void</code></td> 371<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#overrideCurrentName(java.lang.String)">overrideCurrentName</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> </td> 372</tr> 373<tr class="rowColor"> 374<td class="colFirst"><code>com.fasterxml.jackson.core.JsonToken</code></td> 375<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#peekNextToken()">peekNextToken</a></strong>()</code> </td> 376</tr> 377<tr class="altColor"> 378<td class="colFirst"><code>int</code></td> 379<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#readBinaryValue(com.fasterxml.jackson.core.Base64Variant, java.io.OutputStream)">readBinaryValue</a></strong>(com.fasterxml.jackson.core.Base64Variant b64variant, 380 <a href="http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a> out)</code> </td> 381</tr> 382<tr class="rowColor"> 383<td class="colFirst"><code>void</code></td> 384<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#setCodec(com.fasterxml.jackson.core.ObjectCodec)">setCodec</a></strong>(com.fasterxml.jackson.core.ObjectCodec c)</code> </td> 385</tr> 386<tr class="altColor"> 387<td class="colFirst"><code>void</code></td> 388<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#setLocation(com.fasterxml.jackson.core.JsonLocation)">setLocation</a></strong>(com.fasterxml.jackson.core.JsonLocation l)</code> </td> 389</tr> 390<tr class="rowColor"> 391<td class="colFirst"><code>com.fasterxml.jackson.core.Version</code></td> 392<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html#version()">version</a></strong>()</code> </td> 393</tr> 394</table> 395<ul class="blockList"> 396<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.core.base.ParserMinimalBase"> 397<!-- --> 398</a> 399<h3>Methods inherited from class com.fasterxml.jackson.core.base.ParserMinimalBase</h3> 400<code>_ascii, _asciiBytes, _constructError, _decodeBase64, _getCharDesc, _handleUnrecognizedCharacterEscape, _hasTextualNull, _reportBase64EOF, _reportError, _reportInvalidBase64, _reportInvalidEOF, _reportInvalidEOF, _reportInvalidEOFInValue, _reportMissingRootWS, _reportUnexpectedChar, _throwInternal, _throwInvalidSpace, _throwUnquotedSpace, _wrapError, clearCurrentToken, getCurrentToken, getCurrentTokenId, getLastClearedToken, getValueAsBoolean, getValueAsDouble, getValueAsInt, getValueAsLong, getValueAsString, hasCurrentToken, hasTokenId, isExpectedStartArrayToken, isExpectedStartObjectToken, nextValue, skipChildren</code></li> 401</ul> 402<ul class="blockList"> 403<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.core.JsonParser"> 404<!-- --> 405</a> 406<h3>Methods inherited from class com.fasterxml.jackson.core.JsonParser</h3> 407<code>_codec, _constructError, _reportUnsupportedOperation, canUseSchema, configure, disable, enable, getBinaryValue, getBooleanValue, getByteValue, getCurrentValue, getFeatureMask, getInputSource, getSchema, getShortValue, getValueAsBoolean, getValueAsDouble, getValueAsInt, getValueAsLong, getValueAsString, isEnabled, nextBooleanValue, nextFieldName, nextFieldName, nextIntValue, nextLongValue, nextTextValue, readBinaryValue, readValueAs, readValueAs, readValueAsTree, readValuesAs, readValuesAs, releaseBuffered, releaseBuffered, requiresCustomCodec, setCurrentValue, setFeatureMask, setSchema</code></li> 408</ul> 409<ul class="blockList"> 410<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> 411<!-- --> 412</a> 413<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> 414<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> 415</ul> 416</li> 417</ul> 418</li> 419</ul> 420</div> 421<div class="details"> 422<ul class="blockList"> 423<li class="blockList"> 424<!-- ============ FIELD DETAIL =========== --> 425<ul class="blockList"> 426<li class="blockList"><a name="field_detail"> 427<!-- --> 428</a> 429<h3>Field Detail</h3> 430<a name="_codec"> 431<!-- --> 432</a> 433<ul class="blockList"> 434<li class="blockList"> 435<h4>_codec</h4> 436<pre>protected com.fasterxml.jackson.core.ObjectCodec _codec</pre> 437</li> 438</ul> 439<a name="_hasNativeTypeIds"> 440<!-- --> 441</a> 442<ul class="blockList"> 443<li class="blockList"> 444<h4>_hasNativeTypeIds</h4> 445<pre>protected final boolean _hasNativeTypeIds</pre> 446<dl><dt><span class="strong">Since:</span></dt> 447 <dd>2.3</dd></dl> 448</li> 449</ul> 450<a name="_hasNativeObjectIds"> 451<!-- --> 452</a> 453<ul class="blockList"> 454<li class="blockList"> 455<h4>_hasNativeObjectIds</h4> 456<pre>protected final boolean _hasNativeObjectIds</pre> 457<dl><dt><span class="strong">Since:</span></dt> 458 <dd>2.3</dd></dl> 459</li> 460</ul> 461<a name="_hasNativeIds"> 462<!-- --> 463</a> 464<ul class="blockList"> 465<li class="blockList"> 466<h4>_hasNativeIds</h4> 467<pre>protected final boolean _hasNativeIds</pre> 468</li> 469</ul> 470<a name="_segment"> 471<!-- --> 472</a> 473<ul class="blockList"> 474<li class="blockList"> 475<h4>_segment</h4> 476<pre>protected <a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Segment.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer.Segment</a> _segment</pre> 477<div class="block">Currently active segment</div> 478</li> 479</ul> 480<a name="_segmentPtr"> 481<!-- --> 482</a> 483<ul class="blockList"> 484<li class="blockList"> 485<h4>_segmentPtr</h4> 486<pre>protected int _segmentPtr</pre> 487<div class="block">Pointer to current token within current segment</div> 488</li> 489</ul> 490<a name="_parsingContext"> 491<!-- --> 492</a> 493<ul class="blockList"> 494<li class="blockList"> 495<h4>_parsingContext</h4> 496<pre>protected com.fasterxml.jackson.core.json.JsonReadContext _parsingContext</pre> 497<div class="block">Information about parser context, context in which 498 the next token is to be parsed (root, array, object).</div> 499</li> 500</ul> 501<a name="_closed"> 502<!-- --> 503</a> 504<ul class="blockList"> 505<li class="blockList"> 506<h4>_closed</h4> 507<pre>protected boolean _closed</pre> 508</li> 509</ul> 510<a name="_byteBuilder"> 511<!-- --> 512</a> 513<ul class="blockList"> 514<li class="blockList"> 515<h4>_byteBuilder</h4> 516<pre>protected transient com.fasterxml.jackson.core.util.ByteArrayBuilder _byteBuilder</pre> 517</li> 518</ul> 519<a name="_location"> 520<!-- --> 521</a> 522<ul class="blockListLast"> 523<li class="blockList"> 524<h4>_location</h4> 525<pre>protected com.fasterxml.jackson.core.JsonLocation _location</pre> 526</li> 527</ul> 528</li> 529</ul> 530<!-- ========= CONSTRUCTOR DETAIL ======== --> 531<ul class="blockList"> 532<li class="blockList"><a name="constructor_detail"> 533<!-- --> 534</a> 535<h3>Constructor Detail</h3> 536<a name="TokenBuffer.Parser(com.fasterxml.jackson.databind.util.TokenBuffer.Segment, com.fasterxml.jackson.core.ObjectCodec, boolean, boolean)"> 537<!-- --> 538</a> 539<ul class="blockListLast"> 540<li class="blockList"> 541<h4>TokenBuffer.Parser</h4> 542<pre>public TokenBuffer.Parser(<a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Segment.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer.Segment</a> firstSeg, 543 com.fasterxml.jackson.core.ObjectCodec codec, 544 boolean hasNativeTypeIds, 545 boolean hasNativeObjectIds)</pre> 546</li> 547</ul> 548</li> 549</ul> 550<!-- ============ METHOD DETAIL ========== --> 551<ul class="blockList"> 552<li class="blockList"><a name="method_detail"> 553<!-- --> 554</a> 555<h3>Method Detail</h3> 556<a name="setLocation(com.fasterxml.jackson.core.JsonLocation)"> 557<!-- --> 558</a> 559<ul class="blockList"> 560<li class="blockList"> 561<h4>setLocation</h4> 562<pre>public void setLocation(com.fasterxml.jackson.core.JsonLocation l)</pre> 563</li> 564</ul> 565<a name="getCodec()"> 566<!-- --> 567</a> 568<ul class="blockList"> 569<li class="blockList"> 570<h4>getCodec</h4> 571<pre>public com.fasterxml.jackson.core.ObjectCodec getCodec()</pre> 572<dl> 573<dt><strong>Specified by:</strong></dt> 574<dd><code>getCodec</code> in class <code>com.fasterxml.jackson.core.JsonParser</code></dd> 575</dl> 576</li> 577</ul> 578<a name="setCodec(com.fasterxml.jackson.core.ObjectCodec)"> 579<!-- --> 580</a> 581<ul class="blockList"> 582<li class="blockList"> 583<h4>setCodec</h4> 584<pre>public void setCodec(com.fasterxml.jackson.core.ObjectCodec c)</pre> 585<dl> 586<dt><strong>Specified by:</strong></dt> 587<dd><code>setCodec</code> in class <code>com.fasterxml.jackson.core.JsonParser</code></dd> 588</dl> 589</li> 590</ul> 591<a name="version()"> 592<!-- --> 593</a> 594<ul class="blockList"> 595<li class="blockList"> 596<h4>version</h4> 597<pre>public com.fasterxml.jackson.core.Version version()</pre> 598<dl> 599<dt><strong>Specified by:</strong></dt> 600<dd><code>version</code> in interface <code>com.fasterxml.jackson.core.Versioned</code></dd> 601<dt><strong>Specified by:</strong></dt> 602<dd><code>version</code> in class <code>com.fasterxml.jackson.core.JsonParser</code></dd> 603</dl> 604</li> 605</ul> 606<a name="peekNextToken()"> 607<!-- --> 608</a> 609<ul class="blockList"> 610<li class="blockList"> 611<h4>peekNextToken</h4> 612<pre>public com.fasterxml.jackson.core.JsonToken peekNextToken() 613 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>, 614 com.fasterxml.jackson.core.JsonParseException</pre> 615<dl><dt><span class="strong">Throws:</span></dt> 616<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> 617<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd></dl> 618</li> 619</ul> 620<a name="close()"> 621<!-- --> 622</a> 623<ul class="blockList"> 624<li class="blockList"> 625<h4>close</h4> 626<pre>public void close() 627 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> 628<dl> 629<dt><strong>Specified by:</strong></dt> 630<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true#close()" title="class or interface in java.io">close</a></code> in interface <code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a></code></dd> 631<dt><strong>Specified by:</strong></dt> 632<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true#close()" title="class or interface in java.lang">close</a></code> in interface <code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></code></dd> 633<dt><strong>Specified by:</strong></dt> 634<dd><code>close</code> in class <code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd> 635<dt><span class="strong">Throws:</span></dt> 636<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> 637</li> 638</ul> 639<a name="nextToken()"> 640<!-- --> 641</a> 642<ul class="blockList"> 643<li class="blockList"> 644<h4>nextToken</h4> 645<pre>public com.fasterxml.jackson.core.JsonToken nextToken() 646 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>, 647 com.fasterxml.jackson.core.JsonParseException</pre> 648<dl> 649<dt><strong>Specified by:</strong></dt> 650<dd><code>nextToken</code> in class <code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd> 651<dt><span class="strong">Throws:</span></dt> 652<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> 653<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd></dl> 654</li> 655</ul> 656<a name="isClosed()"> 657<!-- --> 658</a> 659<ul class="blockList"> 660<li class="blockList"> 661<h4>isClosed</h4> 662<pre>public boolean isClosed()</pre> 663<dl> 664<dt><strong>Specified by:</strong></dt> 665<dd><code>isClosed</code> in class <code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd> 666</dl> 667</li> 668</ul> 669<a name="getParsingContext()"> 670<!-- --> 671</a> 672<ul class="blockList"> 673<li class="blockList"> 674<h4>getParsingContext</h4> 675<pre>public com.fasterxml.jackson.core.JsonStreamContext getParsingContext()</pre> 676<dl> 677<dt><strong>Specified by:</strong></dt> 678<dd><code>getParsingContext</code> in class <code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd> 679</dl> 680</li> 681</ul> 682<a name="getTokenLocation()"> 683<!-- --> 684</a> 685<ul class="blockList"> 686<li class="blockList"> 687<h4>getTokenLocation</h4> 688<pre>public com.fasterxml.jackson.core.JsonLocation getTokenLocation()</pre> 689<dl> 690<dt><strong>Specified by:</strong></dt> 691<dd><code>getTokenLocation</code> in class <code>com.fasterxml.jackson.core.JsonParser</code></dd> 692</dl> 693</li> 694</ul> 695<a name="getCurrentLocation()"> 696<!-- --> 697</a> 698<ul class="blockList"> 699<li class="blockList"> 700<h4>getCurrentLocation</h4> 701<pre>public com.fasterxml.jackson.core.JsonLocation getCurrentLocation()</pre> 702<dl> 703<dt><strong>Specified by:</strong></dt> 704<dd><code>getCurrentLocation</code> in class <code>com.fasterxml.jackson.core.JsonParser</code></dd> 705</dl> 706</li> 707</ul> 708<a name="getCurrentName()"> 709<!-- --> 710</a> 711<ul class="blockList"> 712<li class="blockList"> 713<h4>getCurrentName</h4> 714<pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getCurrentName()</pre> 715<dl> 716<dt><strong>Specified by:</strong></dt> 717<dd><code>getCurrentName</code> in class <code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd> 718</dl> 719</li> 720</ul> 721<a name="overrideCurrentName(java.lang.String)"> 722<!-- --> 723</a> 724<ul class="blockList"> 725<li class="blockList"> 726<h4>overrideCurrentName</h4> 727<pre>public void overrideCurrentName(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> 728<dl> 729<dt><strong>Specified by:</strong></dt> 730<dd><code>overrideCurrentName</code> in class <code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd> 731</dl> 732</li> 733</ul> 734<a name="getText()"> 735<!-- --> 736</a> 737<ul class="blockList"> 738<li class="blockList"> 739<h4>getText</h4> 740<pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getText()</pre> 741<dl> 742<dt><strong>Specified by:</strong></dt> 743<dd><code>getText</code> in class <code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd> 744</dl> 745</li> 746</ul> 747<a name="getTextCharacters()"> 748<!-- --> 749</a> 750<ul class="blockList"> 751<li class="blockList"> 752<h4>getTextCharacters</h4> 753<pre>public char[] getTextCharacters()</pre> 754<dl> 755<dt><strong>Specified by:</strong></dt> 756<dd><code>getTextCharacters</code> in class <code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd> 757</dl> 758</li> 759</ul> 760<a name="getTextLength()"> 761<!-- --> 762</a> 763<ul class="blockList"> 764<li class="blockList"> 765<h4>getTextLength</h4> 766<pre>public int getTextLength()</pre> 767<dl> 768<dt><strong>Specified by:</strong></dt> 769<dd><code>getTextLength</code> in class <code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd> 770</dl> 771</li> 772</ul> 773<a name="getTextOffset()"> 774<!-- --> 775</a> 776<ul class="blockList"> 777<li class="blockList"> 778<h4>getTextOffset</h4> 779<pre>public int getTextOffset()</pre> 780<dl> 781<dt><strong>Specified by:</strong></dt> 782<dd><code>getTextOffset</code> in class <code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd> 783</dl> 784</li> 785</ul> 786<a name="hasTextCharacters()"> 787<!-- --> 788</a> 789<ul class="blockList"> 790<li class="blockList"> 791<h4>hasTextCharacters</h4> 792<pre>public boolean hasTextCharacters()</pre> 793<dl> 794<dt><strong>Specified by:</strong></dt> 795<dd><code>hasTextCharacters</code> in class <code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd> 796</dl> 797</li> 798</ul> 799<a name="getBigIntegerValue()"> 800<!-- --> 801</a> 802<ul class="blockList"> 803<li class="blockList"> 804<h4>getBigIntegerValue</h4> 805<pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a> getBigIntegerValue() 806 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>, 807 com.fasterxml.jackson.core.JsonParseException</pre> 808<dl> 809<dt><strong>Specified by:</strong></dt> 810<dd><code>getBigIntegerValue</code> in class <code>com.fasterxml.jackson.core.JsonParser</code></dd> 811<dt><span class="strong">Throws:</span></dt> 812<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> 813<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd></dl> 814</li> 815</ul> 816<a name="getDecimalValue()"> 817<!-- --> 818</a> 819<ul class="blockList"> 820<li class="blockList"> 821<h4>getDecimalValue</h4> 822<pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigDecimal.html?is-external=true" title="class or interface in java.math">BigDecimal</a> getDecimalValue() 823 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>, 824 com.fasterxml.jackson.core.JsonParseException</pre> 825<dl> 826<dt><strong>Specified by:</strong></dt> 827<dd><code>getDecimalValue</code> in class <code>com.fasterxml.jackson.core.JsonParser</code></dd> 828<dt><span class="strong">Throws:</span></dt> 829<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> 830<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd></dl> 831</li> 832</ul> 833<a name="getDoubleValue()"> 834<!-- --> 835</a> 836<ul class="blockList"> 837<li class="blockList"> 838<h4>getDoubleValue</h4> 839<pre>public double getDoubleValue() 840 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>, 841 com.fasterxml.jackson.core.JsonParseException</pre> 842<dl> 843<dt><strong>Specified by:</strong></dt> 844<dd><code>getDoubleValue</code> in class <code>com.fasterxml.jackson.core.JsonParser</code></dd> 845<dt><span class="strong">Throws:</span></dt> 846<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> 847<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd></dl> 848</li> 849</ul> 850<a name="getFloatValue()"> 851<!-- --> 852</a> 853<ul class="blockList"> 854<li class="blockList"> 855<h4>getFloatValue</h4> 856<pre>public float getFloatValue() 857 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>, 858 com.fasterxml.jackson.core.JsonParseException</pre> 859<dl> 860<dt><strong>Specified by:</strong></dt> 861<dd><code>getFloatValue</code> in class <code>com.fasterxml.jackson.core.JsonParser</code></dd> 862<dt><span class="strong">Throws:</span></dt> 863<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> 864<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd></dl> 865</li> 866</ul> 867<a name="getIntValue()"> 868<!-- --> 869</a> 870<ul class="blockList"> 871<li class="blockList"> 872<h4>getIntValue</h4> 873<pre>public int getIntValue() 874 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>, 875 com.fasterxml.jackson.core.JsonParseException</pre> 876<dl> 877<dt><strong>Specified by:</strong></dt> 878<dd><code>getIntValue</code> in class <code>com.fasterxml.jackson.core.JsonParser</code></dd> 879<dt><span class="strong">Throws:</span></dt> 880<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> 881<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd></dl> 882</li> 883</ul> 884<a name="getLongValue()"> 885<!-- --> 886</a> 887<ul class="blockList"> 888<li class="blockList"> 889<h4>getLongValue</h4> 890<pre>public long getLongValue() 891 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>, 892 com.fasterxml.jackson.core.JsonParseException</pre> 893<dl> 894<dt><strong>Specified by:</strong></dt> 895<dd><code>getLongValue</code> in class <code>com.fasterxml.jackson.core.JsonParser</code></dd> 896<dt><span class="strong">Throws:</span></dt> 897<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> 898<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd></dl> 899</li> 900</ul> 901<a name="getNumberType()"> 902<!-- --> 903</a> 904<ul class="blockList"> 905<li class="blockList"> 906<h4>getNumberType</h4> 907<pre>public com.fasterxml.jackson.core.JsonParser.NumberType getNumberType() 908 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>, 909 com.fasterxml.jackson.core.JsonParseException</pre> 910<dl> 911<dt><strong>Specified by:</strong></dt> 912<dd><code>getNumberType</code> in class <code>com.fasterxml.jackson.core.JsonParser</code></dd> 913<dt><span class="strong">Throws:</span></dt> 914<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> 915<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd></dl> 916</li> 917</ul> 918<a name="getNumberValue()"> 919<!-- --> 920</a> 921<ul class="blockList"> 922<li class="blockList"> 923<h4>getNumberValue</h4> 924<pre>public final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> getNumberValue() 925 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>, 926 com.fasterxml.jackson.core.JsonParseException</pre> 927<dl> 928<dt><strong>Specified by:</strong></dt> 929<dd><code>getNumberValue</code> in class <code>com.fasterxml.jackson.core.JsonParser</code></dd> 930<dt><span class="strong">Throws:</span></dt> 931<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> 932<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd></dl> 933</li> 934</ul> 935<a name="getEmbeddedObject()"> 936<!-- --> 937</a> 938<ul class="blockList"> 939<li class="blockList"> 940<h4>getEmbeddedObject</h4> 941<pre>public <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> getEmbeddedObject()</pre> 942<dl> 943<dt><strong>Specified by:</strong></dt> 944<dd><code>getEmbeddedObject</code> in class <code>com.fasterxml.jackson.core.JsonParser</code></dd> 945</dl> 946</li> 947</ul> 948<a name="getBinaryValue(com.fasterxml.jackson.core.Base64Variant)"> 949<!-- --> 950</a> 951<ul class="blockList"> 952<li class="blockList"> 953<h4>getBinaryValue</h4> 954<pre>public byte[] getBinaryValue(com.fasterxml.jackson.core.Base64Variant b64variant) 955 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>, 956 com.fasterxml.jackson.core.JsonParseException</pre> 957<dl> 958<dt><strong>Specified by:</strong></dt> 959<dd><code>getBinaryValue</code> in class <code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd> 960<dt><span class="strong">Throws:</span></dt> 961<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> 962<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd></dl> 963</li> 964</ul> 965<a name="readBinaryValue(com.fasterxml.jackson.core.Base64Variant, java.io.OutputStream)"> 966<!-- --> 967</a> 968<ul class="blockList"> 969<li class="blockList"> 970<h4>readBinaryValue</h4> 971<pre>public int readBinaryValue(com.fasterxml.jackson.core.Base64Variant b64variant, 972 <a href="http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a> out) 973 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>, 974 com.fasterxml.jackson.core.JsonParseException</pre> 975<dl> 976<dt><strong>Overrides:</strong></dt> 977<dd><code>readBinaryValue</code> in class <code>com.fasterxml.jackson.core.JsonParser</code></dd> 978<dt><span class="strong">Throws:</span></dt> 979<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> 980<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd></dl> 981</li> 982</ul> 983<a name="canReadObjectId()"> 984<!-- --> 985</a> 986<ul class="blockList"> 987<li class="blockList"> 988<h4>canReadObjectId</h4> 989<pre>public boolean canReadObjectId()</pre> 990<dl> 991<dt><strong>Overrides:</strong></dt> 992<dd><code>canReadObjectId</code> in class <code>com.fasterxml.jackson.core.JsonParser</code></dd> 993</dl> 994</li> 995</ul> 996<a name="canReadTypeId()"> 997<!-- --> 998</a> 999<ul class="blockList"> 1000<li class="blockList"> 1001<h4>canReadTypeId</h4> 1002<pre>public boolean canReadTypeId()</pre> 1003<dl> 1004<dt><strong>Overrides:</strong></dt> 1005<dd><code>canReadTypeId</code> in class <code>com.fasterxml.jackson.core.JsonParser</code></dd> 1006</dl> 1007</li> 1008</ul> 1009<a name="getTypeId()"> 1010<!-- --> 1011</a> 1012<ul class="blockList"> 1013<li class="blockList"> 1014<h4>getTypeId</h4> 1015<pre>public <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> getTypeId()</pre> 1016<dl> 1017<dt><strong>Overrides:</strong></dt> 1018<dd><code>getTypeId</code> in class <code>com.fasterxml.jackson.core.JsonParser</code></dd> 1019</dl> 1020</li> 1021</ul> 1022<a name="getObjectId()"> 1023<!-- --> 1024</a> 1025<ul class="blockList"> 1026<li class="blockList"> 1027<h4>getObjectId</h4> 1028<pre>public <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> getObjectId()</pre> 1029<dl> 1030<dt><strong>Overrides:</strong></dt> 1031<dd><code>getObjectId</code> in class <code>com.fasterxml.jackson.core.JsonParser</code></dd> 1032</dl> 1033</li> 1034</ul> 1035<a name="_currentObject()"> 1036<!-- --> 1037</a> 1038<ul class="blockList"> 1039<li class="blockList"> 1040<h4>_currentObject</h4> 1041<pre>protected final <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> _currentObject()</pre> 1042</li> 1043</ul> 1044<a name="_checkIsNumber()"> 1045<!-- --> 1046</a> 1047<ul class="blockList"> 1048<li class="blockList"> 1049<h4>_checkIsNumber</h4> 1050<pre>protected final void _checkIsNumber() 1051 throws com.fasterxml.jackson.core.JsonParseException</pre> 1052<dl><dt><span class="strong">Throws:</span></dt> 1053<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd></dl> 1054</li> 1055</ul> 1056<a name="_handleEOF()"> 1057<!-- --> 1058</a> 1059<ul class="blockListLast"> 1060<li class="blockList"> 1061<h4>_handleEOF</h4> 1062<pre>protected void _handleEOF() 1063 throws com.fasterxml.jackson.core.JsonParseException</pre> 1064<dl> 1065<dt><strong>Specified by:</strong></dt> 1066<dd><code>_handleEOF</code> in class <code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd> 1067<dt><span class="strong">Throws:</span></dt> 1068<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd></dl> 1069</li> 1070</ul> 1071</li> 1072</ul> 1073</li> 1074</ul> 1075</div> 1076</div> 1077<!-- ========= END OF CLASS DATA ========= --> 1078<!-- ======= START OF BOTTOM NAVBAR ====== --> 1079<div class="bottomNav"><a name="navbar_bottom"> 1080<!-- --> 1081</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 1082<!-- --> 1083</a> 1084<ul class="navList" title="Navigation"> 1085<li><a href="../../../../../overview-summary.html">Overview</a></li> 1086<li><a href="package-summary.html">Package</a></li> 1087<li class="navBarCell1Rev">Class</li> 1088<li><a href="class-use/TokenBuffer.Parser.html">Use</a></li> 1089<li><a href="package-tree.html">Tree</a></li> 1090<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 1091<li><a href="../../../../../index-all.html">Index</a></li> 1092<li><a href="../../../../../help-doc.html">Help</a></li> 1093</ul> 1094</div> 1095<div class="subNav"> 1096<ul class="navList"> 1097<li><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html" title="class in com.fasterxml.jackson.databind.util"><span class="strong">Prev Class</span></a></li> 1098<li><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Segment.html" title="class in com.fasterxml.jackson.databind.util"><span class="strong">Next Class</span></a></li> 1099</ul> 1100<ul class="navList"> 1101<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html" target="_top">Frames</a></li> 1102<li><a href="TokenBuffer.Parser.html" target="_top">No Frames</a></li> 1103</ul> 1104<ul class="navList" id="allclasses_navbar_bottom"> 1105<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 1106</ul> 1107<div> 1108<script type="text/javascript"><!-- 1109 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 1110 if(window==top) { 1111 allClassesLink.style.display = "block"; 1112 } 1113 else { 1114 allClassesLink.style.display = "none"; 1115 } 1116 //--> 1117</script> 1118</div> 1119<div> 1120<ul class="subNavList"> 1121<li>Summary: </li> 1122<li><a href="#nested_classes_inherited_from_class_com.fasterxml.jackson.core.JsonParser">Nested</a> | </li> 1123<li><a href="#field_summary">Field</a> | </li> 1124<li><a href="#constructor_summary">Constr</a> | </li> 1125<li><a href="#method_summary">Method</a></li> 1126</ul> 1127<ul class="subNavList"> 1128<li>Detail: </li> 1129<li><a href="#field_detail">Field</a> | </li> 1130<li><a href="#constructor_detail">Constr</a> | </li> 1131<li><a href="#method_detail">Method</a></li> 1132</ul> 1133</div> 1134<a name="skip-navbar_bottom"> 1135<!-- --> 1136</a></div> 1137<!-- ======== END OF BOTTOM NAVBAR ======= --> 1138<p class="legalCopy"><small>Copyright © 2014-2015 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p> 1139</body> 1140</html> 1141