Package 

Interface RomBufferFactory

  • All Implemented Interfaces:
    java.io.Closeable , java.lang.AutoCloseable

    
    public interface RomBufferFactory
     implements Closeable
                        
    • Method Summary

      Modifier and Type Method Description
      abstract RomBuffer create()
      abstract Unit close()
      abstract ByteOrder getOrder()
      abstract Unit setOrder(ByteOrder order)
      • Methods inherited from class java.lang.AutoCloseable

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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