Skip navigation links
A B C D E F G H I K L M N O P R S T U V W Z 

A

AbstractArchiveOutputStreamWriter<T extends org.apache.commons.compress.archivers.ArchiveOutputStream<?>> - Class in io.codechicken.diffpatch.util.archiver
Created by covers1624 on 19/7/20.
AbstractArchiveOutputStreamWriter(T) - Constructor for class io.codechicken.diffpatch.util.archiver.AbstractArchiveOutputStreamWriter
 
accessMatches - Variable in class io.codechicken.diffpatch.cli.PatchOperation.PatchesSummary
 
add(int) - Method in class io.codechicken.diffpatch.util.LineRange
 
addedFiles - Variable in class io.codechicken.diffpatch.cli.DiffOperation.DiffSummary
 
addedFiles - Variable in class io.codechicken.diffpatch.cli.PatchOperation.PatchesSummary
 
addedLines - Variable in class io.codechicken.diffpatch.cli.DiffOperation.DiffSummary
 
addFuzzyResult(float) - Method in class io.codechicken.diffpatch.patch.Patcher.WorkingPatch
 
addLine(String) - Method in class io.codechicken.diffpatch.util.CharRepresenter
 
addOffsetResult(int, int) - Method in class io.codechicken.diffpatch.patch.Patcher.WorkingPatch
 
addWord(String) - Method in class io.codechicken.diffpatch.util.CharRepresenter
 
adjustPatchToMatchedLines(Patch, int[], List<String>) - Static method in class io.codechicken.diffpatch.patch.Patcher
 
appliedPatch - Variable in class io.codechicken.diffpatch.patch.Patcher.Result
 
aPrefix(String) - Method in class io.codechicken.diffpatch.cli.DiffOperation.Builder
 
aPrefix(String) - Method in class io.codechicken.diffpatch.cli.PatchOperation.Builder
 
archive(ArchiveFormat, Path) - Static method in class io.codechicken.diffpatch.util.Input.MultiInput
Create a Input.MultiInput which reads from an archive file.
archive(ArchiveFormat, byte[]) - Static method in class io.codechicken.diffpatch.util.Input.MultiInput
Create a Input.MultiInput which reads from an array of bytes.
archive(ArchiveFormat, InputStream) - Static method in class io.codechicken.diffpatch.util.Input.MultiInput
Create a Input.MultiInput which reads from an existing stream.
archive(ArchiveFormat, Path) - Static method in class io.codechicken.diffpatch.util.Output.MultiOutput
Create a Output.MultiOutput which writes an archive to a file.
archive(ArchiveFormat, OutputStream) - Static method in class io.codechicken.diffpatch.util.Output.MultiOutput
Create a Output.MultiOutput which writes an archive to the given stream.
ArchiveBuilder - Class in io.codechicken.diffpatch.util
Created by covers1624 on 22/6/24.
ArchiveBuilder() - Constructor for class io.codechicken.diffpatch.util.ArchiveBuilder
 
ArchiveFormat - Enum in io.codechicken.diffpatch.util.archiver
Created by covers1624 on 19/7/20.
ArchiveFormatValueConverter - Class in io.codechicken.diffpatch.cli
Created by covers1624 on 19/7/20.
ArchiveFormatValueConverter() - Constructor for class io.codechicken.diffpatch.cli.ArchiveFormatValueConverter
 
ArchiveInputStreamReader - Class in io.codechicken.diffpatch.util.archiver
A wrapper for an ArchiveInputStream that indexes and stores each entries content.
ArchiveInputStreamReader(ArchiveInputStream<?>, String) - Constructor for class io.codechicken.diffpatch.util.archiver.ArchiveInputStreamReader
 
ArchiveMultiInput(ArchiveFormat) - Constructor for class io.codechicken.diffpatch.util.Input.ArchiveMultiInput
 
ArchiveMultiOutput(ArchiveFormat) - Constructor for class io.codechicken.diffpatch.util.Output.ArchiveMultiOutput
 
ArchiveReader - Interface in io.codechicken.diffpatch.util.archiver
Created by covers1624 on 19/7/20.
ArchiveWriter - Interface in io.codechicken.diffpatch.util.archiver
Created by covers1624 on 19/7/20.
autoHeader(boolean) - Method in class io.codechicken.diffpatch.cli.DiffOperation.Builder
 

B

bakedOutput(Output) - Method in class io.codechicken.diffpatch.cli.BakePatchesOperation.Builder
 
bakePatch(PatchFile, String) - Static method in class io.codechicken.diffpatch.cli.PatchOperation
Deprecated.
bakePatches(Input.MultiInput, Output.MultiOutput, String) - Static method in class io.codechicken.diffpatch.cli.PatchOperation
Deprecated.
bakePatches(Input.MultiInput, String, Output.MultiOutput, String) - Static method in class io.codechicken.diffpatch.cli.PatchOperation
Deprecated.
BakePatchesOperation - Class in io.codechicken.diffpatch.cli
Created by covers1624 on 6/16/25.
BakePatchesOperation.BakeSummary - Class in io.codechicken.diffpatch.cli
 
BakePatchesOperation.Builder - Class in io.codechicken.diffpatch.cli
 
BakeSummary() - Constructor for class io.codechicken.diffpatch.cli.BakePatchesOperation.BakeSummary
 
baseInput(Input) - Method in class io.codechicken.diffpatch.cli.DiffOperation.Builder
 
baseInput(Input) - Method in class io.codechicken.diffpatch.cli.PatchOperation.Builder
 
basePath - Variable in class io.codechicken.diffpatch.util.PatchFile
 
BinaryCollectedEntry(byte[]) - Constructor for class io.codechicken.diffpatch.util.FileCollector.BinaryCollectedEntry
 
bPrefix(String) - Method in class io.codechicken.diffpatch.cli.DiffOperation.Builder
 
bPrefix(String) - Method in class io.codechicken.diffpatch.cli.PatchOperation.Builder
 
build() - Method in class io.codechicken.diffpatch.cli.BakePatchesOperation.Builder
 
build() - Method in class io.codechicken.diffpatch.cli.DiffOperation.Builder
 
build() - Method in class io.codechicken.diffpatch.cli.PatchOperation.Builder
 
builder() - Static method in class io.codechicken.diffpatch.cli.BakePatchesOperation
 
builder() - Static method in class io.codechicken.diffpatch.cli.DiffOperation
 
