Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
C
D
F
G
H
J
N
P
T
A
addRecord(Object[])
- Method in class com.svcon.jdbf.
DBFWriter
Writes a record to the DBF file.
C
close()
- Method in class com.svcon.jdbf.
DBFReader
Closes the reader.
close()
- Method in class com.svcon.jdbf.
DBFWriter
Closes the DBF file.
com.svcon.jdbf
- package com.svcon.jdbf
D
DBFReader
- class com.svcon.jdbf.
DBFReader
.
Used to read database (DBF) files.
DBFReader(InputStream)
- Constructor for class com.svcon.jdbf.
DBFReader
Opens a stream, containing DBF for reading.
DBFReader(String)
- Constructor for class com.svcon.jdbf.
DBFReader
Opens a DBF file for reading.
DBFWriter
- class com.svcon.jdbf.
DBFWriter
.
Used to write database (DBF) files.
DBFWriter(OutputStream, JDBField[])
- Constructor for class com.svcon.jdbf.
DBFWriter
Opens an output stream for writing.
DBFWriter(String, JDBField[])
- Constructor for class com.svcon.jdbf.
DBFWriter
Opens a DBF file for writing.
DBFWriter(String, JDBField[], String)
- Constructor for class com.svcon.jdbf.
DBFWriter
Opens a DBF file for writing, bytes in DBF will be converted from UNICODE to national charset.
F
format(Object)
- Method in class com.svcon.jdbf.
JDBField
Formats a value to its String representation, based on the fields parameters.
G
getDecimalCount()
- Method in class com.svcon.jdbf.
JDBField
Returns the decimal count of the field.
getField(int)
- Method in class com.svcon.jdbf.
DBFReader
Returns a field at a specified position.
getFieldCount()
- Method in class com.svcon.jdbf.
DBFReader
Returns the field count of the database file.
getLength()
- Method in class com.svcon.jdbf.
JDBField
Returns the length of the field.
getMessage()
- Method in class com.svcon.jdbf.
JDBFException
Returns the message for the exception.
getName()
- Method in class com.svcon.jdbf.
JDBField
Returns the name of the field.
getType()
- Method in class com.svcon.jdbf.
JDBField
Returns the type of the field.
H
hasNextRecord()
- Method in class com.svcon.jdbf.
DBFReader
Checks to see if there are more records in the file.
J
JDBFException
- exception com.svcon.jdbf.
JDBFException
.
Used to indicate a fatal error, while writing or reading a database (DBF) file.
JDBFException(String)
- Constructor for class com.svcon.jdbf.
JDBFException
Constructs a JDBFException with a given message.
JDBFException(String, Throwable)
- Constructor for class com.svcon.jdbf.
JDBFException
Constructs a nested JDBFException, containing another exception and a specific message.
JDBFException(Throwable)
- Constructor for class com.svcon.jdbf.
JDBFException
Constructs a nested JDBFException, containing another exception.
JDBField
- class com.svcon.jdbf.
JDBField
.
A database field.
JDBField(String, char, int, int)
- Constructor for class com.svcon.jdbf.
JDBField
Construct a database field with a given name, type, length, and decimal count.
N
nextRecord()
- Method in class com.svcon.jdbf.
DBFReader
Returns an array of objects, representing one record in the database file.
P
parse(String)
- Method in class com.svcon.jdbf.
JDBField
Parses a formatted String and returns an object of type, corresponding to this field.
printStackTrace()
- Method in class com.svcon.jdbf.
JDBFException
Prints the stack of the exception to the standard error.
printStackTrace(PrintStream)
- Method in class com.svcon.jdbf.
JDBFException
Prints the stack of the exception.
printStackTrace(PrintWriter)
- Method in class com.svcon.jdbf.
JDBFException
Prints the stack of the exception.
T
toString()
- Method in class com.svcon.jdbf.
JDBField
Returns the String representation of the JDBField.
A
C
D
F
G
H
J
N
P
T
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES