public final class UnknownRecordPlaceholder extends RecordAtom
| Modifier | Constructor and Description |
|---|---|
protected |
UnknownRecordPlaceholder(byte[] source,
int start,
int len)
Create a new holder for a record we don't grok
|
| Modifier and Type | Method and Description |
|---|---|
long |
getRecordType()
Return the value we were given at creation
|
void |
writeOut(OutputStream out)
Write the contents of the record back, so it can be written
to disk
|
getChildRecords, isAnAtombuildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndianprotected UnknownRecordPlaceholder(byte[] source,
int start,
int len)
public long getRecordType()
getRecordType in class Recordpublic void writeOut(OutputStream out) throws IOException
writeOut in class RecordIOExceptionCopyright © 2020. All rights reserved.