Package physx.common

Class PxOutputStream

java.lang.Object
physx.NativeObject
physx.common.PxOutputStream
Direct Known Subclasses:
PxDefaultMemoryOutputStream

public class PxOutputStream extends NativeObject
Output stream class for I/O.

The user needs to supply a PxOutputStream implementation to a number of methods to allow the SDK to write data.

  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxOutputStream

      protected PxOutputStream()
    • PxOutputStream

      protected PxOutputStream(long address)
  • Method Details

    • wrapPointer

      public static PxOutputStream wrapPointer(long address)
    • arrayGet

      public static PxOutputStream arrayGet(long baseAddress, int index)
    • destroy

      public void destroy()