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

global.namespace.archive.io.commons.compress.ZipArchiveEntrySource 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.commons.compress;

import global.namespace.archive.io.api.ArchiveEntrySource;
import global.namespace.fun.io.api.Socket;
import org.apache.commons.compress.archivers.zip.ZipArchiveEntry;

import java.io.InputStream;

/**
 * Supports writing the content of an underlying ZIP archive entry.
 *
 * @author Christian Schlichtherle
 */
abstract class ZipArchiveEntrySource extends ArchiveEntrySource {

    abstract Socket rawInput();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy