congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
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

  • Reactive rest calls using spring rest template
  • findViewById (Activity)
  • setScale (BigDecimal)
  • compareTo (BigDecimal)
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • JTable (javax.swing)
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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