Class CVBuffer

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

    public abstract class CVBuffer
    extends CFType
    • Constructor Detail

      • CVBuffer

        public CVBuffer()
    • Method Detail

      • setAttachment

        protected void setAttachment​(CFString key,
                                     CFType value,
                                     CVAttachmentMode attachmentMode)
        Since:
        Available in iOS 4.0 and later.
      • getAttachment

        protected CFType getAttachment​(CFString key,
                                       org.robovm.rt.bro.ptr.IntPtr attachmentMode)
        Since:
        Available in iOS 4.0 and later.
      • removeAttachment

        protected void removeAttachment​(CFString key)
        Since:
        Available in iOS 4.0 and later.
      • removeAllAttachments

        protected void removeAllAttachments()
        Since:
        Available in iOS 4.0 and later.
      • setAttachments

        protected void setAttachments​(NSDictionary theAttachments,
                                      CVAttachmentMode attachmentMode)
        Since:
        Available in iOS 4.0 and later.
      • propagateAttachments

        protected void propagateAttachments​(CVBuffer destinationBuffer)
        Since:
        Available in iOS 4.0 and later.