builder() - Static method in class io.codechicken.diffpatch.cli.PatchOperation
 
bytes - Variable in class io.codechicken.diffpatch.util.FileCollector.BinaryCollectedEntry
 

C

changedFiles - Variable in class io.codechicken.diffpatch.cli.DiffOperation.DiffSummary
 
changedFiles - Variable in class io.codechicken.diffpatch.cli.PatchOperation.PatchesSummary
 
changedInput(Input) - Method in class io.codechicken.diffpatch.cli.DiffOperation.Builder
 
charRep - Variable in class io.codechicken.diffpatch.diff.Differ
 
CharRepresenter - Class in io.codechicken.diffpatch.util
Converts Equal lines into equal single characters and Equal single words into equal single characters.
CharRepresenter() - Constructor for class io.codechicken.diffpatch.util.CharRepresenter
 
chars - Variable in enum io.codechicken.diffpatch.cli.DiffPatchCli.LineEnding
 
CliOperation<T> - Class in io.codechicken.diffpatch.cli
Created by covers1624 on 11/8/20.
CliOperation(PrintStream, LogLevel, Consumer<PrintStream>) - Constructor for class io.codechicken.diffpatch.cli.CliOperation
 
CliOperation.Result<T> - Class in io.codechicken.diffpatch.cli
 
close() - Method in class io.codechicken.diffpatch.util.archiver.AbstractArchiveOutputStreamWriter
 
close() - Method in class io.codechicken.diffpatch.util.archiver.ArchiveInputStreamReader
 
close() - Method in class io.codechicken.diffpatch.util.Input.ArchiveMultiInput
 
close() - Method in class io.codechicken.diffpatch.util.Input.FolderMultiInput
 
close() - Method in class io.codechicken.diffpatch.util.Input.MultiInput
 
close() - Method in class io.codechicken.diffpatch.util.Output.ArchiveMultiOutput
 
close() - Method in class io.codechicken.diffpatch.util.Output.FolderMultiOutput
 
close() - Method in class io.codechicken.diffpatch.util.Output.MultiOutput
 
CollectedEntry() - Constructor for class io.codechicken.diffpatch.util.FileCollector.CollectedEntry
 
combine(Patch, List<String>) - Method in class io.codechicken.diffpatch.util.Patch
 
consume(String, List<String>) - Method in class io.codechicken.diffpatch.util.FileCollector
Adds a List of lines to the collector.
consume(String, byte[]) - Method in class io.codechicken.diffpatch.util.FileCollector
Add a binary file to the collector.
ConsumingOutputStream - Class in io.codechicken.diffpatch.util
Created by covers1624 on 20/12/18.
ConsumingOutputStream(Consumer<String>) - Constructor for class io.codechicken.diffpatch.util.ConsumingOutputStream
 
contains(int) - Method in class io.codechicken.diffpatch.util.LineRange
 
contains(LineRange) - Method in class io.codechicken.diffpatch.util.LineRange
 
context(int) - Method in class io.codechicken.diffpatch.cli.DiffOperation.Builder
 
createReader(InputStream) - Method in enum io.codechicken.diffpatch.util.archiver.ArchiveFormat
 
createReader(InputStream, String) - Method in enum io.codechicken.diffpatch.util.archiver.ArchiveFormat
 
createWriter(OutputStream) - Method in enum io.codechicken.diffpatch.util.archiver.ArchiveFormat
 

D

DEFAULT_CONTEXT - Static variable in class io.codechicken.diffpatch.diff.Differ
 
DEFAULT_MAX_OFFSET - Static variable in class io.codechicken.diffpatch.match.FuzzyLineMatcher.MatchMatrix
 
DEFAULT_MIN_MATCH_SCORE - Static variable in class io.codechicken.diffpatch.match.FuzzyLineMatcher
 
detectedArchive(Path) - Static method in class io.codechicken.diffpatch.util.Input.MultiInput
Create a Input.MultiInput which reads from an archive file.
detectedArchive(Path) - Static method in class io.codechicken.diffpatch.util.Output.MultiOutput
Create a Output.MultiOutput which writes an archive to a file.
diff(List<String>, List<String>) - Method in class io.codechicken.diffpatch.diff.Differ
 
Diff - Class in io.codechicken.diffpatch.util
Represents a single line Difference.
Diff(Operation, String) - Constructor for class io.codechicken.diffpatch.util.Diff
 
Diff(Diff) - Constructor for class io.codechicken.diffpatch.util.Diff
 
Differ - Class in io.codechicken.diffpatch.diff
 
Differ() - Constructor for class io.codechicken.diffpatch.diff.Differ
 
Differ(CharRepresenter) - Constructor for class io.codechicken.diffpatch.diff.Differ
 
differFactory(Supplier<Differ>) - Method in class io.codechicken.diffpatch.cli.DiffOperation.Builder
 
DiffOperation - Class in io.codechicken.diffpatch.cli
Handles doing a Diff operation from the CLI.
DiffOperation.Builder - Class in io.codechicken.diffpatch.cli
 
DiffOperation.DiffSummary - Class in io.codechicken.diffpatch.cli
 
DiffPatchCli - Class in io.codechicken.diffpatch.cli
Created by covers1624 on 16/7/20.
DiffPatchCli() - Constructor for class io.codechicken.diffpatch.cli.DiffPatchCli
 
DiffPatchCli.LineEnding - Enum in io.codechicken.diffpatch.cli
 
diffs - Variable in class io.codechicken.diffpatch.util.Patch
 
DiffSummary() - Constructor for class io.codechicken.diffpatch.cli.DiffOperation.DiffSummary
 

E

equals(Object) - Method in class io.codechicken.diffpatch.util.LineRange
 
exactMatches - Variable in class io.codechicken.diffpatch.cli.PatchOperation.PatchesSummary
 
except(List<LineRange>) - Method in class io.codechicken.diffpatch.util.LineRange
 
except(List<LineRange>, boolean) - Method in class io.codechicken.diffpatch.util.LineRange
 
exit - Variable in class io.codechicken.diffpatch.cli.CliOperation.Result
 

F

fail() - Method in class io.codechicken.diffpatch.patch.Patcher.WorkingPatch
 
failedMatches - Variable in class io.codechicken.diffpatch.cli.PatchOperation.PatchesSummary
 
