Class BufferAlignmentInterceptor.ShortVerifier

  • Enclosing class:
    BufferAlignmentInterceptor

    public static final class BufferAlignmentInterceptor.ShortVerifier
    extends java.lang.Object
    Verifier for short types.
    • Constructor Summary

      Constructors 
      Constructor Description
      ShortVerifier()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void verifyAlignment​(int index, DirectBuffer buffer)
      Verify alignment of the short types.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShortVerifier

        public ShortVerifier()
    • Method Detail

      • verifyAlignment

        @OnMethodEnter
        public static void verifyAlignment​(int index,
                                           @This
                                           DirectBuffer buffer)
        Verify alignment of the short types.
        Parameters:
        index - into the buffer.
        buffer - the buffer.