Tabnine Logo
Struct$Signed64.set
Code IndexAdd Tabnine to your IDE (free)

How to use
set
method
in
jnr.ffi.Struct$Signed64

Best Java code snippets using jnr.ffi.Struct$Signed64.set (Showing top 8 results out of 315)

origin: com.github.jnr/jnr-posix

public void sec(long sec) {
  this.tv_sec.set(sec);
}
origin: com.cloudbees.util/jnr-unixsocket-nodep

  public UTimBuf64(jnr.ffi.Runtime runtime, long actime, long modtime) {
    super(runtime);
    this.actime.set(actime);
    this.modtime.set(modtime);
  }
}
origin: io.prestosql.cassandra/cassandra-driver

  public UTimBuf64(jnr.ffi.Runtime runtime, long actime, long modtime) {
    super(runtime);
    this.actime.set(actime);
    this.modtime.set(modtime);
  }
}
origin: io.prestosql.cassandra/cassandra-driver

  public void setTime(long[] timeval) {
    assert timeval.length == 2;
    tv_sec.set(timeval[0]);
    tv_usec.set(timeval[1]);
  }
}
origin: com.github.jnr/jnr-posix

public void setTime(long[] timeval) {
  assert timeval.length == 2;
  tv_sec.set(timeval[0]);
  tv_usec.set(timeval[1]);
}
origin: com.github.jnr/jnr-posix

  public UTimBuf64(jnr.ffi.Runtime runtime, long actime, long modtime) {
    super(runtime);
    this.actime.set(actime);
    this.modtime.set(modtime);
  }
}
origin: com.facebook.presto.cassandra/cassandra-driver

  public UTimBuf64(jnr.ffi.Runtime runtime, long actime, long modtime) {
    super(runtime);
    this.actime.set(actime);
    this.modtime.set(modtime);
  }
}
origin: com.facebook.presto.cassandra/cassandra-driver

  public void setTime(long[] timeval) {
    assert timeval.length == 2;
    tv_sec.set(timeval[0]);
    tv_usec.set(timeval[1]);
  }
}
jnr.ffiStruct$Signed64set

Javadoc

Sets the value for this field.

Popular methods of Struct$Signed64

  • <init>
    Creates a new 64 bit signed integer field at a specific offset
  • get
    Gets the value for this field.
  • getMemory
  • offset

Popular in Java

  • Updating database using SQL prepared statement
  • getSharedPreferences (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getExternalFilesDir (Context)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Sublime Text for Python
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now