|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jaudiotagger.audio.asf.data.Chunk
org.jaudiotagger.audio.asf.data.EncodingChunk
public class EncodingChunk
This class was intended to store the data of a chunk which contained the
encoding parameters in textual form.
Since the needed parameters were found in other chunks the implementation of
this class was paused.
TODO complete analysis.
| Field Summary | |
|---|---|
private java.util.List<java.lang.String> |
strings
The read strings. |
| Fields inherited from class org.jaudiotagger.audio.asf.data.Chunk |
|---|
chunkLength, guid, position |
| Constructor Summary | |
|---|---|
EncodingChunk(java.math.BigInteger chunkLen)
Creates an instance. |
|
| Method Summary | |
|---|---|
void |
addString(java.lang.String toAdd)
This method appends a String. |
java.util.Collection<java.lang.String> |
getStrings()
This method returns a collection of all Strings which were added due addString(String). |
java.lang.String |
prettyPrint(java.lang.String prefix)
This method creates a String containing useful information prepared to be printed on STD-OUT. |
| Methods inherited from class org.jaudiotagger.audio.asf.data.Chunk |
|---|
getChunckEnd, getChunkEnd, getChunkLength, getGuid, getPosition, setPosition, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final java.util.List<java.lang.String> strings
| Constructor Detail |
|---|
public EncodingChunk(java.math.BigInteger chunkLen)
chunkLen - Length of current chunk.| Method Detail |
|---|
public void addString(java.lang.String toAdd)
toAdd - String to add.public java.util.Collection<java.lang.String> getStrings()
addString(String).
public java.lang.String prettyPrint(java.lang.String prefix)
prettyPrint in class Chunkprefix - each line gets this string prepended.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||