Skip navigation links
JNA API 5.10.0
com.sun.jna.ptr

Class ByReference

    • Constructor Detail

      • ByReference

        protected ByReference(int dataSize)
        Allocates memory at this pointer, to contain the pointed-to value.
        Parameters:
        dataSize - The number of bytes to allocate. Must match the byte size of T in the derived class setValue(<T>) and <T> getValue() methods.
JNA API 5.10.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.