Class PxDefaultMemoryInputData


  • public class PxDefaultMemoryInputData
    extends PxInputData
    • Constructor Detail

      • PxDefaultMemoryInputData

        protected PxDefaultMemoryInputData()
      • PxDefaultMemoryInputData

        protected PxDefaultMemoryInputData​(long address)
      • PxDefaultMemoryInputData

        public PxDefaultMemoryInputData​(PxU8Ptr data,
                                        int length)
        Parameters:
        data - WebIDL type: PxU8Ptr [Ref]
        length - WebIDL type: unsigned long
    • Method Detail

      • read

        public int read​(NativeObject dest,
                        int count)
        Parameters:
        dest - WebIDL type: VoidPtr
        count - WebIDL type: unsigned long
        Returns:
        WebIDL type: unsigned long
      • getLength

        public int getLength()
        Returns:
        WebIDL type: unsigned long
      • seek

        public void seek​(int pos)
        Parameters:
        pos - WebIDL type: unsigned long
      • tell

        public int tell()
        Returns:
        WebIDL type: unsigned long