Package gnu.kawa.xml

Class BinaryObject

  • Direct Known Subclasses:
    Base64Binary, HexBinary

    public abstract class BinaryObject
    extends java.lang.Object
    Generic binary data with application-specific interpretation.
    • Constructor Summary

      Constructors 
      Constructor Description
      BinaryObject()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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()