A C D E F G I L N O R S T U V W X 

A

addFilter(RecordFilter) - Method in class com.thelastcheck.io.base.InputStreamRecordReader
Adds a filter to the list.
addFilter(RecordFilter) - Method in class com.thelastcheck.io.base.OutputStreamRecordWriter
 
allocateNewRecord(int, int, int, int) - Method in class com.thelastcheck.io.base.RecordImpl
This is a routine that is used to allocate a new record for a field that has changed length.

C

clearBit(byte, ByteArray) - Method in class com.thelastcheck.io.base.Field
 
clearRecord() - Method in interface com.thelastcheck.io.base.Record
Clear the entire record area to the fill character required.
clone() - Method in interface com.thelastcheck.io.base.Record
clone this record, including the underlying ByteArray and it's wrapped bytes.
clone() - Method in class com.thelastcheck.io.base.RecordImpl
 
close() - Method in class com.thelastcheck.io.base.InputStreamRecordReader
 
close() - Method in class com.thelastcheck.io.base.OutputStreamRecordWriter
 
close() - Method in class com.thelastcheck.io.base.RandomAccessFileRecordReader
 
com.thelastcheck.io.base - package com.thelastcheck.io.base
 
com.thelastcheck.io.base.exception - package com.thelastcheck.io.base.exception
 

D

duplicate() - Method in interface com.thelastcheck.io.base.Record
Create a copy of this record, including the underlying ByteArray, but keeping the same underlying bytes.
duplicate() - Method in class com.thelastcheck.io.base.RecordImpl
 

E

EBCDIC - Static variable in class com.thelastcheck.io.base.InputStreamRecordReader
 
END_OF_STREAM_ERROR - Static variable in class com.thelastcheck.io.base.InputStreamRecordReader
 
extract(ByteArray) - Method in class com.thelastcheck.io.base.Field
Extract a data field from a ByteArray.
extractAsByte(ByteArray) - Method in class com.thelastcheck.io.base.Field
Extract a data field from a ByteArray as a byte.
extractAsByteArray(ByteArray) - Method in class com.thelastcheck.io.base.Field
Extract a data field from a ByteArray as a ByteArray.
extractAsBytes(ByteArray) - Method in class com.thelastcheck.io.base.Field
Extract a data field from a ByteArray as byte[].
extractAsInt(ByteArray) - Method in class com.thelastcheck.io.base.Field
Extract a data field from a ByteArray as an int.
extractAsLong(ByteArray) - Method in class com.thelastcheck.io.base.Field
Extract a data field from a ByteArray as a long.
extractAsShort(ByteArray) - Method in class com.thelastcheck.io.base.Field
Extract a data field from a ByteArray as a short.
extractAsString(ByteArray) - Method in class com.thelastcheck.io.base.Field
Extract a data field from a ByteArray record as a String.
extractPnsAsString(ByteArray) - Method in class com.thelastcheck.io.base.Field
Extract a data field from a ByteArray converting from PNS to a String.
extractStringAsDate(ByteArray) - Method in class com.thelastcheck.io.base.Field
Extract a data field from a ByteArray as a Date.
extractStringAsDate(ByteArray, TimeZone) - Method in class com.thelastcheck.io.base.Field
Extract a data field from a ByteArray as a Date.
extractStringAsInt(ByteArray) - Method in class com.thelastcheck.io.base.Field
Extract a data field from a ByteArray as a String and convert value to an int.
extractStringAsLong(ByteArray) - Method in class com.thelastcheck.io.base.Field
Extract a data field from a ByteArray as a String and convert value to a long.
extractStringAsOnUsField(ByteArray) - Method in class com.thelastcheck.io.base.Field
Extract a data field from a ByteArray as a String and convert value to an OnusField.
extractStringAsRoutingNumber(ByteArray) - Method in class com.thelastcheck.io.base.Field
Extract a data field from a ByteArray as a String and convert value to an RoutingNumber.
extractStringAsTime(ByteArray) - Method in class com.thelastcheck.io.base.Field
Extract a data field from a ByteArray as a Date object containing only time values.
extractStringAsTime(ByteArray, TimeZone) - Method in class com.thelastcheck.io.base.Field
Extract a data field from a ByteArray as a Date object containing only time values.

F

Field - Class in com.thelastcheck.io.base
 
Field() - Constructor for class com.thelastcheck.io.base.Field
 
Field(int, int) - Constructor for class com.thelastcheck.io.base.Field
 
Field(int, int, FieldType) - Constructor for class com.thelastcheck.io.base.Field
 
Field(String, int, int, int) - Constructor for class com.thelastcheck.io.base.Field
 
Field(String, int, int, int, FieldType) - Constructor for class com.thelastcheck.io.base.Field
 
