public class DBFExploder extends Object
Modifier and Type | Method and Description |
---|---|
static com.linuxense.javadbf.DBFExploder.DBFStorage |
createInMemoryStorage(byte[] buffer) |
static com.linuxense.javadbf.DBFExploder.DBFStorage |
createOutputStreamStorage(OutputStream out) |
static int |
pkexplode(byte[] pInBuffer,
com.linuxense.javadbf.DBFExploder.DBFStorage out,
int outSize) |
public static int pkexplode(byte[] pInBuffer, com.linuxense.javadbf.DBFExploder.DBFStorage out, int outSize) throws IOException
IOException
public static com.linuxense.javadbf.DBFExploder.DBFStorage createOutputStreamStorage(OutputStream out)
public static com.linuxense.javadbf.DBFExploder.DBFStorage createInMemoryStorage(byte[] buffer)
Copyright © 2021. All rights reserved.