Package jnr.posix

Class BaseCmsgHdr

    • Field Detail

      • memory

        final jnr.ffi.Pointer memory
    • Constructor Detail

      • BaseCmsgHdr

        protected BaseCmsgHdr​(NativePOSIX posix,
                              jnr.ffi.Pointer memory)
      • BaseCmsgHdr

        protected BaseCmsgHdr​(NativePOSIX posix,
                              jnr.ffi.Pointer memory,
                              int totalLen)
    • Method Detail

      • setData

        public void setData​(java.nio.ByteBuffer data)
        Specified by:
        setData in interface CmsgHdr
      • getData

        public java.nio.ByteBuffer getData()
        Specified by:
        getData in interface CmsgHdr
      • setLen

        abstract void setLen​(int len)