gnu.kawa.xml
Class BinaryObject

java.lang.Object
  extended by gnu.kawa.xml.BinaryObject
Direct Known Subclasses:
Base64Binary, HexBinary

public abstract class BinaryObject
extends java.lang.Object

Generic binary data with application-specific interpretation.


Constructor Summary
BinaryObject()
           
 
Method Summary
 byte[] getBytes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryObject

public BinaryObject()
Method Detail

getBytes

public byte[] getBytes()