public final class TextBytesAtom extends RecordAtom
| Modifier and Type | Field and Description |
|---|---|
static long |
_type |
| Constructor and Description |
|---|
TextBytesAtom()
Create an empty 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, isAnAtombuildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndianpublic String getText()
public void setText(byte[] b)
public long getRecordType()
getRecordType in class Recordpublic void writeOut(OutputStream out) throws IOException
writeOut in class RecordIOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved