1
Fork 0
mirror of https://github.com/Steffo99/unimore-oop-2020-cleaver.git synced 2024-11-23 08:34:19 +00:00
oop-2020-steffo-cleaver/docs/eu.steffo.cleaver/eu/steffo/cleaver/logic/package-summary.html

151 lines
5.8 KiB
HTML
Raw Normal View History

2019-12-07 00:09:56 +00:00
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="it">
<head>
2020-01-05 17:46:32 +00:00
<!-- Generated by javadoc (13.0.1) on Sun Jan 05 18:44:04 CET 2020 -->
2020-01-05 15:50:06 +00:00
<title>eu.steffo.cleaver.logic</title>
2019-12-07 00:09:56 +00:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2020-01-05 15:50:06 +00:00
<meta name="dc.created" content="2020-01-05">
<meta name="description" content="declaration: module: eu.steffo.cleaver, package: eu.steffo.cleaver.logic">
2019-12-07 00:09:56 +00:00
<meta name="generator" content="javadoc/PackageWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
2020-01-05 15:50:06 +00:00
<link rel="stylesheet" type="text/css" href="../../../../../style.css" title="Style">
2019-12-07 00:09:56 +00:00
<link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../script-dir/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-ui.js"></script>
</head>
<body class="package-declaration">
<script type="text/javascript">var pathtoroot = "../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
2020-01-05 15:50:06 +00:00
<li><a href="../../../../module-summary.html">Module</a></li>
2019-12-07 00:09:56 +00:00
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div class="navListSearch"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<a id="skip.navbar.top">
<!-- -->
</a>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
2020-01-05 15:50:06 +00:00
<div class="subTitle"><span class="moduleLabelInPackage">Module</span>&nbsp;<a href="../../../../module-summary.html">eu.steffo.cleaver</a></div>
<h1 title="Package" class="title">Package&nbsp;eu.steffo.cleaver.logic</h1>
2019-12-07 00:09:56 +00:00
</div>
<div class="contentContainer">
2020-01-05 15:50:06 +00:00
<section class="packageDescription"><a id="package.description">
<!-- -->
</a>
<div class="block">A package containing the core logic of the program.</div>
2020-01-05 15:58:06 +00:00
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="compress/package-summary.html"><code>eu.steffo.cleaver.logic.compress</code></a>,
<a href="crypt/package-summary.html"><code>eu.steffo.cleaver.logic.crypt</code></a>,
<a href="split/package-summary.html"><code>eu.steffo.cleaver.logic.split</code></a>,
<a href="progress/package-summary.html"><code>eu.steffo.cleaver.logic.progress</code></a></dd>
</dl>
2020-01-05 15:50:06 +00:00
</section>
2019-12-07 00:09:56 +00:00
<section class="summary">
<ul class="blockList">
<li class="blockList">
<div class="typeSummary">
<table>
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
2020-01-05 15:50:06 +00:00
<th class="colFirst" scope="row"><a href="ChopJob.html" title="class in eu.steffo.cleaver.logic">ChopJob</a></th>
<td class="colLast">
<div class="block">A <a href="Job.html" title="class in eu.steffo.cleaver.logic"><code>Job</code></a> that converts regular files into <i>chopped</i> (*.chp + *.cXX) files.</div>
</td>
2019-12-07 00:09:56 +00:00
</tr>
<tr class="rowColor">
2020-01-05 15:50:06 +00:00
<th class="colFirst" scope="row"><a href="Job.html" title="class in eu.steffo.cleaver.logic">Job</a></th>
<td class="colLast">
2020-01-05 17:46:32 +00:00
<div class="block">A <a href="https://docs.oracle.com/en/java/javase/13/docs/api/java.base/java/lang/Thread.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>Thread</code></a> that allows access to the basic .</div>
2020-01-05 15:50:06 +00:00
</td>
2019-12-07 00:09:56 +00:00
</tr>
<tr class="altColor">
2020-01-05 15:50:06 +00:00
<th class="colFirst" scope="row"><a href="StitchJob.html" title="class in eu.steffo.cleaver.logic">StitchJob</a></th>
<td class="colLast">
<div class="block">A <a href="Job.html" title="class in eu.steffo.cleaver.logic"><code>Job</code></a> that converts <i>chopped</i> (*.chp + *.cXX) files back into regular files.</div>
</td>
2019-12-07 00:09:56 +00:00
</tr>
</tbody>
</table>
</div>
</li>
</ul>
</section>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
2020-01-05 15:50:06 +00:00
<li><a href="../../../../module-summary.html">Module</a></li>
2019-12-07 00:09:56 +00:00
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
</footer>
</body>
</html>