FileCollector - Class in io.codechicken.diffpatch.util
Created by covers1624 on 11/8/20.
FileCollector() - Constructor for class io.codechicken.diffpatch.util.FileCollector
 
FileCollector.BinaryCollectedEntry - Class in io.codechicken.diffpatch.util
 
FileCollector.CollectedEntry - Class in io.codechicken.diffpatch.util
 
FileCollector.LinesCollectedEntry - Class in io.codechicken.diffpatch.util
 
filterPrefixed(Set<String>, String[]) - Static method in class io.codechicken.diffpatch.util.Utils
 
findFormat(String) - Static method in enum io.codechicken.diffpatch.util.archiver.ArchiveFormat
Tries to find a supported ArchiveFormat for a given file name.
findFormat(Path) - Static method in enum io.codechicken.diffpatch.util.archiver.ArchiveFormat
 
flush() - Method in class io.codechicken.diffpatch.util.ConsumingOutputStream
 
folder - Variable in class io.codechicken.diffpatch.util.Input.FolderMultiInput
 
folder(Path) - Static method in class io.codechicken.diffpatch.util.Input.MultiInput
Create a Input.MultiInput which reads from a folder.
folder - Variable in class io.codechicken.diffpatch.util.Output.FolderMultiOutput
 
folder(Path) - Static method in class io.codechicken.diffpatch.util.Output.MultiOutput
Create a Output.MultiOutput which writes an archive to a folder.
FolderMultiInput(Path) - Constructor for class io.codechicken.diffpatch.util.Input.FolderMultiInput
 
FolderMultiOutput(Path) - Constructor for class io.codechicken.diffpatch.util.Output.FolderMultiOutput
 
fromFirstLast(int, int) - Static method in class io.codechicken.diffpatch.util.LineRange
 
fromLines(String, List<String>, boolean) - Static method in class io.codechicken.diffpatch.util.PatchFile
 
fromPatches(List<Patch>, int) - Static method in class io.codechicken.diffpatch.match.LineMatching
 
FromPath(Path, OpenOption...) - Constructor for class io.codechicken.diffpatch.util.Input.SingleInput.FromPath
 
fromStartLen(int, int) - Static method in class io.codechicken.diffpatch.util.LineRange
 
FromStream(InputStream, String) - Constructor for class io.codechicken.diffpatch.util.Input.SingleInput.FromStream
 
FromString(String, String) - Constructor for class io.codechicken.diffpatch.util.Input.SingleInput.FromString
 
fromUnmatchedRanges(List<Pair<LineRange, LineRange>>, int) - Static method in class io.codechicken.diffpatch.match.LineMatching
 
FuzzyLineMatcher - Class in io.codechicken.diffpatch.match
 
FuzzyLineMatcher() - Constructor for class io.codechicken.diffpatch.match.FuzzyLineMatcher
 
FuzzyLineMatcher.MatchMatrix - Class in io.codechicken.diffpatch.match
 
fuzzyMatch(List<String>, List<String>, int, int, float, List<LineRange>) - Static method in class io.codechicken.diffpatch.patch.Patcher
 
fuzzyMatches - Variable in class io.codechicken.diffpatch.cli.PatchOperation.PatchesSummary
 
fuzzyQuality - Variable in class io.codechicken.diffpatch.patch.Patcher.Result
 

G

get() - Method in class io.codechicken.diffpatch.util.FileCollector
 
getAppliedDelta() - Method in class io.codechicken.diffpatch.patch.Patcher.WorkingPatch
 
getAutoHeader() - Method in class io.codechicken.diffpatch.util.Patch
 
getBytes(String) - Method in class io.codechicken.diffpatch.util.ArchiveBuilder
 
getBytes(String) - Method in class io.codechicken.diffpatch.util.archiver.ArchiveInputStreamReader
 
getBytes(String) - Method in interface io.codechicken.diffpatch.util.archiver.ArchiveReader
 
getCharRep() - Method in class io.codechicken.diffpatch.diff.Differ
 
getContextLines() - Method in class io.codechicken.diffpatch.util.Patch
 
getContextLines(Function<String, String>) - Method in class io.codechicken.diffpatch.util.Patch
 
getEnd() - Method in class io.codechicken.diffpatch.util.LineRange
 
getEntries() - Method in class io.codechicken.diffpatch.util.ArchiveBuilder
 
getEntries() - Method in class io.codechicken.diffpatch.util.archiver.ArchiveInputStreamReader
 
getEntries() - Method in interface io.codechicken.diffpatch.util.archiver.ArchiveReader
 
getFileExtensions() - Method in enum io.codechicken.diffpatch.util.archiver.ArchiveFormat
 
getFirst() - Method in class io.codechicken.diffpatch.util.LineRange
 
getHeader() - Method in class io.codechicken.diffpatch.util.Patch
 
getKeepoutRange2() - Method in class io.codechicken.diffpatch.patch.Patcher.WorkingPatch
 
getLast() - Method in class io.codechicken.diffpatch.util.LineRange
 
getLength() - Method in class io.codechicken.diffpatch.util.LineRange
 
getMaxLineChar() - Method in class io.codechicken.diffpatch.util.CharRepresenter
 
getMaxMatchOffset() - Method in class io.codechicken.diffpatch.diff.LineMatchedDiffer
 
getMaxWordChar() - Method in class io.codechicken.diffpatch.util.CharRepresenter
 
getMinMatchScore() - Method in class io.codechicken.diffpatch.diff.LineMatchedDiffer
 
getName() - Method in enum io.codechicken.diffpatch.util.archiver.ArchiveFormat
 
getPatchedLines() - Method in class io.codechicken.diffpatch.util.Patch
 
getPatchedLines(Function<String, String>) - Method in class io.codechicken.diffpatch.util.Patch
 
getPrefix() - Method in enum io.codechicken.diffpatch.util.Operation
 
getRange1() - Method in class io.codechicken.diffpatch.util.Patch
 
getRange2() - Method in class io.codechicken.diffpatch.util.Patch
 
getSingleFile() - Method in class io.codechicken.diffpatch.util.FileCollector
 
getStart() - Method in class io.codechicken.diffpatch.util.LineRange
 
getTrimmedRange1() - Method in class io.codechicken.diffpatch.util.Patch
 
getTrimmedRange2() - Method in class io.codechicken.diffpatch.util.Patch
 
getWordForChar(char) - Method in class io.codechicken.diffpatch.util.CharRepresenter
 
