Java org.apache.commons.compress.changes ChangeSet fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.compress.changes ChangeSet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.compress.changes ChangeSet.

The text is from its open source code.

Constructor

Method

voidadd(final ArchiveEntry pEntry, final InputStream pInput, final boolean replace)
Adds a new archive entry to the archive.
voidadd(final ArchiveEntry pEntry, final InputStream pInput)
Adds a new archive entry to the archive.