field(int) - Method in class com.thelastcheck.io.base.RecordImpl
Get the field definition for a specified field based on the field number.
fieldName(int) - Method in interface com.thelastcheck.io.base.Record
The name of the field.
fieldName(int) - Method in class com.thelastcheck.io.base.RecordImpl
 
FieldType - Enum in com.thelastcheck.io.base
 
filter(Record) - Method in interface com.thelastcheck.io.base.RecordFilter
This filter method can modify the record, return a different record (like a proxy version), or return null to indicate this record should be ignored.
formatToString(ByteArray, ToStringBuilder) - Method in class com.thelastcheck.io.base.Field
Format the field into a ToStringBuilder object.
formatToXml(ByteArray, ToXmlBuilder) - Method in class com.thelastcheck.io.base.Field
Format the field into a ToStringBuilder object.

G

getField(int) - Method in interface com.thelastcheck.io.base.Record
The field value.
getField(int) - Method in class com.thelastcheck.io.base.RecordImpl
 
getField(Field) - Method in class com.thelastcheck.io.base.RecordImpl
 
getFieldAsByteArray(Field) - Method in class com.thelastcheck.io.base.RecordImpl
 
getFieldAsDate(Field) - Method in class com.thelastcheck.io.base.RecordImpl
 
getFieldAsDate(Field, TimeZone) - Method in class com.thelastcheck.io.base.RecordImpl
 
getFieldAsInt(Field) - Method in class com.thelastcheck.io.base.RecordImpl
 
getFieldAsLong(Field) - Method in class com.thelastcheck.io.base.RecordImpl
 
getFieldAsOnUsField(Field) - Method in class com.thelastcheck.io.base.RecordImpl
 
getFieldAsRoutingNumber(Field) - Method in class com.thelastcheck.io.base.RecordImpl
 
getFieldAsString(Field) - Method in class com.thelastcheck.io.base.RecordImpl
 
getFieldAsTime(Field) - Method in class com.thelastcheck.io.base.RecordImpl
 
getFieldAsTime(Field, TimeZone) - Method in class com.thelastcheck.io.base.RecordImpl
 

I

InputStreamRecordReader - Class in com.thelastcheck.io.base
 
InputStreamRecordReader(InputStream) - Constructor for class com.thelastcheck.io.base.InputStreamRecordReader
 
InputStreamRecordReader(InputStream, boolean) - Constructor for class com.thelastcheck.io.base.InputStreamRecordReader
 
insert(byte[], ByteArray) - Method in class com.thelastcheck.io.base.Field
 
insert(ByteArray, ByteArray) - Method in class com.thelastcheck.io.base.Field
 
insert(String, ByteArray) - Method in class com.thelastcheck.io.base.Field
 
insert(byte, ByteArray) - Method in class com.thelastcheck.io.base.Field
 
insert(short, ByteArray) - Method in class com.thelastcheck.io.base.Field
 
insert(int, ByteArray) - Method in class com.thelastcheck.io.base.Field
 
insert(long, ByteArray) - Method in class com.thelastcheck.io.base.Field
 
insert(RoutingNumber, ByteArray) - Method in class com.thelastcheck.io.base.Field
 
insert(OnUsField, ByteArray) - Method in class com.thelastcheck.io.base.Field
 
insertAsString(long, ByteArray) - Method in class com.thelastcheck.io.base.Field
 
insertAsString(int, ByteArray) - Method in class com.thelastcheck.io.base.Field
 
insertDate(Date, ByteArray) - Method in class com.thelastcheck.io.base.Field
 
insertDate(Date, ByteArray, TimeZone) - Method in class com.thelastcheck.io.base.Field
 
insertPns(String, ByteArray) - Method in class com.thelastcheck.io.base.Field
 
insertRight(String, ByteArray) - Method in class com.thelastcheck.io.base.Field
 
insertTime(Date, ByteArray) - Method in class com.thelastcheck.io.base.Field
 
insertTime(Date, ByteArray, TimeZone) - Method in class com.thelastcheck.io.base.Field
 
INVALID_FIELD_NUMBER - Static variable in class com.thelastcheck.io.base.RecordImpl
 
InvalidFormatException - Exception in com.thelastcheck.io.base.exception
 
InvalidFormatException() - Constructor for exception com.thelastcheck.io.base.exception.InvalidFormatException
 
InvalidFormatException(String) - Constructor for exception com.thelastcheck.io.base.exception.InvalidFormatException
 
InvalidFormatException(String, Throwable) - Constructor for exception com.thelastcheck.io.base.exception.InvalidFormatException
 
InvalidFormatException(Throwable) - Constructor for exception com.thelastcheck.io.base.exception.InvalidFormatException
 
InvalidLengthException - Exception in com.thelastcheck.io.base.exception
 
InvalidLengthException() - Constructor for exception com.thelastcheck.io.base.exception.InvalidLengthException
 
