public final class WString
extends Object
-
Field Summary
Fields
private final byte[]
static final jnr.ffi.mapper.ToNativeConverter<WString,jnr.ffi.Pointer>
(package private) static final jnr.ffi.Runtime
-
Constructor Summary
Constructors
private
(package private)
-
Method Summary
static byte[]
path(String path,
boolean longPathExtensionNeeded)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
runtime
static final jnr.ffi.Runtime runtime
-
bytes
private final byte[] bytes
-
Converter
public static final jnr.ffi.mapper.ToNativeConverter<WString,jnr.ffi.Pointer> Converter
-
Constructor Details
-
-
WString
private WString(byte[] bytes)
-
Method Details
-
-
path
public static byte[] path(String path,
boolean longPathExtensionNeeded)