Class ByteBufferRewinder.Factory

    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DataRewinder<java.nio.ByteBuffer> build​(java.nio.ByteBuffer data)
      Returns a new DataRewinder wrapping the given data.
      java.lang.Class<java.nio.ByteBuffer> getDataClass()
      Returns the class of data this factory can produce DataRewinders for.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait