Class ByteBufferCleaner.Java8Cleaner

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.reflect.Method cleanerMethod  
      private java.lang.reflect.Method cleanMethod  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Java8Cleaner()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clean​(java.nio.ByteBuffer buffer)  
      • Methods inherited from class java.lang.Object

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

      • cleanerMethod

        private final java.lang.reflect.Method cleanerMethod
      • cleanMethod

        private final java.lang.reflect.Method cleanMethod
    • Constructor Detail

      • Java8Cleaner

        private Java8Cleaner()
                      throws java.lang.ReflectiveOperationException,
                             java.lang.SecurityException
        Throws:
        java.lang.ReflectiveOperationException
        java.lang.SecurityException
    • Method Detail

      • clean

        public void clean​(java.nio.ByteBuffer buffer)
                   throws java.lang.ReflectiveOperationException
        Specified by:
        clean in interface ByteBufferCleaner.Cleaner
        Throws:
        java.lang.ReflectiveOperationException