protected static class MqlLibrary.FileHandle
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.nio.charset.Charset |
codepage |
int |
codepageBytes |
java.lang.String |
delimiter |
int |
openFlags |
RandomAccessFileLE |
ras |
Constructor and Description |
---|
FileHandle(RandomAccessFileLE ras,
int openFlags,
java.lang.String delimiter,
long codepage) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected void |
finalize() |
public RandomAccessFileLE ras
public int openFlags
public java.lang.String delimiter
public java.nio.charset.Charset codepage
public int codepageBytes
public FileHandle(RandomAccessFileLE ras, int openFlags, java.lang.String delimiter, long codepage)