Skip to content

Commit

Permalink
Housekeeping after Release 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
3breadt committed Nov 6, 2019
1 parent 55a3ad8 commit 1c06f94
Show file tree
Hide file tree
Showing 51 changed files with 1,109 additions and 1,105 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ If you use Maven and want to include the library into your project you can use t
<dependency>
<groupId>com.googlecode.plist</groupId>
<artifactId>dd-plist</artifactId>
<version>1.22</version>
<version>1.23</version>
</dependency>

## Help
Expand Down
6 changes: 3 additions & 3 deletions docs/allclasses-frame.html
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_25) on Tue Aug 21 19:00:43 CEST 2018 -->
<!-- Generated by javadoc (1.8.0_25) on Wed Nov 06 20:28:39 CET 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (dd-plist 1.21 API)</title>
<meta name="date" content="2018-08-21">
<title>All Classes (dd-plist 1.23 API)</title>
<meta name="date" content="2019-11-06">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
6 changes: 3 additions & 3 deletions docs/allclasses-noframe.html
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_25) on Tue Aug 21 19:00:43 CEST 2018 -->
<!-- Generated by javadoc (1.8.0_25) on Wed Nov 06 20:28:39 CET 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (dd-plist 1.21 API)</title>
<meta name="date" content="2018-08-21">
<title>All Classes (dd-plist 1.23 API)</title>
<meta name="date" content="2019-11-06">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
104 changes: 52 additions & 52 deletions docs/com/dd/plist/ASCIIPropertyListParser.html

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions docs/com/dd/plist/Base64.B64InputStream.html

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions docs/com/dd/plist/Base64.B64OutputStream.html

Large diffs are not rendered by default.

