Package net.fusejna.StructTimeBuffer

Examples of net.fusejna.StructTimeBuffer.TimeBufferWrapper


  }

  @FuseMethod
  final int _utimens(final String path, final StructTimeBuffer timebuffer)
  {
    final TimeBufferWrapper wrapper = new TimeBufferWrapper(timebuffer);
    final int result = utimens(path, wrapper);
    wrapper.write();
    return result;
  }
View Full Code Here

TOP

Related Classes of net.fusejna.StructTimeBuffer.TimeBufferWrapper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.