Package org.apache.axis.attachments
Class OctetStream
- java.lang.Object
-
- org.apache.axis.attachments.OctetStream
-
public class OctetStream extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OctetStream()
OctetStream(byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getBytes()
void
setBytes(byte[] bytes)
-