InvalidLengthException(String) - Constructor for exception com.thelastcheck.io.base.exception.InvalidLengthException
 
InvalidLengthException(Throwable) - Constructor for exception com.thelastcheck.io.base.exception.InvalidLengthException
 
InvalidLengthException(String, Throwable) - Constructor for exception com.thelastcheck.io.base.exception.InvalidLengthException
 
InvalidStandardLevelException - Exception in com.thelastcheck.io.base.exception
 
InvalidStandardLevelException() - Constructor for exception com.thelastcheck.io.base.exception.InvalidStandardLevelException
 
InvalidStandardLevelException(String) - Constructor for exception com.thelastcheck.io.base.exception.InvalidStandardLevelException
 
InvalidStandardLevelException(String, Throwable) - Constructor for exception com.thelastcheck.io.base.exception.InvalidStandardLevelException
 
InvalidStandardLevelException(Throwable) - Constructor for exception com.thelastcheck.io.base.exception.InvalidStandardLevelException
 
isSkipInvalidRecords() - Method in class com.thelastcheck.io.base.InputStreamRecordReader
 
isStreamAvailable() - Method in class com.thelastcheck.io.base.InputStreamRecordReader
 
isStreamAvailable() - Method in class com.thelastcheck.io.base.RandomAccessFileRecordReader
 
isType(FieldType) - Method in class com.thelastcheck.io.base.Field
 
iterator() - Method in class com.thelastcheck.io.base.InputStreamRecordReader
 

L

length() - Method in interface com.thelastcheck.io.base.Record
This is the length of the current record.
length() - Method in class com.thelastcheck.io.base.RecordImpl
 

N

name() - Method in class com.thelastcheck.io.base.Field
 
nextRecord() - Method in class com.thelastcheck.io.base.InputStreamRecordReader
This method returns the next record in the stream.
numberOfFields() - Method in interface com.thelastcheck.io.base.Record
The number of fields defined for this record.
numberOfFields() - Method in class com.thelastcheck.io.base.RecordImpl
 

O

offsetPosition() - Method in interface com.thelastcheck.io.base.Record
The offset of this record in an input stream.
offsetPosition(long) - Method in interface com.thelastcheck.io.base.Record
This is used to set the current record offset of this record in the input stream.
offsetPosition() - Method in class com.thelastcheck.io.base.RecordImpl
 
offsetPosition(long) - Method in class com.thelastcheck.io.base.RecordImpl
 
OutputStreamRecordWriter - Class in com.thelastcheck.io.base
 
OutputStreamRecordWriter(OutputStream) - Constructor for class com.thelastcheck.io.base.OutputStreamRecordWriter
 

R

RandomAccessFileRecordReader - Class in com.thelastcheck.io.base
 
RandomAccessFileRecordReader(File) - Constructor for class com.thelastcheck.io.base.RandomAccessFileRecordReader
 
read(ByteArray) - Method in class com.thelastcheck.io.base.InputStreamRecordReader
 
read(ByteArray, int, int) - Method in class com.thelastcheck.io.base.InputStreamRecordReader
 
read(ByteArray) - Method in class com.thelastcheck.io.base.RandomAccessFileRecordReader
 
read(ByteArray, int, int) - Method in class com.thelastcheck.io.base.RandomAccessFileRecordReader
 
readNextRecord() - Method in class com.thelastcheck.io.base.InputStreamRecordReader
 
Record - Interface in com.thelastcheck.io.base
 
record() - Method in interface com.thelastcheck.io.base.Record
 
record() - Method in class com.thelastcheck.io.base.RecordImpl
 
record(ByteArray) - Method in class com.thelastcheck.io.base.RecordImpl
Certain records are variable in size and can change size based on the values placed in the fields.
RecordFilter - Interface in com.thelastcheck.io.base
 
RecordImpl - Class in com.thelastcheck.io.base
 
RecordImpl() - Constructor for class com.thelastcheck.io.base.RecordImpl
 
RecordImpl(int, String) - Constructor for class com.thelastcheck.io.base.RecordImpl
 
RecordImpl(ByteArray) - Constructor for class com.thelastcheck.io.base.RecordImpl
 
recordPosition() - Method in interface com.thelastcheck.io.base.Record
The position of this record in an input stream.
recordPosition(int) - Method in interface com.thelastcheck.io.base.Record
This is used to set the current record position of this record in the input stream.
recordPosition() - Method in class com.thelastcheck.io.base.RecordImpl
 
recordPosition(int) - Method in class com.thelastcheck.io.base.RecordImpl
 
RecordReaderException - Exception in com.thelastcheck.io.base.exception
 
RecordReaderException() - Constructor for exception com.thelastcheck.io.base.exception.RecordReaderException
 
