public abstract class AbstractWriter<T> extends Object implements ObjectWriter<T>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractWriter(AbstractWrapper<T> wrapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected AbstractWrapper<T> |
getWrapper() |
void |
register() |
void |
register(int links) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitput, putprotected AbstractWriter(AbstractWrapper<T> wrapper)
protected AbstractWrapper<T> getWrapper()
public void register()
public void register(int links)
public void close()
close in interface ObjectWriter<T>Copyright © 2015. All Rights Reserved.