public interface Attachable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAttachment() |
void |
setAttachment(java.lang.Object attachment)
Attaches the given object to this stream for later retrieval.
|
java.lang.Object getAttachment()
setAttachment(Object)
void setAttachment(java.lang.Object attachment)
attachment
- the object to attach to this instanceCopyright © 1995–2021 Webtide. All rights reserved.