Class MyStream

java.lang.Object
org.bytedeco.javacpp.Pointer
com.arrival.mobility.telemetryd.MyStream
All Implemented Interfaces:
AutoCloseable

@Properties(inherit=Telemetryd.class) public class MyStream extends Pointer
  • Constructor Details

    • MyStream

      public MyStream()
      Default native constructor.
    • MyStream

      public MyStream(long size)
      Native array allocator. Access with Pointer.position(long).
    • MyStream

      public MyStream(Pointer p)
      Pointer cast constructor. Invokes Pointer(Pointer).
  • Method Details