getWordModeLines1() - Method in class io.codechicken.diffpatch.diff.LineMatchedDiffer
 
getWordModeLines2() - Method in class io.codechicken.diffpatch.diff.LineMatchedDiffer
 

H

hashCode() - Method in class io.codechicken.diffpatch.util.LineRange
 
helpCallback(Consumer<PrintStream>) - Method in class io.codechicken.diffpatch.cli.BakePatchesOperation.Builder
 
helpCallback(Consumer<PrintStream>) - Method in class io.codechicken.diffpatch.cli.DiffOperation.Builder
 
helpCallback(Consumer<PrintStream>) - Method in class io.codechicken.diffpatch.cli.PatchOperation.Builder
 

I

ignorePrefix(String) - Method in class io.codechicken.diffpatch.cli.DiffOperation.Builder
 
ignorePrefix(String) - Method in class io.codechicken.diffpatch.cli.PatchOperation.Builder
 
index() - Method in class io.codechicken.diffpatch.util.Input.ArchiveMultiInput
 
index() - Method in class io.codechicken.diffpatch.util.Input.FolderMultiInput
 
index() - Method in class io.codechicken.diffpatch.util.Input.MultiInput
Get the index for this input.
Input - Class in io.codechicken.diffpatch.util
Represents either a Input.SingleInput or Input.MultiInput.
Input() - Constructor for class io.codechicken.diffpatch.util.Input
 
Input.ArchiveMultiInput - Class in io.codechicken.diffpatch.util
 
Input.FolderMultiInput - Class in io.codechicken.diffpatch.util
 
Input.MultiInput - Class in io.codechicken.diffpatch.util
Represents an input capable or providing multiple files, such as an Archive or a Folder.
Input.PathArchiveMultiInput - Class in io.codechicken.diffpatch.util
 
Input.PipeArchiveMultiInput - Class in io.codechicken.diffpatch.util
 
Input.SingleInput - Class in io.codechicken.diffpatch.util
Represents an input with a single file source.
Input.SingleInput.FromPath - Class in io.codechicken.diffpatch.util
 
Input.SingleInput.FromStream - Class in io.codechicken.diffpatch.util
 
Input.SingleInput.FromString - Class in io.codechicken.diffpatch.util
 
intersection(LineRange, LineRange) - Static method in class io.codechicken.diffpatch.util.LineRange
 
intersects(LineRange) - Method in class io.codechicken.diffpatch.util.LineRange
 
io.codechicken.diffpatch.cli - package io.codechicken.diffpatch.cli
Created by covers1624 on 30/5/24.
io.codechicken.diffpatch.diff - package io.codechicken.diffpatch.diff
Created by covers1624 on 30/5/24.
io.codechicken.diffpatch.match - package io.codechicken.diffpatch.match
Created by covers1624 on 30/5/24.
io.codechicken.diffpatch.patch - package io.codechicken.diffpatch.patch
Created by covers1624 on 30/5/24.
io.codechicken.diffpatch.util - package io.codechicken.diffpatch.util
Created by covers1624 on 30/5/24.
io.codechicken.diffpatch.util.archiver - package io.codechicken.diffpatch.util.archiver
Created by covers1624 on 30/5/24.
IOValidationException - Exception in io.codechicken.diffpatch.util
Created by covers1624 on 30/5/24.
IOValidationException(String) - Constructor for exception io.codechicken.diffpatch.util.IOValidationException
 
isEmpty() - Method in class io.codechicken.diffpatch.util.FileCollector
 
isSamePath(Input) - Method in class io.codechicken.diffpatch.util.Output.FolderMultiOutput
 
isSamePath(Input) - Method in class io.codechicken.diffpatch.util.Output
Used to compare if an input and an output point to the same underlying file.

K

keySet() - Method in class io.codechicken.diffpatch.util.FileCollector
 

L

lasIndices(IntList) - Static method in class io.codechicken.diffpatch.match.PatienceMatch
 
length1 - Variable in class io.codechicken.diffpatch.util.Patch
 
length2 - Variable in class io.codechicken.diffpatch.util.Patch
 
level(LogLevel) - Method in class io.codechicken.diffpatch.cli.BakePatchesOperation.Builder
 
level(LogLevel) - Method in class io.codechicken.diffpatch.cli.DiffOperation.Builder
 
level(LogLevel) - Method in class io.codechicken.diffpatch.cli.PatchOperation.Builder
 
levenshteinDistance(String, String) - Static method in class io.codechicken.diffpatch.match.FuzzyLineMatcher
 
lineEnding(String) - Method in class io.codechicken.diffpatch.cli.BakePatchesOperation.Builder
 
lineEnding(String) - Method in class io.codechicken.diffpatch.cli.DiffOperation.Builder
 
lineEnding(String) - Method in class io.codechicken.diffpatch.cli.PatchOperation.Builder
 
LineMatchedDiffer - Class in io.codechicken.diffpatch.diff
Created by covers1624 on 15/5/21.
LineMatchedDiffer() - Constructor for class io.codechicken.diffpatch.diff.LineMatchedDiffer
 
LineMatchedDiffer(CharRepresenter) - Constructor for class io.codechicken.diffpatch.diff.LineMatchedDiffer
 
LineMatching - Class in io.codechicken.diffpatch.match
 
LineMatching() - Constructor for class io.codechicken.diffpatch.match.LineMatching
 
LineRange - Class in io.codechicken.diffpatch.util
 
LineRange() - Constructor for class io.codechicken.diffpatch.util.LineRange
 
LineRange(int, int) - Constructor for class io.codechicken.diffpatch.util.LineRange
 
lines - Variable in class io.codechicken.diffpatch.patch.Patcher
 
lines - Variable in class io.codechicken.diffpatch.util.FileCollector.LinesCollectedEntry
 
LinesCollectedEntry(List<String>) - Constructor for class io.codechicken.diffpatch.util.FileCollector.LinesCollectedEntry
 
linesToChars(CharRepresenter) - Method in class io.codechicken.diffpatch.patch.Patcher.WorkingPatch
 
linesToChars(List<String>) - Method in class io.codechicken.diffpatch.util.CharRepresenter
 
lmContext - Variable in class io.codechicken.diffpatch.patch.Patcher.WorkingPatch
 
lmPatched - Variable in class io.codechicken.diffpatch.patch.Patcher.WorkingPatch
 
