You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2016/03/18 19:46:18 UTC

[13/51] [partial] pdfbox-docs git commit: PDFBOX-3030: add 2.0.0 javadoc

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/3010c6b8/content/docs/2.0.0/javadocs/org/apache/pdfbox/cos/COSDocument.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0/javadocs/org/apache/pdfbox/cos/COSDocument.html b/content/docs/2.0.0/javadocs/org/apache/pdfbox/cos/COSDocument.html
new file mode 100644
index 0000000..dd397ac
--- /dev/null
+++ b/content/docs/2.0.0/javadocs/org/apache/pdfbox/cos/COSDocument.html
@@ -0,0 +1,923 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="de">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>COSDocument (Apache PDFBox 2.0.0 API)</title>
+<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="COSDocument (Apache PDFBox 2.0.0 API)";
+    }
+//-->
+</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="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/COSDocument.html">Use</a></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="../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/pdfbox/cos/COSFloat.html" title="class in org.apache.pdfbox.cos"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/pdfbox/cos/COSDocument.html" target="_top">Frames</a></li>
+<li><a href="COSDocument.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>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.pdfbox.cos</div>
+<h2 title="Class COSDocument" class="title">Class COSDocument</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">org.apache.pdfbox.cos.COSBase</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.pdfbox.cos.COSDocument</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a>, <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a>, <a href="../../../../org/apache/pdfbox/pdmodel/common/COSObjectable.html" title="interface in org.apache.pdfbox.pdmodel.common">COSObjectable</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">COSDocument</span>
+extends <a href="../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">COSBase</a>
+implements <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a></pre>
+<div class="block">This is the in-memory representation of the PDF document.  You need to call
+ close() on this object when you are done using it!!</div>
+<dl><dt><span class="strong">Author:</span></dt>
+  <dd>Ben Litchfield</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#COSDocument()">COSDocument</a></strong>()</code>
+<div class="block">Constructor.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#COSDocument(org.apache.pdfbox.io.ScratchFile)">COSDocument</a></strong>(<a href="../../../../org/apache/pdfbox/io/ScratchFile.html" title="class in org.apache.pdfbox.io">ScratchFile</a>&nbsp;scratchFile)</code>
+<div class="block">Constructor that will use the provide memory handler for storage of the
+ PDF streams.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#accept(org.apache.pdfbox.cos.ICOSVisitor)">accept</a></strong>(<a href="../../../../org/apache/pdfbox/cos/ICOSVisitor.html" title="interface in org.apache.pdfbox.cos">ICOSVisitor</a>&nbsp;visitor)</code>
+<div class="block">visitor pattern double dispatch method.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#addXRefTable(java.util.Map)">addXRefTable</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/apache/pdfbox/cos/COSObjectKey.html" title="class in org.apache.pdfbox.cos">COSObjectKey</a>,<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&gt;&nbsp;xrefTableValues)</code>
+<div class="block">Populate XRef HashMap with given values.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#close()">close</a></strong>()</code>
+<div class="block">This will close all storage and delete the tmp files.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/apache/pdfbox/cos/COSStream.html" title="class in org.apache.pdfbox.cos">COSStream</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#createCOSStream()">createCOSStream</a></strong>()</code>
+<div class="block">Creates a new COSStream using the current configuration for scratch files.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/pdfbox/cos/COSStream.html" title="class in org.apache.pdfbox.cos">COSStream</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#createCOSStream(org.apache.pdfbox.cos.COSDictionary)">createCOSStream</a></strong>(<a href="../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dictionary)</code>
+<div class="block">Creates a new COSStream using the current configuration for scratch files.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#dereferenceObjectStreams()">dereferenceObjectStreams</a></strong>()</code>
+<div class="block">This method will search the list of objects for types of ObjStm.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#finalize()">finalize</a></strong>()</code>
+<div class="block">Warn the user in the finalizer if he didn't close the PDF document.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/apache/pdfbox/cos/COSObject.html" title="class in org.apache.pdfbox.cos">COSObject</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#getCatalog()">getCatalog</a></strong>()</code>
+<div class="block">This will get the document catalog.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/pdfbox/cos/COSArray.html" title="class in org.apache.pdfbox.cos">COSArray</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#getDocumentID()">getDocumentID</a></strong>()</code>
+<div class="block">This will get the document ID.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#getEncryptionDictionary()">getEncryptionDictionary</a></strong>()</code>
+<div class="block">This will get the encryption dictionary if the document is encrypted or null
+ if the document is not encrypted.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/pdfbox/cos/COSObjectKey.html" title="class in org.apache.pdfbox.cos">COSObjectKey</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#getKey(org.apache.pdfbox.cos.COSBase)">getKey</a></strong>(<a href="../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">COSBase</a>&nbsp;object)</code>
+<div class="block">Returns the COSObjectKey for a given COS object, or null if there is none.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/apache/pdfbox/cos/COSObject.html" title="class in org.apache.pdfbox.cos">COSObject</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#getObjectByType(org.apache.pdfbox.cos.COSName)">getObjectByType</a></strong>(<a href="../../../../org/apache/pdfbox/cos/COSName.html" title="class in org.apache.pdfbox.cos">COSName</a>&nbsp;type)</code>
+<div class="block">This will get the first dictionary object by type.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/pdfbox/cos/COSObject.html" title="class in org.apache.pdfbox.cos">COSObject</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#getObjectFromPool(org.apache.pdfbox.cos.COSObjectKey)">getObjectFromPool</a></strong>(<a href="../../../../org/apache/pdfbox/cos/COSObjectKey.html" title="class in org.apache.pdfbox.cos">COSObjectKey</a>&nbsp;key)</code>
+<div class="block">This will get an object from the pool.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/pdfbox/cos/COSObject.html" title="class in org.apache.pdfbox.cos">COSObject</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#getObjects()">getObjects</a></strong>()</code>
+<div class="block">This will get a list of all available objects.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/pdfbox/cos/COSObject.html" title="class in org.apache.pdfbox.cos">COSObject</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#getObjectsByType(org.apache.pdfbox.cos.COSName)">getObjectsByType</a></strong>(<a href="../../../../org/apache/pdfbox/cos/COSName.html" title="class in org.apache.pdfbox.cos">COSName</a>&nbsp;type)</code>
+<div class="block">This will get a dictionary object by type.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/pdfbox/cos/COSObject.html" title="class in org.apache.pdfbox.cos">COSObject</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#getObjectsByType(java.lang.String)">getObjectsByType</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</code>
+<div class="block">This will get all dictionary objects by type.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#getStartXref()">getStartXref</a></strong>()</code>
+<div class="block">Return the startXref Position of the parsed document.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#getTrailer()">getTrailer</a></strong>()</code>
+<div class="block">This will get the document trailer.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>float</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#getVersion()">getVersion</a></strong>()</code>
+<div class="block">This will get the version extracted from the header of this PDF document.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/apache/pdfbox/cos/COSObjectKey.html" title="class in org.apache.pdfbox.cos">COSObjectKey</a>,<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#getXrefTable()">getXrefTable</a></strong>()</code>
+<div class="block">Returns the xrefTable which is a mapping of ObjectKeys
+ to byte offsets in the file.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#isClosed()">isClosed</a></strong>()</code>
+<div class="block">Returns true if this document has been closed.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#isDecrypted()">isDecrypted</a></strong>()</code>
+<div class="block">Indicates if a encrypted pdf is already decrypted after parsing.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#isEncrypted()">isEncrypted</a></strong>()</code>
+<div class="block">This will tell if this is an encrypted document.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#isXRefStream()">isXRefStream</a></strong>()</code>
+<div class="block">Determines if the trailer is a XRef stream or not.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#print()">print</a></strong>()</code>
+<div class="block">This will print contents to stdout.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/apache/pdfbox/cos/COSObject.html" title="class in org.apache.pdfbox.cos">COSObject</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#removeObject(org.apache.pdfbox.cos.COSObjectKey)">removeObject</a></strong>(<a href="../../../../org/apache/pdfbox/cos/COSObjectKey.html" title="class in org.apache.pdfbox.cos">COSObjectKey</a>&nbsp;key)</code>
+<div class="block">Removes an object from the object pool.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#setDecrypted()">setDecrypted</a></strong>()</code>
+<div class="block">Signals that the document is decrypted completely.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#setDocumentID(org.apache.pdfbox.cos.COSArray)">setDocumentID</a></strong>(<a href="../../../../org/apache/pdfbox/cos/COSArray.html" title="class in org.apache.pdfbox.cos">COSArray</a>&nbsp;id)</code>
+<div class="block">This will set the document ID.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#setEncryptionDictionary(org.apache.pdfbox.cos.COSDictionary)">setEncryptionDictionary</a></strong>(<a href="../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;encDictionary)</code>
+<div class="block">This will set the encryption dictionary, this should only be called when
+ encrypting the document.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#setIsXRefStream(boolean)">setIsXRefStream</a></strong>(boolean&nbsp;isXRefStreamValue)</code>
+<div class="block">Sets isXRefStream to the given value.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#setStartXref(long)">setStartXref</a></strong>(long&nbsp;startXrefValue)</code>
+<div class="block">This method set the startxref value of the document.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#setTrailer(org.apache.pdfbox.cos.COSDictionary)">setTrailer</a></strong>(<a href="../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;newTrailer)</code>
+<div class="block">// MIT added, maybe this should not be supported as trailer is a persistence construct.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#setVersion(float)">setVersion</a></strong>(float&nbsp;versionValue)</code>
+<div class="block">This will set the header version of this PDF document.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSDocument.html#setWarnMissingClose(boolean)">setWarnMissingClose</a></strong>(boolean&nbsp;warn)</code>
+<div class="block">Controls whether this instance shall issue a warning if the PDF document wasn't closed
+ properly through a call to the <a href="../../../../org/apache/pdfbox/cos/COSDocument.html#close()"><code>close()</code></a> method.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.pdfbox.cos.COSBase">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.pdfbox.cos.<a href="../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">COSBase</a></h3>
+<code><a href="../../../../org/apache/pdfbox/cos/COSBase.html#getCOSObject()">getCOSObject</a>, <a href="../../../../org/apache/pdfbox/cos/COSBase.html#isDirect()">isDirect</a>, <a href="../../../../org/apache/pdfbox/cos/COSBase.html#setDirect(boolean)">setDirect</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/1.6.0/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://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="
 http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="COSDocument()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>COSDocument</h4>
+<pre>public&nbsp;COSDocument()</pre>
+<div class="block">Constructor. Uses main memory to buffer PDF streams.</div>
+</li>
+</ul>
+<a name="COSDocument(org.apache.pdfbox.io.ScratchFile)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>COSDocument</h4>
+<pre>public&nbsp;COSDocument(<a href="../../../../org/apache/pdfbox/io/ScratchFile.html" title="class in org.apache.pdfbox.io">ScratchFile</a>&nbsp;scratchFile)</pre>
+<div class="block">Constructor that will use the provide memory handler for storage of the
+ PDF streams.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>scratchFile</code> - memory handler for buffering of PDF streams</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="createCOSStream()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createCOSStream</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/pdfbox/cos/COSStream.html" title="class in org.apache.pdfbox.cos">COSStream</a>&nbsp;createCOSStream()</pre>
+<div class="block">Creates a new COSStream using the current configuration for scratch files.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the new COSStream</dd></dl>
+</li>
+</ul>
+<a name="createCOSStream(org.apache.pdfbox.cos.COSDictionary)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createCOSStream</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/pdfbox/cos/COSStream.html" title="class in org.apache.pdfbox.cos">COSStream</a>&nbsp;createCOSStream(<a href="../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dictionary)</pre>
+<div class="block">Creates a new COSStream using the current configuration for scratch files.
+ Not for public use. Only COSParser should call this method.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dictionary</code> - the corresponding dictionary</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the new COSStream</dd></dl>
+</li>
+</ul>
+<a name="getObjectByType(org.apache.pdfbox.cos.COSName)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getObjectByType</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/pdfbox/cos/COSObject.html" title="class in org.apache.pdfbox.cos">COSObject</a>&nbsp;getObjectByType(<a href="../../../../org/apache/pdfbox/cos/COSName.html" title="class in org.apache.pdfbox.cos">COSName</a>&nbsp;type)
+                          throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">This will get the first dictionary object by type.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The type of the object.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>This will return an object with the specified type.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If there is an error getting the object</dd></dl>
+</li>
+</ul>
+<a name="getObjectsByType(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getObjectsByType</h4>
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/pdfbox/cos/COSObject.html" title="class in org.apache.pdfbox.cos">COSObject</a>&gt;&nbsp;getObjectsByType(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)
+                                 throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">This will get all dictionary objects by type.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The type of the object.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>This will return an object with the specified type.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If there is an error getting the object</dd></dl>
+</li>
+</ul>
+<a name="getObjectsByType(org.apache.pdfbox.cos.COSName)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getObjectsByType</h4>
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/pdfbox/cos/COSObject.html" title="class in org.apache.pdfbox.cos">COSObject</a>&gt;&nbsp;getObjectsByType(<a href="../../../../org/apache/pdfbox/cos/COSName.html" title="class in org.apache.pdfbox.cos">COSName</a>&nbsp;type)
+                                 throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">This will get a dictionary object by type.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The type of the object.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>This will return an object with the specified type.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If there is an error getting the object</dd></dl>
+</li>
+</ul>
+<a name="getKey(org.apache.pdfbox.cos.COSBase)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getKey</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/pdfbox/cos/COSObjectKey.html" title="class in org.apache.pdfbox.cos">COSObjectKey</a>&nbsp;getKey(<a href="../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">COSBase</a>&nbsp;object)</pre>
+<div class="block">Returns the COSObjectKey for a given COS object, or null if there is none.
+ This lookup iterates over all objects in a PDF, which may be slow for large files.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - COS object</dd>
+<dt><span class="strong">Returns:</span></dt><dd>key</dd></dl>
+</li>
+</ul>
+<a name="print()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>print</h4>
+<pre>public&nbsp;void&nbsp;print()</pre>
+<div class="block">This will print contents to stdout.</div>
+</li>
+</ul>
+<a name="setVersion(float)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setVersion</h4>
+<pre>public&nbsp;void&nbsp;setVersion(float&nbsp;versionValue)</pre>
+<div class="block">This will set the header version of this PDF document.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>versionValue</code> - The version of the PDF document.</dd></dl>
+</li>
+</ul>
+<a name="getVersion()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getVersion</h4>
+<pre>public&nbsp;float&nbsp;getVersion()</pre>
+<div class="block">This will get the version extracted from the header of this PDF document.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The header version.</dd></dl>
+</li>
+</ul>
+<a name="setDecrypted()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDecrypted</h4>
+<pre>public&nbsp;void&nbsp;setDecrypted()</pre>
+<div class="block">Signals that the document is decrypted completely.</div>
+</li>
+</ul>
+<a name="isDecrypted()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isDecrypted</h4>
+<pre>public&nbsp;boolean&nbsp;isDecrypted()</pre>
+<div class="block">Indicates if a encrypted pdf is already decrypted after parsing.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>true indicates that the pdf is decrypted.</dd></dl>
+</li>
+</ul>
+<a name="isEncrypted()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isEncrypted</h4>
+<pre>public&nbsp;boolean&nbsp;isEncrypted()</pre>
+<div class="block">This will tell if this is an encrypted document.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>true If this document is encrypted.</dd></dl>
+</li>
+</ul>
+<a name="getEncryptionDictionary()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEncryptionDictionary</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;getEncryptionDictionary()</pre>
+<div class="block">This will get the encryption dictionary if the document is encrypted or null
+ if the document is not encrypted.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The encryption dictionary.</dd></dl>
+</li>
+</ul>
+<a name="setEncryptionDictionary(org.apache.pdfbox.cos.COSDictionary)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setEncryptionDictionary</h4>
+<pre>public&nbsp;void&nbsp;setEncryptionDictionary(<a href="../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;encDictionary)</pre>
+<div class="block">This will set the encryption dictionary, this should only be called when
+ encrypting the document.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>encDictionary</code> - The encryption dictionary.</dd></dl>
+</li>
+</ul>
+<a name="getDocumentID()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDocumentID</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/pdfbox/cos/COSArray.html" title="class in org.apache.pdfbox.cos">COSArray</a>&nbsp;getDocumentID()</pre>
+<div class="block">This will get the document ID.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The document id.</dd></dl>
+</li>
+</ul>
+<a name="setDocumentID(org.apache.pdfbox.cos.COSArray)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDocumentID</h4>
+<pre>public&nbsp;void&nbsp;setDocumentID(<a href="../../../../org/apache/pdfbox/cos/COSArray.html" title="class in org.apache.pdfbox.cos">COSArray</a>&nbsp;id)</pre>
+<div class="block">This will set the document ID.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - The document id.</dd></dl>
+</li>
+</ul>
+<a name="getCatalog()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCatalog</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/pdfbox/cos/COSObject.html" title="class in org.apache.pdfbox.cos">COSObject</a>&nbsp;getCatalog()
+                     throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">This will get the document catalog.
+
+ Maybe this should move to an object at PDFEdit level</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>catalog is the root of all document activities</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If no catalog can be found.</dd></dl>
+</li>
+</ul>
+<a name="getObjects()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getObjects</h4>
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/pdfbox/cos/COSObject.html" title="class in org.apache.pdfbox.cos">COSObject</a>&gt;&nbsp;getObjects()</pre>
+<div class="block">This will get a list of all available objects.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>A list of all objects.</dd></dl>
+</li>
+</ul>
+<a name="getTrailer()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTrailer</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;getTrailer()</pre>
+<div class="block">This will get the document trailer.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the document trailer dict</dd></dl>
+</li>
+</ul>
+<a name="setTrailer(org.apache.pdfbox.cos.COSDictionary)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setTrailer</h4>
+<pre>public&nbsp;void&nbsp;setTrailer(<a href="../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;newTrailer)</pre>
+<div class="block">// MIT added, maybe this should not be supported as trailer is a persistence construct.
+ This will set the document trailer.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>newTrailer</code> - the document trailer dictionary</dd></dl>
+</li>
+</ul>
+<a name="accept(org.apache.pdfbox.cos.ICOSVisitor)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>accept</h4>
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;accept(<a href="../../../../org/apache/pdfbox/cos/ICOSVisitor.html" title="interface in org.apache.pdfbox.cos">ICOSVisitor</a>&nbsp;visitor)
+              throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">visitor pattern double dispatch method.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../org/apache/pdfbox/cos/COSBase.html#accept(org.apache.pdfbox.cos.ICOSVisitor)">accept</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">COSBase</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>visitor</code> - The object to notify when visiting this object.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>any object, depending on the visitor implementation, or null</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If an error occurs while visiting this object.</dd></dl>
+</li>
+</ul>
+<a name="close()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>close</h4>
+<pre>public&nbsp;void&nbsp;close()
+           throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">This will close all storage and delete the tmp files.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/Closeable.html?is-external=true#close()" title="class or interface in java.io">close</a></code>&nbsp;in interface&nbsp;<code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a></code></dd>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/AutoCloseable.html?is-external=true#close()" title="class or interface in java.lang">close</a></code>&nbsp;in interface&nbsp;<code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></code></dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If there is an error close resources.</dd></dl>
+</li>
+</ul>
+<a name="isClosed()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isClosed</h4>
+<pre>public&nbsp;boolean&nbsp;isClosed()</pre>
+<div class="block">Returns true if this document has been closed.</div>
+</li>
+</ul>
+<a name="finalize()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>finalize</h4>
+<pre>protected&nbsp;void&nbsp;finalize()
+                 throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Warn the user in the finalizer if he didn't close the PDF document. The method also
+ closes the document just in case, to avoid abandoned temporary files. It's still a good
+ idea for the user to close the PDF document at the earliest possible to conserve resources.</div>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a></code>&nbsp;in class&nbsp;<code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if an error occurs while closing the temporary files</dd></dl>
+</li>
+</ul>
+<a name="setWarnMissingClose(boolean)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setWarnMissingClose</h4>
+<pre>public&nbsp;void&nbsp;setWarnMissingClose(boolean&nbsp;warn)</pre>
+<div class="block">Controls whether this instance shall issue a warning if the PDF document wasn't closed
+ properly through a call to the <a href="../../../../org/apache/pdfbox/cos/COSDocument.html#close()"><code>close()</code></a> method. If the PDF document is held in
+ a cache governed by soft references it is impossible to reliably close the document
+ before the warning is raised. By default, the warning is enabled.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>warn</code> - true enables the warning, false disables it.</dd></dl>
+</li>
+</ul>
+<a name="dereferenceObjectStreams()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>dereferenceObjectStreams</h4>
+<pre>public&nbsp;void&nbsp;dereferenceObjectStreams()
+                              throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">This method will search the list of objects for types of ObjStm.  If it finds
+ them then it will parse out all of the objects from the stream that is contains.</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If there is an error parsing the stream.</dd></dl>
+</li>
+</ul>
+<a name="getObjectFromPool(org.apache.pdfbox.cos.COSObjectKey)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getObjectFromPool</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/pdfbox/cos/COSObject.html" title="class in org.apache.pdfbox.cos">COSObject</a>&nbsp;getObjectFromPool(<a href="../../../../org/apache/pdfbox/cos/COSObjectKey.html" title="class in org.apache.pdfbox.cos">COSObjectKey</a>&nbsp;key)
+                            throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">This will get an object from the pool.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The object key.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>The object in the pool or a new one if it has not been parsed yet.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If there is an error getting the proxy object.</dd></dl>
+</li>
+</ul>
+<a name="removeObject(org.apache.pdfbox.cos.COSObjectKey)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>removeObject</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/pdfbox/cos/COSObject.html" title="class in org.apache.pdfbox.cos">COSObject</a>&nbsp;removeObject(<a href="../../../../org/apache/pdfbox/cos/COSObjectKey.html" title="class in org.apache.pdfbox.cos">COSObjectKey</a>&nbsp;key)</pre>
+<div class="block">Removes an object from the object pool.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - the object key</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the object that was removed or null if the object was not found</dd></dl>
+</li>
+</ul>
+<a name="addXRefTable(java.util.Map)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addXRefTable</h4>
+<pre>public&nbsp;void&nbsp;addXRefTable(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/apache/pdfbox/cos/COSObjectKey.html" title="class in org.apache.pdfbox.cos">COSObjectKey</a>,<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&gt;&nbsp;xrefTableValues)</pre>
+<div class="block">Populate XRef HashMap with given values.
+ Each entry maps ObjectKeys to byte offsets in the file.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>xrefTableValues</code> - xref table entries to be added</dd></dl>
+</li>
+</ul>
+<a name="getXrefTable()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getXrefTable</h4>
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/apache/pdfbox/cos/COSObjectKey.html" title="class in org.apache.pdfbox.cos">COSObjectKey</a>,<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&gt;&nbsp;getXrefTable()</pre>
+<div class="block">Returns the xrefTable which is a mapping of ObjectKeys
+ to byte offsets in the file.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>mapping of ObjectsKeys to byte offsets</dd></dl>
+</li>
+</ul>
+<a name="setStartXref(long)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setStartXref</h4>
+<pre>public&nbsp;void&nbsp;setStartXref(long&nbsp;startXrefValue)</pre>
+<div class="block">This method set the startxref value of the document. This will only 
+ be needed for incremental updates.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>startXrefValue</code> - the value for startXref</dd></dl>
+</li>
+</ul>
+<a name="getStartXref()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getStartXref</h4>
+<pre>public&nbsp;long&nbsp;getStartXref()</pre>
+<div class="block">Return the startXref Position of the parsed document. This will only be needed for incremental updates.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>a long with the old position of the startxref</dd></dl>
+</li>
+</ul>
+<a name="isXRefStream()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isXRefStream</h4>
+<pre>public&nbsp;boolean&nbsp;isXRefStream()</pre>
+<div class="block">Determines if the trailer is a XRef stream or not.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>true if the trailer is a XRef stream</dd></dl>
+</li>
+</ul>
+<a name="setIsXRefStream(boolean)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setIsXRefStream</h4>
+<pre>public&nbsp;void&nbsp;setIsXRefStream(boolean&nbsp;isXRefStreamValue)</pre>
+<div class="block">Sets isXRefStream to the given value.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>isXRefStreamValue</code> - the new value for isXRefStream</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="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/COSDocument.html">Use</a></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="../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/pdfbox/cos/COSFloat.html" title="class in org.apache.pdfbox.cos"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/pdfbox/cos/COSDocument.html" target="_top">Frames</a></li>
+<li><a href="COSDocument.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>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/3010c6b8/content/docs/2.0.0/javadocs/org/apache/pdfbox/cos/COSFloat.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0/javadocs/org/apache/pdfbox/cos/COSFloat.html b/content/docs/2.0.0/javadocs/org/apache/pdfbox/cos/COSFloat.html
new file mode 100644
index 0000000..78e8e9f
--- /dev/null
+++ b/content/docs/2.0.0/javadocs/org/apache/pdfbox/cos/COSFloat.html
@@ -0,0 +1,487 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="de">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>COSFloat (Apache PDFBox 2.0.0 API)</title>
+<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="COSFloat (Apache PDFBox 2.0.0 API)";
+    }
+//-->
+</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="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/COSFloat.html">Use</a></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="../../../../org/apache/pdfbox/cos/COSDocument.html" title="class in org.apache.pdfbox.cos"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/pdfbox/cos/COSInputStream.html" title="class in org.apache.pdfbox.cos"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/pdfbox/cos/COSFloat.html" target="_top">Frames</a></li>
+<li><a href="COSFloat.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="#fields_inherited_from_class_org.apache.pdfbox.cos.COSNumber">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.pdfbox.cos</div>
+<h2 title="Class COSFloat" class="title">Class COSFloat</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">org.apache.pdfbox.cos.COSBase</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../org/apache/pdfbox/cos/COSNumber.html" title="class in org.apache.pdfbox.cos">org.apache.pdfbox.cos.COSNumber</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.pdfbox.cos.COSFloat</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="../../../../org/apache/pdfbox/pdmodel/common/COSObjectable.html" title="interface in org.apache.pdfbox.pdmodel.common">COSObjectable</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">COSFloat</span>
+extends <a href="../../../../org/apache/pdfbox/cos/COSNumber.html" title="class in org.apache.pdfbox.cos">COSNumber</a></pre>
+<div class="block">This class represents a floating point number in a PDF document.</div>
+<dl><dt><span class="strong">Author:</span></dt>
+  <dd>Ben Litchfield</dd></dl>
+</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>
+<ul class="blockList">
+<li class="blockList"><a name="fields_inherited_from_class_org.apache.pdfbox.cos.COSNumber">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.apache.pdfbox.cos.<a href="../../../../org/apache/pdfbox/cos/COSNumber.html" title="class in org.apache.pdfbox.cos">COSNumber</a></h3>
+<code><a href="../../../../org/apache/pdfbox/cos/COSNumber.html#ONE">ONE</a>, <a href="../../../../org/apache/pdfbox/cos/COSNumber.html#ZERO">ZERO</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSFloat.html#COSFloat(float)">COSFloat</a></strong>(float&nbsp;aFloat)</code>
+<div class="block">Constructor.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSFloat.html#COSFloat(java.lang.String)">COSFloat</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aFloat)</code>
+<div class="block">Constructor.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSFloat.html#accept(org.apache.pdfbox.cos.ICOSVisitor)">accept</a></strong>(<a href="../../../../org/apache/pdfbox/cos/ICOSVisitor.html" title="interface in org.apache.pdfbox.cos">ICOSVisitor</a>&nbsp;visitor)</code>
+<div class="block">visitor pattern double dispatch method.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>double</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSFloat.html#doubleValue()">doubleValue</a></strong>()</code>
+<div class="block">The value of the double object that this one wraps.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSFloat.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>float</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSFloat.html#floatValue()">floatValue</a></strong>()</code>
+<div class="block">The value of the float object that this one wraps.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSFloat.html#hashCode()">hashCode</a></strong>()</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSFloat.html#intValue()">intValue</a></strong>()</code>
+<div class="block">This will get the integer value of this object.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSFloat.html#longValue()">longValue</a></strong>()</code>
+<div class="block">This will get the long value of this object.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSFloat.html#toString()">toString</a></strong>()</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/cos/COSFloat.html#writePDF(java.io.OutputStream)">writePDF</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;output)</code>
+<div class="block">This will output this string as a PDF object.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.pdfbox.cos.COSNumber">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.pdfbox.cos.<a href="../../../../org/apache/pdfbox/cos/COSNumber.html" title="class in org.apache.pdfbox.cos">COSNumber</a></h3>
+<code><a href="../../../../org/apache/pdfbox/cos/COSNumber.html#get(java.lang.String)">get</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.pdfbox.cos.COSBase">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.pdfbox.cos.<a href="../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">COSBase</a></h3>
+<code><a href="../../../../org/apache/pdfbox/cos/COSBase.html#getCOSObject()">getCOSObject</a>, <a href="../../../../org/apache/pdfbox/cos/COSBase.html#isDirect()">isDirect</a>, <a href="../../../../org/apache/pdfbox/cos/COSBase.html#setDirect(boolean)">setDirect</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://download.orac
 le.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="COSFloat(float)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>COSFloat</h4>
+<pre>public&nbsp;COSFloat(float&nbsp;aFloat)</pre>
+<div class="block">Constructor.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>aFloat</code> - The primitive float object that this object wraps.</dd></dl>
+</li>
+</ul>
+<a name="COSFloat(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>COSFloat</h4>
+<pre>public&nbsp;COSFloat(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aFloat)
+         throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Constructor.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>aFloat</code> - The primitive float object that this object wraps.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If aFloat is not a float.</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="floatValue()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>floatValue</h4>
+<pre>public&nbsp;float&nbsp;floatValue()</pre>
+<div class="block">The value of the float object that this one wraps.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../org/apache/pdfbox/cos/COSNumber.html#floatValue()">floatValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/pdfbox/cos/COSNumber.html" title="class in org.apache.pdfbox.cos">COSNumber</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>The value of this object.</dd></dl>
+</li>
+</ul>
+<a name="doubleValue()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>doubleValue</h4>
+<pre>public&nbsp;double&nbsp;doubleValue()</pre>
+<div class="block">The value of the double object that this one wraps.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../org/apache/pdfbox/cos/COSNumber.html#doubleValue()">doubleValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/pdfbox/cos/COSNumber.html" title="class in org.apache.pdfbox.cos">COSNumber</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>The double of this object.</dd></dl>
+</li>
+</ul>
+<a name="longValue()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>longValue</h4>
+<pre>public&nbsp;long&nbsp;longValue()</pre>
+<div class="block">This will get the long value of this object.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../org/apache/pdfbox/cos/COSNumber.html#longValue()">longValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/pdfbox/cos/COSNumber.html" title="class in org.apache.pdfbox.cos">COSNumber</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>The long value of this object,</dd></dl>
+</li>
+</ul>
+<a name="intValue()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>intValue</h4>
+<pre>public&nbsp;int&nbsp;intValue()</pre>
+<div class="block">This will get the integer value of this object.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../org/apache/pdfbox/cos/COSNumber.html#intValue()">intValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/pdfbox/cos/COSNumber.html" title="class in org.apache.pdfbox.cos">COSNumber</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>The int value of this object,</dd></dl>
+</li>
+</ul>
+<a name="equals(java.lang.Object)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>equals</h4>
+<pre>public&nbsp;boolean&nbsp;equals(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a></code>&nbsp;in class&nbsp;<code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="hashCode()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hashCode</h4>
+<pre>public&nbsp;int&nbsp;hashCode()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a></code>&nbsp;in class&nbsp;<code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="toString()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code>&nbsp;in class&nbsp;<code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="accept(org.apache.pdfbox.cos.ICOSVisitor)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>accept</h4>
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;accept(<a href="../../../../org/apache/pdfbox/cos/ICOSVisitor.html" title="interface in org.apache.pdfbox.cos">ICOSVisitor</a>&nbsp;visitor)
+              throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">visitor pattern double dispatch method.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../org/apache/pdfbox/cos/COSBase.html#accept(org.apache.pdfbox.cos.ICOSVisitor)">accept</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">COSBase</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>visitor</code> - The object to notify when visiting this object.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>any object, depending on the visitor implementation, or null</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If an error occurs while visiting this object.</dd></dl>
+</li>
+</ul>
+<a name="writePDF(java.io.OutputStream)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>writePDF</h4>
+<pre>public&nbsp;void&nbsp;writePDF(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;output)
+              throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">This will output this string as a PDF object.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>output</code> - The stream to write to.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If there is an error writing to the stream.</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="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/COSFloat.html">Use</a></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="../../../../org/apache/pdfbox/cos/COSDocument.html" title="class in org.apache.pdfbox.cos"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/pdfbox/cos/COSInputStream.html" title="class in org.apache.pdfbox.cos"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/pdfbox/cos/COSFloat.html" target="_top">Frames</a></li>
+<li><a href="COSFloat.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="#fields_inherited_from_class_org.apache.pdfbox.cos.COSNumber">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>