FileDocCategorySizeDatePackage
OctetStream.javaAPI DocApache Axis 1.41016Sat Apr 22 18:57:28 BST 2006org.apache.axis.attachments

OctetStream

public class OctetStream extends Object

Fields Summary
private byte[]
bytes
Constructors Summary
public OctetStream()


      
    
public OctetStream(byte[] bytes)

        this.bytes = bytes;
    
Methods Summary
public byte[]getBytes()

        return this.bytes;
    
public voidsetBytes(byte[] bytes)

        this.bytes = bytes;