log(LogLevel, String, Object...) - Method in class io.codechicken.diffpatch.cli.CliOperation
 
LogLevel - Enum in io.codechicken.diffpatch.util
Created by covers1624 on 17/7/23.
logTo(Consumer<String>) - Method in class io.codechicken.diffpatch.cli.BakePatchesOperation.Builder
 
logTo(PrintStream) - Method in class io.codechicken.diffpatch.cli.BakePatchesOperation.Builder
 
logTo(OutputStream) - Method in class io.codechicken.diffpatch.cli.BakePatchesOperation.Builder
 
logTo(Consumer<String>) - Method in class io.codechicken.diffpatch.cli.DiffOperation.Builder
 
logTo(PrintStream) - Method in class io.codechicken.diffpatch.cli.DiffOperation.Builder
 
logTo(OutputStream) - Method in class io.codechicken.diffpatch.cli.DiffOperation.Builder
 
logTo(Consumer<String>) - Method in class io.codechicken.diffpatch.cli.PatchOperation.Builder
 
logTo(PrintStream) - Method in class io.codechicken.diffpatch.cli.PatchOperation.Builder
 
logTo(OutputStream) - Method in class io.codechicken.diffpatch.cli.PatchOperation.Builder
 

M

main(String[]) - Static method in class io.codechicken.diffpatch.cli.DiffPatchCli
 
mainI(String[], PrintStream, PrintStream) - Static method in class io.codechicken.diffpatch.cli.DiffPatchCli
 
makeDiffList(int[], List<String>, List<String>) - Static method in class io.codechicken.diffpatch.match.LineMatching
 
makeFileAdded(List<String>) - Static method in class io.codechicken.diffpatch.diff.Differ
 
makeFileRemoved(List<String>) - Static method in class io.codechicken.diffpatch.diff.Differ
 
makePatches(List<String>, List<String>) - Method in class io.codechicken.diffpatch.diff.Differ
 
makePatches(List<String>, List<String>, int, boolean) - Method in class io.codechicken.diffpatch.diff.Differ
 
makePatches(List<Diff>, int, boolean) - Static method in class io.codechicken.diffpatch.diff.Differ
 
match(List<String>, List<String>) - Method in class io.codechicken.diffpatch.diff.Differ
 
match(List<String>, List<String>) - Method in class io.codechicken.diffpatch.diff.LineMatchedDiffer
 
match(List<String>, List<String>) - Method in class io.codechicken.diffpatch.diff.PatienceDiffer
 
match(List<String>, List<String>) - Method in class io.codechicken.diffpatch.match.FuzzyLineMatcher
 
match(int) - Method in class io.codechicken.diffpatch.match.FuzzyLineMatcher.MatchMatrix
 
match(String, String, int) - Method in class io.codechicken.diffpatch.match.PatienceMatch
 
matchLines(String, String) - Static method in class io.codechicken.diffpatch.match.FuzzyLineMatcher
 
matchLinesByWords(int[], List<String>, List<String>) - Method in class io.codechicken.diffpatch.match.FuzzyLineMatcher
 
MatchMatrix(List<String>, List<String>) - Constructor for class io.codechicken.diffpatch.match.FuzzyLineMatcher.MatchMatrix
 
MatchMatrix(List<String>, List<String>, int, LineRange) - Constructor for class io.codechicken.diffpatch.match.FuzzyLineMatcher.MatchMatrix
 
maxMatchOffset - Variable in class io.codechicken.diffpatch.match.FuzzyLineMatcher
 
maxMatchOffset - Variable in class io.codechicken.diffpatch.patch.Patcher
 
maxOffset(int) - Method in class io.codechicken.diffpatch.cli.PatchOperation.Builder
 
minFuzz(float) - Method in class io.codechicken.diffpatch.cli.PatchOperation.Builder
 
minMatchScore - Variable in class io.codechicken.diffpatch.match.FuzzyLineMatcher
 
minMatchScore - Variable in class io.codechicken.diffpatch.patch.Patcher
 
missingFiles - Variable in class io.codechicken.diffpatch.cli.PatchOperation.PatchesSummary
 
mode(PatchMode) - Method in class io.codechicken.diffpatch.cli.PatchOperation.Builder
 
mode - Variable in class io.codechicken.diffpatch.patch.Patcher.Result
 
MultiInput() - Constructor for class io.codechicken.diffpatch.util.Input.MultiInput
 
MultiOutput() - Constructor for class io.codechicken.diffpatch.util.Output.MultiOutput
 

N

name() - Method in class io.codechicken.diffpatch.util.Input.SingleInput.FromPath
 
name() - Method in class io.codechicken.diffpatch.util.Input.SingleInput.FromStream
 
name() - Method in class io.codechicken.diffpatch.util.Input.SingleInput.FromString
 
name() - Method in class io.codechicken.diffpatch.util.Input.SingleInput
 
name - Variable in class io.codechicken.diffpatch.util.PatchFile
 
noNewLine - Variable in class io.codechicken.diffpatch.util.PatchFile
 

O

offset - Variable in class io.codechicken.diffpatch.patch.Patcher.Result
 
offsetMatches - Variable in class io.codechicken.diffpatch.cli.PatchOperation.PatchesSummary
 
offsetWarnDistance(int, int) - Static method in class io.codechicken.diffpatch.patch.Patcher
 
offsetWarning - Variable in class io.codechicken.diffpatch.patch.Patcher.Result
 
op - Variable in class io.codechicken.diffpatch.util.Diff
 
open(String) - Method in class io.codechicken.diffpatch.util.Input.ArchiveMultiInput
 
open(String) - Method in class io.codechicken.diffpatch.util.Input.FolderMultiInput
 
open(String) - Method in class io.codechicken.diffpatch.util.Input.MultiInput
Called to open any internal resources and set up the input for reading.
open() - Method in class io.codechicken.diffpatch.util.Input.SingleInput.FromPath
 
open() - Method in class io.codechicken.diffpatch.util.Input.SingleInput.FromStream
 
open() - Method in class io.codechicken.diffpatch.util.Input.SingleInput.FromString
 
open() - Method in class io.codechicken.diffpatch.util.Input.SingleInput
 
open(boolean) - Method in class io.codechicken.diffpatch.util.Output.ArchiveMultiOutput
 
open(boolean) - Method in class io.codechicken.diffpatch.util.Output.FolderMultiOutput
 
