Package jnr.posix

Class WString


  • public final class WString
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static jnr.ffi.mapper.ToNativeConverter<WString,​jnr.ffi.Pointer> Converter  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static WString path​(java.lang.String path)  
      static byte[] path​(java.lang.String path, boolean longPathExtensionNeeded)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Converter

        public static final jnr.ffi.mapper.ToNativeConverter<WString,​jnr.ffi.Pointer> Converter
    • Method Detail

      • path

        public static WString path​(java.lang.String path)
      • path

        public static byte[] path​(java.lang.String path,
                                  boolean longPathExtensionNeeded)