public final class TextBytesAtom extends RecordAtom
Modifier | Constructor and Description |
---|---|
|
TextBytesAtom()
Create an empty TextBytes Atom
|
protected |
TextBytesAtom(byte[] source,
int start,
int len)
For the TextBytes Atom
|
Modifier and Type | Method and Description |
---|---|
long |
getRecordType()
We are of type 4008
|
String |
getText()
Grabs the text.
|
void |
setText(byte[] b)
Updates the text in the Atom.
|
String |
toString()
dump debug info; use getText() to return a string
representation of the atom
|
void |
writeOut(OutputStream out)
Write the contents of the record back, so it can be written
to disk
|
getChildRecords, isAnAtom
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian
protected TextBytesAtom(byte[] source, int start, int len)
public TextBytesAtom()
public String getText()
public void setText(byte[] b)
public long getRecordType()
getRecordType
in class Record
public void writeOut(OutputStream out) throws IOException
writeOut
in class Record
IOException
Copyright © 2020. All rights reserved.