public class IncrementalPackratFileBuilder extends PackratFileBuilder
comment, file, outie, PADDING, rootDatatype, wroteHeader| Constructor and Description |
|---|
IncrementalPackratFileBuilder(VfsFile file,
PackratDatatype rootDatatype) |
| Modifier and Type | Method and Description |
|---|---|
int |
appendObject(java.lang.Object victim) |
void |
close() |
java.lang.String |
getComment() |
void |
setComment(java.lang.String newComment) |
writeHeader, writeObjectpublic IncrementalPackratFileBuilder(VfsFile file, PackratDatatype rootDatatype) throws java.io.IOException
java.io.IOExceptionpublic int appendObject(java.lang.Object victim)
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getComment()
getComment in class PackratFileBuilderpublic void setComment(java.lang.String newComment)
setComment in class PackratFileBuilder