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