| Package | Description |
|---|---|
| com.thelastcheck.io.base |
| Modifier and Type | Class and Description |
|---|---|
class |
RecordImpl |
| Modifier and Type | Method and Description |
|---|---|
Record |
RecordFilter.filter(Record record)
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.
|
Record |
InputStreamRecordReader.nextRecord()
This method returns the next record in the stream.
|
Record |
RecordImpl.offsetPosition(long offset) |
Record |
Record.offsetPosition(long offset)
This is used to set the current record offset of this record in the input
stream.
|
protected abstract Record |
InputStreamRecordReader.readNextRecord() |
Record |
RecordImpl.recordPosition(int position) |
Record |
Record.recordPosition(int position)
This is used to set the current record position of this record in the
input stream.
|
Record |
RecordImpl.setField(int value,
int fieldNumber) |
Record |
Record.setField(int value,
int fieldNumber)
Set the contents of the field to the specified int value.
|
Record |
RecordImpl.setField(long value,
int fieldNumber) |
Record |
Record.setField(long value,
int fieldNumber)
Set the contents of the field to the specified long value.
|
Record |
RecordImpl.setField(String value,
int fieldNumber) |
Record |
Record.setField(String value,
int fieldNumber)
Set the contents of the field to the specified string value.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Record> |
InputStreamRecordReader.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Record |
RecordFilter.filter(Record record)
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.
|
void |
OutputStreamRecordWriter.write(Record record) |
protected abstract void |
OutputStreamRecordWriter.writeRecord(Record record) |
Copyright © 2009–2016 The Last Check, LLC. All rights reserved.