open(boolean) - Method in class io.codechicken.diffpatch.util.Output.MultiOutput
Called to open any internal resources and set up the output for writing.
open() - Method in class io.codechicken.diffpatch.util.Output.SingleOutput
Open the output for writing.
open() - Method in class io.codechicken.diffpatch.util.Output.SingleOutput.ToPath
 
open() - Method in class io.codechicken.diffpatch.util.Output.SingleOutput.ToStream
 
openStream() - Method in class io.codechicken.diffpatch.util.Input.ArchiveMultiInput
 
openStream() - Method in class io.codechicken.diffpatch.util.Input.PathArchiveMultiInput
 
openStream() - Method in class io.codechicken.diffpatch.util.Input.PipeArchiveMultiInput
 
openStream() - Method in class io.codechicken.diffpatch.util.Output.ArchiveMultiOutput
 
openStream() - Method in class io.codechicken.diffpatch.util.Output.PathArchiveMultiOutput
 
openStream() - Method in class io.codechicken.diffpatch.util.Output.PipeArchiveMultiOutput
 
operate() - Method in class io.codechicken.diffpatch.cli.BakePatchesOperation
 
operate() - Method in class io.codechicken.diffpatch.cli.CliOperation
 
operate() - Method in class io.codechicken.diffpatch.cli.DiffOperation
 
operate() - Method in class io.codechicken.diffpatch.cli.PatchOperation
 
Operation - Enum in io.codechicken.diffpatch.util
A patch operation.
os - Variable in class io.codechicken.diffpatch.util.archiver.AbstractArchiveOutputStreamWriter
 
Output - Class in io.codechicken.diffpatch.util
Output() - Constructor for class io.codechicken.diffpatch.util.Output
 
Output.ArchiveMultiOutput - Class in io.codechicken.diffpatch.util
 
Output.FolderMultiOutput - Class in io.codechicken.diffpatch.util
 
Output.MultiOutput - Class in io.codechicken.diffpatch.util
Represents an output capable of receiving multiple files, such as an Archive or a Folder.
Output.PathArchiveMultiOutput - Class in io.codechicken.diffpatch.util
 
Output.PipeArchiveMultiOutput - Class in io.codechicken.diffpatch.util
 
Output.SingleOutput - Class in io.codechicken.diffpatch.util
Represents an output with a single file destination.
Output.SingleOutput.ToPath - Class in io.codechicken.diffpatch.util
 
Output.SingleOutput.ToStream - Class in io.codechicken.diffpatch.util
 
overallQuality - Variable in class io.codechicken.diffpatch.cli.PatchOperation.PatchesSummary
 

P

patch(PatchMode) - Method in class io.codechicken.diffpatch.patch.Patcher
 
patch - Variable in class io.codechicken.diffpatch.patch.Patcher.Result
 
Patch - Class in io.codechicken.diffpatch.util
Also known as a Hunk Represents a sequence of Diffs.
Patch() - Constructor for class io.codechicken.diffpatch.util.Patch
 
Patch(Patch) - Constructor for class io.codechicken.diffpatch.util.Patch
 
patchedOutput(Output) - Method in class io.codechicken.diffpatch.cli.PatchOperation.Builder
 
patchedPath - Variable in class io.codechicken.diffpatch.util.PatchFile
 
Patcher - Class in io.codechicken.diffpatch.patch
 
Patcher(PatchFile, List<String>) - Constructor for class io.codechicken.diffpatch.patch.Patcher
 
Patcher(PatchFile, List<String>, float, int) - Constructor for class io.codechicken.diffpatch.patch.Patcher
 
Patcher(PatchFile, List<String>, CharRepresenter, float, int) - Constructor for class io.codechicken.diffpatch.patch.Patcher
 
Patcher.Result - Class in io.codechicken.diffpatch.patch
 
Patcher.WorkingPatch - Class in io.codechicken.diffpatch.patch
 
patches - Variable in class io.codechicken.diffpatch.patch.Patcher
 
patches - Variable in class io.codechicken.diffpatch.util.PatchFile
 
patchesInput(Input) - Method in class io.codechicken.diffpatch.cli.BakePatchesOperation.Builder
 
patchesInput(Input) - Method in class io.codechicken.diffpatch.cli.PatchOperation.Builder
 
patchesOutput(Output) - Method in class io.codechicken.diffpatch.cli.DiffOperation.Builder
 
patchesPrefix(String) - Method in class io.codechicken.diffpatch.cli.BakePatchesOperation.Builder
 
patchesPrefix(String) - Method in class io.codechicken.diffpatch.cli.PatchOperation.Builder
 
PatchesSummary() - Constructor for class io.codechicken.diffpatch.cli.PatchOperation.PatchesSummary
 
PatchFile - Class in io.codechicken.diffpatch.util
Represents a singular Patch file.
PatchFile() - Constructor for class io.codechicken.diffpatch.util.PatchFile
 
PatchMode - Enum in io.codechicken.diffpatch.util
Created by covers1624 on 11/8/20.
PatchModeValueConverter - Class in io.codechicken.diffpatch.cli
Created by covers1624 on 11/8/20.
PatchModeValueConverter() - Constructor for class io.codechicken.diffpatch.cli.PatchModeValueConverter
 
PatchOperation - Class in io.codechicken.diffpatch.cli
Created by covers1624 on 11/8/20.
PatchOperation.Builder - Class in io.codechicken.diffpatch.cli
 
PatchOperation.PatchesSummary - Class in io.codechicken.diffpatch.cli
 
path() - Method in class io.codechicken.diffpatch.match.FuzzyLineMatcher.MatchMatrix
 
path(Path, OpenOption...) - Static method in class io.codechicken.diffpatch.util.Input.SingleInput
A single file input.
path(Path, OpenOption...) - Static method in class io.codechicken.diffpatch.util.Output.SingleOutput
Single file output, for a Path.
PathArchiveMultiInput(ArchiveFormat, Path) - Constructor for class io.codechicken.diffpatch.util.Input.PathArchiveMultiInput
 
PathArchiveMultiOutput(ArchiveFormat, Path) - Constructor for class io.codechicken.diffpatch.util.Output.PathArchiveMultiOutput
 
PatienceDiffer - Class in io.codechicken.diffpatch.diff
 
PatienceDiffer() - Constructor for class io.codechicken.diffpatch.diff.PatienceDiffer
 
