Package gnu.kawa.xml

Class BinaryObject

  • Direct Known Subclasses:
    Base64Binary, HexBinary

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

      • BinaryObject

        public BinaryObject()
    • Method Detail

      • getBytes

        public byte[] getBytes()