Package nds2

Class buffer


  • public class buffer
    extends channel

    The buffer class facilitates the storage of data and accompanying meta data.

    • Field Detail

      • GPS_INF

        public static final int GPS_INF
    • Constructor Detail

      • buffer

        protected buffer​(long cPtr,
                         boolean cMemoryOwn)
    • Method Detail

      • getCPtr

        protected static long getCPtr​(buffer obj)
      • finalize

        protected void finalize()
        Overrides:
        finalize in class channel
      • delete

        public void delete()
        Overrides:
        delete in class channel
      • samples

        public long samples()
      • start

        public int start()
      • startNano

        public int startNano()
      • stop

        public int stop()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class channel
      • getGpsSeconds

        public int getGpsSeconds()
      • getGpsNanoseconds

        public int getGpsNanoseconds()
      • getChannel

        public channel getChannel()
      • getData

        public java.lang.Object getData()
      • getLength

        public int getLength()