public class DateTimeMCAtom extends RecordAtom
Modifier | Constructor and Description |
---|---|
protected |
DateTimeMCAtom() |
protected |
DateTimeMCAtom(byte[] source,
int start,
int len)
Constructs the datetime atom record from its source data.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
int |
getIndex() |
int |
getPosition() |
long |
getRecordType()
Gets the record type.
|
void |
setIndex(int index) |
void |
setPosition(int position) |
void |
writeOut(java.io.OutputStream out)
Write the contents of the record back, so it can be written
to disk
|
getChildRecords, getMaxRecordLength, isAnAtom, setMaxRecordLength
buildRecordAtOffset, createRecordForType, findChildRecords, getGenericChildren, getGenericRecordType, writeLittleEndian, writeLittleEndian
protected DateTimeMCAtom()
protected DateTimeMCAtom(byte[] source, int start, int len)
source
- the source data as a byte array.start
- the start offset into the byte array.len
- the length of the slice in the byte array.public void writeOut(java.io.OutputStream out) throws java.io.IOException
public int getPosition()
public void setPosition(int position)
public int getIndex()
public void setIndex(int index)
public long getRecordType()
getRecordType
in class Record
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.