public class RawRecord extends Object
| Constructor and Description |
|---|
RawRecord(DataInputStream ds)
Creates a RawRecord from the supplied
DataInputStream. |
RawRecord(RawRecord a1stRawRecord,
RawRecord a2ndRawRecord)
Creates a new raw record from the two supplied raw records.
|
| Modifier and Type | Method and Description |
|---|---|
Record |
getAsRecord(boolean permissive,
boolean toUtf8,
String combinePartials,
String defaultEncoding)
Gets the raw record as a
Record. |
String |
getFieldVal(String idField)
Gets the value of the field with the supplied ID.
|
byte[] |
getRecordBytes()
Gets the record in byte form.
|
String |
getRecordId()
Gets the record ID.
|
public RawRecord(DataInputStream ds)
DataInputStream.ds - public String getRecordId()
public String getFieldVal(String idField)
idField - public byte[] getRecordBytes()
Copyright © 2014 FreeLibrary. All Rights Reserved.