PatienceDiffer(CharRepresenter) - Constructor for class io.codechicken.diffpatch.diff.PatienceDiffer
 
PatienceMatch - Class in io.codechicken.diffpatch.match
 
PatienceMatch() - Constructor for class io.codechicken.diffpatch.match.PatienceMatch
 
pipe(InputStream) - Static method in class io.codechicken.diffpatch.util.Input.SingleInput
Single file input for an existing InputStream, such as stdin.
pipe(InputStream, String) - Static method in class io.codechicken.diffpatch.util.Input.SingleInput
Single file input for an existing InputStream, such as stdin.
pipe(OutputStream) - Static method in class io.codechicken.diffpatch.util.Output.SingleOutput
Single file output, for an existing OutputStream such as stdout.
PipeArchiveMultiInput(ArchiveFormat, InputStream) - Constructor for class io.codechicken.diffpatch.util.Input.PipeArchiveMultiInput
 
PipeArchiveMultiOutput(ArchiveFormat, OutputStream) - Constructor for class io.codechicken.diffpatch.util.Output.PipeArchiveMultiOutput
 
print(PrintStream, boolean) - Method in class io.codechicken.diffpatch.cli.DiffOperation.DiffSummary
 
print(PrintStream, boolean) - Method in class io.codechicken.diffpatch.cli.PatchOperation.PatchesSummary
 
printAllLevelNames - Variable in enum io.codechicken.diffpatch.util.LogLevel
 
printHelp() - Method in class io.codechicken.diffpatch.cli.CliOperation
 
printLevelName - Variable in enum io.codechicken.diffpatch.util.LogLevel
 
put(String, byte[]) - Method in class io.codechicken.diffpatch.util.ArchiveBuilder
 

R

read(String) - Method in class io.codechicken.diffpatch.util.Input.MultiInput
Read the given entry as an array of bytes.
readLines(String) - Method in interface io.codechicken.diffpatch.util.archiver.ArchiveReader
 
readLines(String) - Method in class io.codechicken.diffpatch.util.Input.MultiInput
Read the given entry as a List of Strings.
readLines() - Method in class io.codechicken.diffpatch.util.Input.SingleInput.FromString
 
readLines() - Method in class io.codechicken.diffpatch.util.Input.SingleInput
 
recalculateLength() - Method in class io.codechicken.diffpatch.util.Patch
 
rejectsOutput(Output) - Method in class io.codechicken.diffpatch.cli.PatchOperation.Builder
 
removedFiles - Variable in class io.codechicken.diffpatch.cli.DiffOperation.DiffSummary
 
removedFiles - Variable in class io.codechicken.diffpatch.cli.PatchOperation.PatchesSummary
 
removedLines - Variable in class io.codechicken.diffpatch.cli.DiffOperation.DiffSummary
 
Result(int) - Constructor for class io.codechicken.diffpatch.cli.CliOperation.Result
 
Result(int, T) - Constructor for class io.codechicken.diffpatch.cli.CliOperation.Result
 
Result(Patch, boolean, PatchMode) - Constructor for class io.codechicken.diffpatch.patch.Patcher.Result
 
result - Variable in class io.codechicken.diffpatch.patch.Patcher.WorkingPatch
 

S

searchOffset - Variable in class io.codechicken.diffpatch.patch.Patcher.Result
 
setEnd(int) - Method in class io.codechicken.diffpatch.util.LineRange
 
setFirst(int) - Method in class io.codechicken.diffpatch.util.LineRange
 
setLast(int) - Method in class io.codechicken.diffpatch.util.LineRange
 
setLength(int) - Method in class io.codechicken.diffpatch.util.LineRange
 
setMaxMatchOffset(int) - Method in class io.codechicken.diffpatch.diff.LineMatchedDiffer
 
setMinMatchScore(int) - Method in class io.codechicken.diffpatch.diff.LineMatchedDiffer
 
setStart(int) - Method in class io.codechicken.diffpatch.util.LineRange
 
shouldLog(LogLevel) - Method in enum io.codechicken.diffpatch.util.LogLevel
 
SingleInput() - Constructor for class io.codechicken.diffpatch.util.Input.SingleInput
 
SingleOutput() - Constructor for class io.codechicken.diffpatch.util.Output.SingleOutput
 
split(int) - Method in class io.codechicken.diffpatch.util.Patch
 
start1 - Variable in class io.codechicken.diffpatch.util.Patch
 
start2 - Variable in class io.codechicken.diffpatch.util.Patch
 
string(String) - Static method in class io.codechicken.diffpatch.util.Input.SingleInput
Single file input for an existing String.
string(String, String) - Static method in class io.codechicken.diffpatch.util.Input.SingleInput
Single file input for an existing InputStream, such as stdin.
stripStart(char, String) - Static method in class io.codechicken.diffpatch.util.Utils
 
sub(int) - Method in class io.codechicken.diffpatch.util.LineRange
 
succeed(PatchMode, Patch) - Method in class io.codechicken.diffpatch.patch.Patcher.WorkingPatch
 
success - Variable in class io.codechicken.diffpatch.patch.Patcher.Result
 
summary(boolean) - Method in class io.codechicken.diffpatch.cli.BakePatchesOperation.Builder
 
summary - Variable in class io.codechicken.diffpatch.cli.CliOperation.Result
 
summary(boolean) - Method in class io.codechicken.diffpatch.cli.DiffOperation.Builder
 
summary(boolean) - Method in class io.codechicken.diffpatch.cli.PatchOperation.Builder
 
summary() - Method in class io.codechicken.diffpatch.patch.Patcher.Result
 
system() - Static method in enum io.codechicken.diffpatch.cli.DiffPatchCli.LineEnding
 

T

TarArchiveOutputStreamWriter - Class in io.codechicken.diffpatch.util.archiver
Created by covers1624 on 19/7/20.
TarArchiveOutputStreamWriter(TarArchiveOutputStream) - Constructor for class io.codechicken.diffpatch.util.archiver.TarArchiveOutputStreamWriter
 
text - Variable in class io.codechicken.diffpatch.util.Diff
 
throwOnError() - Method in class io.codechicken.diffpatch.cli.CliOperation.Result
 
toBytes(ArchiveFormat) - Method in class io.codechicken.diffpatch.util.ArchiveBuilder
 
toBytes(String, boolean) - Method in class io.codechicken.diffpatch.util.FileCollector.BinaryCollectedEntry
 
