Class CFData

  • All Implemented Interfaces:
    java.lang.AutoCloseable
    Direct Known Subclasses:
    CFMutableData

    public class CFData
    extends CFPropertyList
    • Constructor Detail

      • CFData

        protected CFData()
    • Method Detail

      • create

        public static CFData create​(byte[] bytes)
      • create

        public static CFData create​(java.nio.ByteBuffer bytes)
      • createCopy

        public static CFData createCopy​(CFData theData)
      • asByteBuffer

        public java.nio.ByteBuffer asByteBuffer()
      • getBytes

        public byte[] getBytes()
      • getClassTypeID

        public static long getClassTypeID()
      • getLength

        public long getLength()
      • getBytePtr

        protected long getBytePtr()
      • getBytes

        protected void getBytes​(CFRange range,
                                long buffer)