public class GDiffWriter extends Object implements GDiffCreator
Constructor and Description |
---|
GDiffWriter(DataOutput output) |
Modifier and Type | Method and Description |
---|---|
void |
addAppend(byte[] arr,
int offset,
int length) |
void |
addCopy(long offset,
int length) |
void |
doEnd() |
public GDiffWriter(DataOutput output) throws IOException
IOException
public void addCopy(long offset, int length) throws IOException
addCopy
in interface GDiffCreator
IOException
public void addAppend(byte[] arr, int offset, int length) throws IOException
addAppend
in interface GDiffCreator
IOException
public void doEnd() throws IOException
doEnd
in interface GDiffCreator
IOException
Copyright © 2016 Egothor. All Rights Reserved.