FileLineDifferenceIterator
instead@Deprecated
public static class FileIOUtils.FileLineDifferenceIterator
extends com.google.common.collect.AbstractIterator<java.lang.String>
implements java.io.Closeable
FileIOUtils.writeAsLine(BufferedWriter, String, boolean)
with true to escape line break
characters.Constructor and Description |
---|
FileLineDifferenceIterator(java.io.File marked,
java.io.File available,
@Nullable com.google.common.base.Function<java.lang.String,java.lang.String> transformer)
Deprecated.
|
FileLineDifferenceIterator(LineIterator marked,
LineIterator available)
Deprecated.
|
FileLineDifferenceIterator(LineIterator marked,
LineIterator available,
@Nullable com.google.common.base.Function<java.lang.String,java.lang.String> transformer)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
|
public FileLineDifferenceIterator(LineIterator marked, LineIterator available) throws java.io.IOException
java.io.IOException
public FileLineDifferenceIterator(java.io.File marked, java.io.File available, @Nullable @Nullable com.google.common.base.Function<java.lang.String,java.lang.String> transformer) throws java.io.IOException
java.io.IOException
public FileLineDifferenceIterator(LineIterator marked, LineIterator available, @Nullable @Nullable com.google.common.base.Function<java.lang.String,java.lang.String> transformer) throws java.io.IOException
java.io.IOException
Copyright © 2010 - 2020 Adobe. All Rights Reserved