Class MmapByteBuffer

java.lang.Object
com.diozero.util.MmapByteBuffer

public class MmapByteBuffer
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    MmapByteBuffer​(int fd, int address, int length, java.nio.ByteBuffer buffer)  
  • Method Summary

    Modifier and Type Method Description
    int getAddress()  
    java.nio.ByteBuffer getBuffer()  
    int getFd()  
    int getLength()  

    Methods inherited from class java.lang.Object

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

    • MmapByteBuffer

      public MmapByteBuffer​(int fd, int address, int length, java.nio.ByteBuffer buffer)
  • Method Details