public class TextFrame extends FrameDraft06
| Constructor and Description |
|---|
TextFrame(FrameHeaderDraft06 header,
byte[] bodyData)
Instantiates a new text frame.
|
TextFrame(String str)
Instantiates a new text frame.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
isContinuationFrame, toByteBuffergetContents, getContentsLength, getHeader, readContents, readContents, setContents, setHeaderpublic TextFrame(FrameHeaderDraft06 header, byte[] bodyData)
header - the headerbodyData - the contents datapublic TextFrame(String str)
str - the strCopyright © 2021. All rights reserved.