~binwiederhier/syncany/coreng

« back to all changes in this revision

Viewing changes to src/org/syncany/util/chunk2/multi/TarMultiChunker.java

  • Committer: Philipp Heckel
  • Date: 2012-12-21 14:25:25 UTC
  • Revision ID: philipp.heckel@gmail.com-20121221142525-s22i2wtmbbtog4g9
x

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * You should have received a copy of the GNU General Public License
16
16
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
17
 */
18
 
package org.syncany.util.chunk2.meta;
 
18
package org.syncany.util.chunk2.multi;
19
19
 
20
20
import java.io.IOException;
21
21
import java.io.InputStream;