public interface IBackendWriter extends IBackendReader
Modifier and Type | Method and Description |
---|---|
void |
close()
Closing the write access.
|
void |
write(IBucket bucket)
Writing a bucket related to the reference.
|
void |
writeUberBucket(UberBucket pUber)
Writing the
UberBucket including the pointer to the bucket. |
read, readUber
void write(IBucket bucket) throws TTException
bucket
- bucket to be writtenTTException
- execption to be thrown if something bad happensvoid writeUberBucket(UberBucket pUber) throws TTException
UberBucket
including the pointer to the bucket.pUber
- the UberBucket to be written.TTException
void close() throws TTIOException
close
in interface IBackendReader
TTIOException
- if closing failsCopyright © 2013. All Rights Reserved.