RecordReaderException(String) - Constructor for exception com.thelastcheck.io.base.exception.RecordReaderException
 
RecordReaderException(Throwable) - Constructor for exception com.thelastcheck.io.base.exception.RecordReaderException
 
RecordReaderException(String, Throwable) - Constructor for exception com.thelastcheck.io.base.exception.RecordReaderException
 
resetDynamicFields() - Method in class com.thelastcheck.io.base.RecordImpl
This method is intended to allow the reset of dynamic fields back to their initial state.

S

sdfDate - Static variable in class com.thelastcheck.io.base.Field
 
sdfTime - Static variable in class com.thelastcheck.io.base.Field
 
seek(long) - Method in class com.thelastcheck.io.base.RandomAccessFileRecordReader
 
setBit(byte, ByteArray) - Method in class com.thelastcheck.io.base.Field
 
setField(String, int) - Method in interface com.thelastcheck.io.base.Record
Set the contents of the field to the specified string value.
setField(long, int) - Method in interface com.thelastcheck.io.base.Record
Set the contents of the field to the specified long value.
setField(int, int) - Method in interface com.thelastcheck.io.base.Record
Set the contents of the field to the specified int value.
setField(String, int) - Method in class com.thelastcheck.io.base.RecordImpl
 
setField(long, int) - Method in class com.thelastcheck.io.base.RecordImpl
 
setField(int, int) - Method in class com.thelastcheck.io.base.RecordImpl
 
setField(String, Field) - Method in class com.thelastcheck.io.base.RecordImpl
 
setField(ByteArray, Field) - Method in class com.thelastcheck.io.base.RecordImpl
 
setField(RoutingNumber, Field) - Method in class com.thelastcheck.io.base.RecordImpl
 
setField(OnUsField, Field) - Method in class com.thelastcheck.io.base.RecordImpl
 
setField(long, Field) - Method in class com.thelastcheck.io.base.RecordImpl
 
setField(int, Field) - Method in class com.thelastcheck.io.base.RecordImpl
 
setFieldDate(Date, Field) - Method in class com.thelastcheck.io.base.RecordImpl
 
setFieldDate(Date, Field, TimeZone) - Method in class com.thelastcheck.io.base.RecordImpl
 
setFieldRight(String, Field) - Method in class com.thelastcheck.io.base.RecordImpl
 
setFieldTime(Date, Field) - Method in class com.thelastcheck.io.base.RecordImpl
 
setFieldTime(Date, Field, TimeZone) - Method in class com.thelastcheck.io.base.RecordImpl
 
setSkipInvalidRecords(boolean) - Method in class com.thelastcheck.io.base.InputStreamRecordReader
 

T

testBit(byte, ByteArray) - Method in class com.thelastcheck.io.base.Field
 
toString() - Method in class com.thelastcheck.io.base.Field
 
toString() - Method in class com.thelastcheck.io.base.RecordImpl
 
toXml() - Method in interface com.thelastcheck.io.base.Record
Creates an XML representation of the record based on it's fields.
toXml(boolean) - Method in interface com.thelastcheck.io.base.Record
Creates an XML representation of the record based on it's fields.
toXml() - Method in class com.thelastcheck.io.base.RecordImpl
 
toXml(boolean) - Method in class com.thelastcheck.io.base.RecordImpl
 
type() - Method in class com.thelastcheck.io.base.Field
 

U

US_ASCII - Static variable in class com.thelastcheck.io.base.InputStreamRecordReader
 

V

valueOf(String) - Static method in enum com.thelastcheck.io.base.FieldType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.thelastcheck.io.base.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(Record) - Method in class com.thelastcheck.io.base.OutputStreamRecordWriter
 
write(ByteArray) - Method in class com.thelastcheck.io.base.OutputStreamRecordWriter
 
write(ByteArray, int, int) - Method in class com.thelastcheck.io.base.OutputStreamRecordWriter
 
write(byte[]) - Method in class com.thelastcheck.io.base.OutputStreamRecordWriter
 
write(byte[], int, int) - Method in class com.thelastcheck.io.base.OutputStreamRecordWriter
 
writeRecord(Record) - Method in class com.thelastcheck.io.base.OutputStreamRecordWriter
 

X

X9Exception - Exception in com.thelastcheck.io.base.exception
 
X9Exception() - Constructor for exception com.thelastcheck.io.base.exception.X9Exception
 
X9Exception(String) - Constructor for exception com.thelastcheck.io.base.exception.X9Exception
 
X9Exception(Throwable) - Constructor for exception com.thelastcheck.io.base.exception.X9Exception
 
X9Exception(String, Throwable) - Constructor for exception com.thelastcheck.io.base.exception.X9Exception
 
A C D E F G I L N O R S T U V W X 

Copyright © 2009–2016 The Last Check, LLC. All rights reserved.