toBytes(String, boolean) - Method in class io.codechicken.diffpatch.util.FileCollector.CollectedEntry
 
toBytes(String, boolean) - Method in class io.codechicken.diffpatch.util.FileCollector.LinesCollectedEntry
 
toLines(boolean) - Method in class io.codechicken.diffpatch.util.PatchFile
 
ToPath(Path, OpenOption...) - Constructor for class io.codechicken.diffpatch.util.Output.SingleOutput.ToPath
 
ToStream(OutputStream) - Constructor for class io.codechicken.diffpatch.util.Output.SingleOutput.ToStream
 
toString() - Method in class io.codechicken.diffpatch.util.Diff
 
toString() - Method in class io.codechicken.diffpatch.util.LineRange
 
toString() - Method in class io.codechicken.diffpatch.util.Patch
 
toString() - Method in class io.codechicken.diffpatch.util.PatchFile
 
trim(int) - Method in class io.codechicken.diffpatch.util.Patch
 
tryRead(String) - Method in class io.codechicken.diffpatch.util.Input.ArchiveMultiInput
 
tryRead(String) - Method in class io.codechicken.diffpatch.util.Input.FolderMultiInput
 
tryRead(String) - Method in class io.codechicken.diffpatch.util.Input.MultiInput
Try and read the given entry as an array of bytes.

U

unchangedFiles - Variable in class io.codechicken.diffpatch.cli.DiffOperation.DiffSummary
 
unchangedFiles - Variable in class io.codechicken.diffpatch.cli.PatchOperation.PatchesSummary
 
uncollate() - Method in class io.codechicken.diffpatch.util.Patch
 
union(LineRange, LineRange) - Static method in class io.codechicken.diffpatch.util.LineRange
 
unmatchedRanges(int[], int) - Static method in class io.codechicken.diffpatch.match.LineMatching
 
unmatchedRanges(List<Patch>) - Static method in class io.codechicken.diffpatch.match.LineMatching
 
Utils - Class in io.codechicken.diffpatch.util
Created by covers1624 on 19/7/20.
Utils() - Constructor for class io.codechicken.diffpatch.util.Utils
 

V

validate(String) - Method in class io.codechicken.diffpatch.util.Input.FolderMultiInput
 
validate(String) - Method in class io.codechicken.diffpatch.util.Input.PathArchiveMultiInput
 
validate(String) - Method in class io.codechicken.diffpatch.util.Input.PipeArchiveMultiInput
 
validate(String) - Method in class io.codechicken.diffpatch.util.Input.SingleInput.FromPath
 
validate(String) - Method in class io.codechicken.diffpatch.util.Input.SingleInput.FromStream
 
validate(String) - Method in class io.codechicken.diffpatch.util.Input.SingleInput.FromString
 
validate(String) - Method in class io.codechicken.diffpatch.util.Input
Check any preconditions about the input prior to any work occurring.
validate(String) - Method in class io.codechicken.diffpatch.util.Output.FolderMultiOutput
 
validate(String) - Method in class io.codechicken.diffpatch.util.Output.PathArchiveMultiOutput
 
validate(String) - Method in class io.codechicken.diffpatch.util.Output.PipeArchiveMultiOutput
 
validate(String) - Method in class io.codechicken.diffpatch.util.Output.SingleOutput.ToPath
 
validate(String) - Method in class io.codechicken.diffpatch.util.Output.SingleOutput.ToStream
 
validate(String) - Method in class io.codechicken.diffpatch.util.Output
Check any preconditions about the output prior to any work occurring.
valueOf(String) - Static method in enum io.codechicken.diffpatch.cli.DiffPatchCli.LineEnding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.codechicken.diffpatch.util.archiver.ArchiveFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.codechicken.diffpatch.util.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.codechicken.diffpatch.util.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.codechicken.diffpatch.util.PatchMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.codechicken.diffpatch.cli.DiffPatchCli.LineEnding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.codechicken.diffpatch.util.archiver.ArchiveFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class io.codechicken.diffpatch.util.FileCollector
 
values() - Static method in enum io.codechicken.diffpatch.util.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.codechicken.diffpatch.util.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.codechicken.diffpatch.util.PatchMode
Returns an array containing the constants of this enum type, in the order they are declared.
visualise() - Method in class io.codechicken.diffpatch.match.FuzzyLineMatcher.MatchMatrix
 

W

wmContext - Variable in class io.codechicken.diffpatch.patch.Patcher.WorkingPatch
 
wmPatched - Variable in class io.codechicken.diffpatch.patch.Patcher.WorkingPatch
 
wordsToChars(CharRepresenter) - Method in class io.codechicken.diffpatch.patch.Patcher.WorkingPatch
 
wordsToChars(String) - Method in class io.codechicken.diffpatch.util.CharRepresenter
 
WorkingPatch(Patch) - Constructor for class io.codechicken.diffpatch.patch.Patcher.WorkingPatch
 
workingRange - Variable in class io.codechicken.diffpatch.match.FuzzyLineMatcher.MatchMatrix
 
write(ArchiveFormat, OutputStream) - Method in class io.codechicken.diffpatch.util.ArchiveBuilder
 
write(int) - Method in class io.codechicken.diffpatch.util.ConsumingOutputStream
 
write(String, byte[]) - Method in class io.codechicken.diffpatch.util.Output.ArchiveMultiOutput
 
write(String, byte[]) - Method in class io.codechicken.diffpatch.util.Output.FolderMultiOutput
 
write(String, byte[]) - Method in class io.codechicken.diffpatch.util.Output.MultiOutput
Called to write a file to the output.
writeEntry(String, byte[]) - Method in interface io.codechicken.diffpatch.util.archiver.ArchiveWriter
 
writeEntry(String, byte[]) - Method in class io.codechicken.diffpatch.util.archiver.TarArchiveOutputStreamWriter
 
writeEntry(String, byte[]) - Method in class io.codechicken.diffpatch.util.archiver.ZipArchiveOutputStreamWriter
 

Z

ZipArchiveOutputStreamWriter - Class in io.codechicken.diffpatch.util.archiver
Created by covers1624 on 19/7/20.
ZipArchiveOutputStreamWriter(ZipArchiveOutputStream) - Constructor for class io.codechicken.diffpatch.util.archiver.ZipArchiveOutputStreamWriter
 
A B C D E F G H I K L M N O P R S T U V W Z 
Skip navigation links