Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 1f7d14130c4a2657e0fb5e1ff2b6ea1d > files > 866

erlang-doc-R15B-03.3.fc18.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Sat Mar 02 06:46:26 UTC 2013 -->
<title>OtpExternal (Java-Erlang Interface Library)</title>
<meta name="date" content="2013-03-02">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="OtpExternal (Java-Erlang Interface Library)";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/ericsson/otp/erlang/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/ericsson/otp/erlang/OtpException.html" title="class in com.ericsson.otp.erlang"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/ericsson/otp/erlang/OtpInputStream.html" title="class in com.ericsson.otp.erlang"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/ericsson/otp/erlang/OtpExternal.html" target="_top">Frames</a></li>
<li><a href="OtpExternal.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.ericsson.otp.erlang</div>
<h2 title="Class OtpExternal" class="title">Class OtpExternal</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.ericsson.otp.erlang.OtpExternal</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">OtpExternal</span>
extends java.lang.Object</pre>
<div class="block">Provides a collection of constants used when encoding and decoding Erlang
 terms.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!--   -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#atomTag">atomTag</a></strong></code>
<div class="block">The tag used for atoms</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#binTag">binTag</a></strong></code>
<div class="block">The tag used for binaries</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#bitBinTag">bitBinTag</a></strong></code>
<div class="block">The tag used for bitstrs</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#compressedTag">compressedTag</a></strong></code>
<div class="block">The tag used for compressed terms</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#erlMax">erlMax</a></strong></code>
<div class="block">The largest value that can be encoded as an integer</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#erlMin">erlMin</a></strong></code>
<div class="block">The smallest value that can be encoded as an integer</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#externalFunTag">externalFunTag</a></strong></code>
<div class="block">The tag used for external Funs (M:F/A)</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#floatTag">floatTag</a></strong></code>
<div class="block">The tag used for floating point numbers</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#funTag">funTag</a></strong></code>
<div class="block">The tag used for old Funs</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#intTag">intTag</a></strong></code>
<div class="block">The tag used for integers</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#largeBigTag">largeBigTag</a></strong></code>
<div class="block">The tag used for large bignums</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#largeTupleTag">largeTupleTag</a></strong></code>
<div class="block">The tag used for large tuples</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#listTag">listTag</a></strong></code>
<div class="block">The tag used for non-empty lists</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#maxAtomLength">maxAtomLength</a></strong></code>
<div class="block">The longest allowed Erlang atom</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#newFloatTag">newFloatTag</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#newFunTag">newFunTag</a></strong></code>
<div class="block">The tag used for old new Funs</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#newRefTag">newRefTag</a></strong></code>
<div class="block">The tag used for new style references</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#nilTag">nilTag</a></strong></code>
<div class="block">The tag used for empty lists</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#pidTag">pidTag</a></strong></code>
<div class="block">The tag used for PIDs</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#portTag">portTag</a></strong></code>
<div class="block">The tag used for ports</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#refTag">refTag</a></strong></code>
<div class="block">The tag used for old stype references</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#smallBigTag">smallBigTag</a></strong></code>
<div class="block">The tag used for small bignums</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#smallIntTag">smallIntTag</a></strong></code>
<div class="block">The tag used for small integers</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#smallTupleTag">smallTupleTag</a></strong></code>
<div class="block">The tag used for small tuples</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#stringTag">stringTag</a></strong></code>
<div class="block">The tag used for strings and lists of small integers</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/ericsson/otp/erlang/OtpExternal.html#versionTag">versionTag</a></strong></code>
<div class="block">The version number used to mark serialized Erlang terms</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!--   -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!--   -->
</a>
<h3>Field Detail</h3>
<a name="smallIntTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>smallIntTag</h4>
<pre>public static final&nbsp;int smallIntTag</pre>
<div class="block">The tag used for small integers</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.smallIntTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="intTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>intTag</h4>
<pre>public static final&nbsp;int intTag</pre>
<div class="block">The tag used for integers</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.intTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="floatTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>floatTag</h4>
<pre>public static final&nbsp;int floatTag</pre>
<div class="block">The tag used for floating point numbers</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.floatTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="newFloatTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newFloatTag</h4>
<pre>public static final&nbsp;int newFloatTag</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.newFloatTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="atomTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>atomTag</h4>
<pre>public static final&nbsp;int atomTag</pre>
<div class="block">The tag used for atoms</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.atomTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="refTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>refTag</h4>
<pre>public static final&nbsp;int refTag</pre>
<div class="block">The tag used for old stype references</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.refTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="portTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>portTag</h4>
<pre>public static final&nbsp;int portTag</pre>
<div class="block">The tag used for ports</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.portTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="pidTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>pidTag</h4>
<pre>public static final&nbsp;int pidTag</pre>
<div class="block">The tag used for PIDs</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.pidTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="smallTupleTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>smallTupleTag</h4>
<pre>public static final&nbsp;int smallTupleTag</pre>
<div class="block">The tag used for small tuples</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.smallTupleTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="largeTupleTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>largeTupleTag</h4>
<pre>public static final&nbsp;int largeTupleTag</pre>
<div class="block">The tag used for large tuples</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.largeTupleTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="nilTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>nilTag</h4>
<pre>public static final&nbsp;int nilTag</pre>
<div class="block">The tag used for empty lists</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.nilTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="stringTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>stringTag</h4>
<pre>public static final&nbsp;int stringTag</pre>
<div class="block">The tag used for strings and lists of small integers</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.stringTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="listTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listTag</h4>
<pre>public static final&nbsp;int listTag</pre>
<div class="block">The tag used for non-empty lists</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.listTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="binTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>binTag</h4>
<pre>public static final&nbsp;int binTag</pre>
<div class="block">The tag used for binaries</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.binTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="bitBinTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>bitBinTag</h4>
<pre>public static final&nbsp;int bitBinTag</pre>
<div class="block">The tag used for bitstrs</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.bitBinTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="smallBigTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>smallBigTag</h4>
<pre>public static final&nbsp;int smallBigTag</pre>
<div class="block">The tag used for small bignums</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.smallBigTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="largeBigTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>largeBigTag</h4>
<pre>public static final&nbsp;int largeBigTag</pre>
<div class="block">The tag used for large bignums</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.largeBigTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="newFunTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newFunTag</h4>
<pre>public static final&nbsp;int newFunTag</pre>
<div class="block">The tag used for old new Funs</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.newFunTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="externalFunTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>externalFunTag</h4>
<pre>public static final&nbsp;int externalFunTag</pre>
<div class="block">The tag used for external Funs (M:F/A)</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.externalFunTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="newRefTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newRefTag</h4>
<pre>public static final&nbsp;int newRefTag</pre>
<div class="block">The tag used for new style references</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.newRefTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="funTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>funTag</h4>
<pre>public static final&nbsp;int funTag</pre>
<div class="block">The tag used for old Funs</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.funTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="compressedTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compressedTag</h4>
<pre>public static final&nbsp;int compressedTag</pre>
<div class="block">The tag used for compressed terms</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.compressedTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="versionTag">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>versionTag</h4>
<pre>public static final&nbsp;int versionTag</pre>
<div class="block">The version number used to mark serialized Erlang terms</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.versionTag">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="erlMax">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>erlMax</h4>
<pre>public static final&nbsp;int erlMax</pre>
<div class="block">The largest value that can be encoded as an integer</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.erlMax">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="erlMin">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>erlMin</h4>
<pre>public static final&nbsp;int erlMin</pre>
<div class="block">The smallest value that can be encoded as an integer</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.erlMin">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="maxAtomLength">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>maxAtomLength</h4>
<pre>public static final&nbsp;int maxAtomLength</pre>
<div class="block">The longest allowed Erlang atom</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.ericsson.otp.erlang.OtpExternal.maxAtomLength">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/ericsson/otp/erlang/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/ericsson/otp/erlang/OtpException.html" title="class in com.ericsson.otp.erlang"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/ericsson/otp/erlang/OtpInputStream.html" title="class in com.ericsson.otp.erlang"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/ericsson/otp/erlang/OtpExternal.html" target="_top">Frames</a></li>
<li><a href="OtpExternal.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>