Class CycleResultSegmentBuffer


  • public class CycleResultSegmentBuffer
    extends java.lang.Object
    Implements a cycle result segment in a basic buffer that contains the cycle and the result in long, byte format. This is not thread safe.
    • Constructor Detail

      • CycleResultSegmentBuffer

        public CycleResultSegmentBuffer​(int resultCount)
    • Method Detail

      • append

        public void append​(long cycle,
                           int result)
      • hasRemaining

        public boolean hasRemaining()