Construct a new MessageBytes instance. @return the instance
()
| 105 | * @return the instance |
| 106 | */ |
| 107 | public static MessageBytes newInstance() { |
| 108 | return factory.newInstance(); |
| 109 | } |
| 110 | |
| 111 | @Override |
| 112 | public Object clone() throws CloneNotSupportedException { |