Skip to content

Commit 1c06f94

Browse files
committed
Housekeeping after Release 1.23
1 parent 55a3ad8 commit 1c06f94

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1109
-1105
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you use Maven and want to include the library into your project you can use t
2828
<dependency>
2929
<groupId>com.googlecode.plist</groupId>
3030
<artifactId>dd-plist</artifactId>
31-
<version>1.22</version>
31+
<version>1.23</version>
3232
</dependency>
3333

3434
## Help

docs/allclasses-frame.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_25) on Tue Aug 21 19:00:43 CEST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_25) on Wed Nov 06 20:28:39 CET 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (dd-plist 1.21 API)</title>
8-
<meta name="date" content="2018-08-21">
7+
<title>All Classes (dd-plist 1.23 API)</title>
8+
<meta name="date" content="2019-11-06">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>

docs/allclasses-noframe.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_25) on Tue Aug 21 19:00:43 CEST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_25) on Wed Nov 06 20:28:39 CET 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (dd-plist 1.21 API)</title>
8-
<meta name="date" content="2018-08-21">
7+
<title>All Classes (dd-plist 1.23 API)</title>
8+
<meta name="date" content="2019-11-06">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>

docs/com/dd/plist/ASCIIPropertyListParser.html

+52-52
Large diffs are not rendered by default.

docs/com/dd/plist/Base64.B64InputStream.html

+26-26
Large diffs are not rendered by default.

docs/com/dd/plist/Base64.B64OutputStream.html

+35-35
Large diffs are not rendered by default.

docs/com/dd/plist/Base64.html

+114-114
Large diffs are not rendered by default.

docs/com/dd/plist/BinaryPropertyListParser.html

+19-19
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_25) on Tue Aug 21 19:00:43 CEST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_25) on Wed Nov 06 20:28:39 CET 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>BinaryPropertyListParser (dd-plist 1.21 API)</title>
8-
<meta name="date" content="2018-08-21">
7+
<title>BinaryPropertyListParser (dd-plist 1.23 API)</title>
8+
<meta name="date" content="2019-11-06">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="BinaryPropertyListParser (dd-plist 1.21 API)";
16+
parent.document.title="BinaryPropertyListParser (dd-plist 1.23 API)";
1717
}
1818
}
1919
catch(err) {
@@ -97,7 +97,7 @@ <h2 title="Class BinaryPropertyListParser" class="title">Class BinaryPropertyLis
9797
</div>
9898
<div class="contentContainer">
9999
<ul class="inheritance">
100-
<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>
100+
<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>
101101
<li>
102102
<ul class="inheritance">
103103
<li>com.dd.plist.BinaryPropertyListParser</li>
@@ -110,7 +110,7 @@ <h2 title="Class BinaryPropertyListParser" class="title">Class BinaryPropertyLis
110110
<hr>
111111
<br>
112112
<pre>public final class <span class="typeNameLabel">BinaryPropertyListParser</span>
113-
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>
113+
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>
114114
<div class="block">Parses property lists that are in Apple's binary format.
115115
Use this class when you are sure about the format of the property list.
116116
Otherwise use the PropertyListParser class.
@@ -154,13 +154,13 @@ <h3>Method Summary</h3>
154154
</tr>
155155
<tr id="i2" class="altColor">
156156
<td class="colFirst"><code>static <a href="../../../com/dd/plist/NSObject.html" title="class in com.dd.plist">NSObject</a></code></td>
157-
<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>
157+
<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>
158158
<div class="block">Parses a binary property list file.</div>
159159
</td>
160160
</tr>
161161
<tr id="i3" class="rowColor">
162162
<td class="colFirst"><code>static <a href="../../../com/dd/plist/NSObject.html" title="class in com.dd.plist">NSObject</a></code></td>
163-
<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>
163+
<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>
164164
<div class="block">Parses a binary property list from an input stream.</div>
165165
</td>
166166
</tr>
@@ -211,8 +211,8 @@ <h3>Method Summary</h3>
211211
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
212212
<!-- -->
213213
</a>
214-
<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>
215-
<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>
214+
<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>
215+
<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>
216216
</ul>
217217
</li>
218218
</ul>
@@ -236,7 +236,7 @@ <h3>Method Detail</h3>
236236
<h4>parse</h4>
237237
<pre>public static&nbsp;<a href="../../../com/dd/plist/NSObject.html" title="class in com.dd.plist">NSObject</a>&nbsp;parse(byte[]&nbsp;data)
238238
throws <a href="../../../com/dd/plist/PropertyListFormatException.html" title="class in com.dd.plist">PropertyListFormatException</a>,
239-
<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>
239+
<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>
240240
<div class="block">Parses a binary property list from a byte array.</div>
241241
<dl>
242242
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -245,7 +245,7 @@ <h4>parse</h4>
245245
<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>
246246
<dt><span class="throwsLabel">Throws:</span></dt>
247247
<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>
248-
<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>
248+
<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>
249249
</dl>
250250
</li>
251251
</ul>
@@ -255,8 +255,8 @@ <h4>parse</h4>
255255
<ul class="blockList">
256256
<li class="blockList">
257257
<h4>parse</h4>
258-
<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)
259-
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>,
258+
<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)
259+
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>,
260260
<a href="../../../com/dd/plist/PropertyListFormatException.html" title="class in com.dd.plist">PropertyListFormatException</a></pre>
261261
<div class="block">Parses a binary property list from an input stream.
262262
This method does not close the specified input stream.</div>
@@ -267,7 +267,7 @@ <h4>parse</h4>
267267
<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>
268268
<dt><span class="throwsLabel">Throws:</span></dt>
269269
<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>
270-
<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>
270+
<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>
271271
</dl>
272272
</li>
273273
</ul>
@@ -277,8 +277,8 @@ <h4>parse</h4>
277277
<ul class="blockList">
278278
<li class="blockList">
279279
<h4>parse</h4>
280-
<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)
281-
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>,
280+
<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)
281+
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>,
282282
<a href="../../../com/dd/plist/PropertyListFormatException.html" title="class in com.dd.plist">PropertyListFormatException</a></pre>
283283
<div class="block">Parses a binary property list file.</div>
284284
<dl>
@@ -288,7 +288,7 @@ <h4>parse</h4>
288288
<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>
289289
<dt><span class="throwsLabel">Throws:</span></dt>
290290
<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>
291-
<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>
291+
<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>
292292
</dl>
293293
</li>
294294
</ul>
@@ -488,6 +488,6 @@ <h4>copyOfRange</h4>
488488
<!-- -->
489489
</a></div>
490490
<!-- ======== END OF BOTTOM NAVBAR ======= -->
491-
<p class="legalCopy"><small>Copyright &#169; 2018. All Rights Reserved.</small></p>
491+
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
492492
</body>
493493
</html>

0 commit comments

Comments
 (0)