@Properties(inherit=Bullet3Common.class) public class b3FileUtils extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
b3FileUtils() |
b3FileUtils(long size)
Native array allocator.
|
b3FileUtils(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
extractPath(BytePointer fileName,
byte[] path,
int maxPathLength) |
static int |
extractPath(BytePointer fileName,
ByteBuffer path,
int maxPathLength) |
static int |
extractPath(BytePointer fileName,
BytePointer path,
int maxPathLength) |
static int |
extractPath(String fileName,
byte[] path,
int maxPathLength) |
static int |
extractPath(String fileName,
ByteBuffer path,
int maxPathLength) |
static int |
extractPath(String fileName,
BytePointer path,
int maxPathLength) |
static boolean |
findFile(BytePointer orgFileName,
byte[] relativeFileName,
int maxRelativeFileNameMaxLen) |
static boolean |
findFile(BytePointer orgFileName,
ByteBuffer relativeFileName,
int maxRelativeFileNameMaxLen) |
static boolean |
findFile(BytePointer orgFileName,
BytePointer relativeFileName,
int maxRelativeFileNameMaxLen) |
static boolean |
findFile(String orgFileName,
byte[] relativeFileName,
int maxRelativeFileNameMaxLen) |
static boolean |
findFile(String orgFileName,
ByteBuffer relativeFileName,
int maxRelativeFileNameMaxLen) |
static boolean |
findFile(String orgFileName,
BytePointer relativeFileName,
int maxRelativeFileNameMaxLen) |
b3FileUtils |
getPointer(long i) |
b3FileUtils |
position(long position) |
static BytePointer |
strip2(BytePointer name,
BytePointer pattern) |
static String |
strip2(String name,
String pattern) |
static void |
toLower(byte[] str) |
static void |
toLower(ByteBuffer str) |
static void |
toLower(BytePointer str) |
static byte |
toLowerChar(byte t) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic b3FileUtils(Pointer p)
Pointer(Pointer).public b3FileUtils(long size)
Pointer.position(long).public b3FileUtils()
public b3FileUtils position(long position)
public b3FileUtils getPointer(long i)
getPointer in class Pointer@Cast(value="bool") public static boolean findFile(@Cast(value="const char*") BytePointer orgFileName, @Cast(value="char*") BytePointer relativeFileName, int maxRelativeFileNameMaxLen)
@Cast(value="bool") public static boolean findFile(String orgFileName, @Cast(value="char*") ByteBuffer relativeFileName, int maxRelativeFileNameMaxLen)
@Cast(value="bool") public static boolean findFile(@Cast(value="const char*") BytePointer orgFileName, @Cast(value="char*") byte[] relativeFileName, int maxRelativeFileNameMaxLen)
@Cast(value="bool") public static boolean findFile(String orgFileName, @Cast(value="char*") BytePointer relativeFileName, int maxRelativeFileNameMaxLen)
@Cast(value="bool") public static boolean findFile(@Cast(value="const char*") BytePointer orgFileName, @Cast(value="char*") ByteBuffer relativeFileName, int maxRelativeFileNameMaxLen)
@Cast(value="bool") public static boolean findFile(String orgFileName, @Cast(value="char*") byte[] relativeFileName, int maxRelativeFileNameMaxLen)
@Cast(value="const char*") public static BytePointer strip2(@Cast(value="const char*") BytePointer name, @Cast(value="const char*") BytePointer pattern)
public static int extractPath(@Cast(value="const char*") BytePointer fileName, @Cast(value="char*") BytePointer path, int maxPathLength)
public static int extractPath(String fileName, @Cast(value="char*") ByteBuffer path, int maxPathLength)
public static int extractPath(@Cast(value="const char*") BytePointer fileName, @Cast(value="char*") byte[] path, int maxPathLength)
public static int extractPath(String fileName, @Cast(value="char*") BytePointer path, int maxPathLength)
public static int extractPath(@Cast(value="const char*") BytePointer fileName, @Cast(value="char*") ByteBuffer path, int maxPathLength)
public static int extractPath(String fileName, @Cast(value="char*") byte[] path, int maxPathLength)
public static void toLower(@Cast(value="char*") BytePointer str)
public static void toLower(@Cast(value="char*") ByteBuffer str)
Copyright © 2024. All rights reserved.