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
IOExceptionpublic void addCopy(long offset,
int length)
throws IOException
addCopy in interface GDiffCreatorIOExceptionpublic void addAppend(byte[] arr,
int offset,
int length)
throws IOException
addAppend in interface GDiffCreatorIOExceptionpublic void doEnd()
throws IOException
doEnd in interface GDiffCreatorIOExceptionCopyright © 2016 Egothor. All Rights Reserved.