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 |
|---|---|
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
long |
getRecordType()
Return the value we were given at creation
|
RecordTypes |
getRecordTypeEnum()
Return the value as enum we were given at creation
|
void |
writeOut(java.io.OutputStream out)
Write the contents of the record back, so it can be written
to disk
|
getChildRecords, getMaxRecordLength, isAnAtom, setMaxRecordLengthbuildRecordAtOffset, createRecordForType, findChildRecords, getGenericChildren, getGenericRecordType, writeLittleEndian, writeLittleEndianprotected UnknownRecordPlaceholder(byte[] source,
int start,
int len)
public long getRecordType()
getRecordType in class Recordpublic RecordTypes getRecordTypeEnum()
public void writeOut(java.io.OutputStream out)
throws java.io.IOException
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.