public class Attachment extends java.lang.Object implements AnnotationValue
For details on usage, please contact IBM support.
Constructor and Description |
---|
Attachment(java.lang.String suffix) |
Attachment(java.lang.String prefix,
java.lang.String suffix) |
Modifier and Type | Method and Description |
---|---|
java.io.OutputStream |
getOutputStream() |
java.util.List<? extends AnnotationValue> |
getValues() |
java.lang.String |
toString() |
java.lang.Appendable |
toString(java.lang.Appendable app) |
public Attachment(java.lang.String suffix) throws java.io.IOException, java.lang.IllegalArgumentException
java.io.IOException
java.lang.IllegalArgumentException
public Attachment(java.lang.String prefix, java.lang.String suffix) throws java.io.IOException, java.lang.IllegalArgumentException
java.io.IOException
java.lang.IllegalArgumentException
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Appendable toString(java.lang.Appendable app) throws java.io.IOException
toString
in interface AnnotationValue
java.io.IOException
public java.io.OutputStream getOutputStream() throws java.io.IOException
java.io.IOException
public java.util.List<? extends AnnotationValue> getValues()
getValues
in interface AnnotationValue