228 changes: 114 additions & 114 deletions docs/com/dd/plist/Base64.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/com/dd/plist/BinaryPropertyListParser.html
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_25) on Tue Aug 21 19:00:43 CEST 2018 -->
<!-- Generated by javadoc (1.8.0_25) on Wed Nov 06 20:28:39 CET 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BinaryPropertyListParser (dd-plist 1.21 API)</title>
<meta name="date" content="2018-08-21">
<title>BinaryPropertyListParser (dd-plist 1.23 API)</title>
<meta name="date" content="2019-11-06">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="BinaryPropertyListParser (dd-plist 1.21 API)";
parent.document.title="BinaryPropertyListParser (dd-plist 1.23 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -97,7 +97,7 @@ <h2 title="Class BinaryPropertyListParser" class="title">Class BinaryPropertyLis
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li><a href="https://docs.oracle.com/javase/8/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>com.dd.plist.BinaryPropertyListParser</li>
Expand All @@ -110,7 +110,7 @@ <h2 title="Class BinaryPropertyListParser" class="title">Class BinaryPropertyLis
<hr>
<br>
<pre>public final class <span class="typeNameLabel">BinaryPropertyListParser</span>
extends <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
<div class="block">Parses property lists that are in Apple's binary format.
Use this class when you are sure about the format of the property list.
Otherwise use the PropertyListParser class.
Expand Down Expand Up @@ -154,13 +154,13 @@ <h3>Method Summary</h3>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static <a href="../../../com/dd/plist/NSObject.html" title="class in com.dd.plist">NSObject</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/dd/plist/BinaryPropertyListParser.html#parse-java.io.File-">parse</a></span>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;f)</code>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/dd/plist/BinaryPropertyListParser.html#parse-java.io.File-">parse</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;f)</code>
<div class="block">Parses a binary property list file.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static <a href="../../../com/dd/plist/NSObject.html" title="class in com.dd.plist">NSObject</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/dd/plist/BinaryPropertyListParser.html#parse-java.io.InputStream-">parse</a></span>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;is)</code>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/dd/plist/BinaryPropertyListParser.html#parse-java.io.InputStream-">parse</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;is)</code>
<div class="block">Parses a binary property list from an input stream.</div>
</td>
</tr>
Expand Down Expand Up @@ -211,8 +211,8 @@ <h3>Method Summary</h3>
<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/6/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/6/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/6/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
Expand All @@ -236,7 +236,7 @@ <h3>Method Detail</h3>
<h4>parse</h4>
<pre>public static&nbsp;<a href="../../../com/dd/plist/NSObject.html" title="class in com.dd.plist">NSObject</a>&nbsp;parse(byte[]&nbsp;data)
throws <a href="../../../com/dd/plist/PropertyListFormatException.html" title="class in com.dd.plist">PropertyListFormatException</a>,
<a href="http://download.oracle.com/javase/6/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></pre>
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></pre>
<div class="block">Parses a binary property list from a byte array.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
Expand All @@ -245,7 +245,7 @@ <h4>parse</h4>
<dd>The root object of the property list. This is usually a <a href="../../../com/dd/plist/NSDictionary.html" title="class in com.dd.plist"><code>NSDictionary</code></a> but can also be a <a href="../../../com/dd/plist/NSArray.html" title="class in com.dd.plist"><code>NSArray</code></a>.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../com/dd/plist/PropertyListFormatException.html" title="class in com.dd.plist">PropertyListFormatException</a></code> - When the property list's format could not be parsed.</dd>
<dd><code><a href="http://download.oracle.com/javase/6/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></code> - If a <a href="../../../com/dd/plist/NSString.html" title="class in com.dd.plist"><code>NSString</code></a> object could not be decoded.</dd>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></code> - If a <a href="../../../com/dd/plist/NSString.html" title="class in com.dd.plist"><code>NSString</code></a> object could not be decoded.</dd>
</dl>
</li>
</ul>
Expand All @@ -255,8 +255,8 @@ <h4>parse</h4>
<ul class="blockList">
<li class="blockList">
<h4>parse</h4>
<pre>public static&nbsp;<a href="../../../com/dd/plist/NSObject.html" title="class in com.dd.plist">NSObject</a>&nbsp;parse(<a href="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;is)
throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
<pre>public static&nbsp;<a href="../../../com/dd/plist/NSObject.html" title="class in com.dd.plist">NSObject</a>&nbsp;parse(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;is)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
<a href="../../../com/dd/plist/PropertyListFormatException.html" title="class in com.dd.plist">PropertyListFormatException</a></pre>
<div class="block">Parses a binary property list from an input stream.
This method does not close the specified input stream.</div>
Expand All @@ -267,7 +267,7 @@ <h4>parse</h4>
<dd>The root object of the property list. This is usually a <a href="../../../com/dd/plist/NSDictionary.html" title="class in com.dd.plist"><code>NSDictionary</code></a> but can also be a <a href="../../../com/dd/plist/NSArray.html" title="class in com.dd.plist"><code>NSArray</code></a>.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../com/dd/plist/PropertyListFormatException.html" title="class in com.dd.plist">PropertyListFormatException</a></code> - When the property list's format could not be parsed.</dd>
<dd><code><a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If a <a href="../../../com/dd/plist/NSString.html" title="class in com.dd.plist"><code>NSString</code></a> object could not be decoded or an I/O error occurs on the input stream.</dd>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If a <a href="../../../com/dd/plist/NSString.html" title="class in com.dd.plist"><code>NSString</code></a> object could not be decoded or an I/O error occurs on the input stream.</dd>
</dl>
</li>
</ul>
Expand All @@ -277,8 +277,8 @@ <h4>parse</h4>
<ul class="blockList">
<li class="blockList">
<h4>parse</h4>
<pre>public static&nbsp;<a href="../../../com/dd/plist/NSObject.html" title="class in com.dd.plist">NSObject</a>&nbsp;parse(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;f)
throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
<pre>public static&nbsp;<a href="../../../com/dd/plist/NSObject.html" title="class in com.dd.plist">NSObject</a>&nbsp;parse(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;f)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
<a href="../../../com/dd/plist/PropertyListFormatException.html" title="class in com.dd.plist">PropertyListFormatException</a></pre>
<div class="block">Parses a binary property list file.</div>
<dl>
Expand All @@ -288,7 +288,7 @@ <h4>parse</h4>
<dd>The root object of the property list. This is usually a <a href="../../../com/dd/plist/NSDictionary.html" title="class in com.dd.plist"><code>NSDictionary</code></a> but can also be a <a href="../../../com/dd/plist/NSArray.html" title="class in com.dd.plist"><code>NSArray</code></a>.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../com/dd/plist/PropertyListFormatException.html" title="class in com.dd.plist">PropertyListFormatException</a></code> - When the property list's format could not be parsed.</dd>
<dd><code><a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If a <a href="../../../com/dd/plist/NSString.html" title="class in com.dd.plist"><code>NSString</code></a> object could not be decoded or an I/O error occurs on the input stream.</dd>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If a <a href="../../../com/dd/plist/NSString.html" title="class in com.dd.plist"><code>NSString</code></a> object could not be decoded or an I/O error occurs on the input stream.</dd>
</dl>
</li>
</ul>
Expand Down Expand Up @@ -488,6 +488,6 @@ <h4>copyOfRange</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All Rights Reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>

0 comments on commit 1c06f94

Please sign in to comment.