|
DixShtix | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.dixshtix.midi.BinaryData | +--com.dixshtix.midi.TextData
TestData is implemented a a type of BinaryData.
Fields inherited from class com.dixshtix.midi.BinaryData |
data, maxPrintLength |
Constructor Summary | |
TextData(byte[] data)
Constructor. |
|
TextData(java.lang.String s)
Constructor from string. |
Method Summary | |
java.lang.String |
getStringValue()
Tries to produce a string from the allegedly textual data. |
byte[] |
getText()
Accessor method. |
java.lang.String |
toString()
Produces a short, human-readable string. |
Methods inherited from class com.dixshtix.midi.BinaryData |
getData, getData, getLength, getMaxPrintLength, hashCode, setMaxPrintLength, simpleClass |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public TextData(byte[] data)
public TextData(java.lang.String s)
Method Detail |
public byte[] getText()
BinaryData.getData()
public java.lang.String getStringValue()
public java.lang.String toString()
toString
in class BinaryData
com.dixshtix.midi.BinaryData
BinaryData.maxPrintLength
|
DixShtix | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |