All Downloads are FREE. Search and download functionalities are using the official Maven repository.

global.namespace.archive.io.api.ArchiveFileStore Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
/*
 * Copyright (C) 2013-2018 Schlichtherle IT Services.
 * All rights reserved. Use is subject to license terms.
 */
package global.namespace.archive.io.api;

/**
 * An abstraction for safe reading and writing of archive entries from and to an archive file without leaking resources.
 * An archive file store provides an {@linkplain #input() archive file input socket} and an
 * {@linkplain #output() archive file output socket}.
 *
 * @author Christian Schlichtherle
 */
public interface ArchiveFileStore extends ArchiveFileSource, ArchiveFileSink { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy