entagged.audioformats.asf.data
Class EncodingChunk
java.lang.Object
entagged.audioformats.asf.data.Chunk
entagged.audioformats.asf.data.EncodingChunk
public class EncodingChunk
- extends Chunk
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.
EncodingChunk
public EncodingChunk(long pos,
BigInteger chunkLen)
- Creates an instance.
- Parameters:
pos - Position of the chunk within file or streamchunkLen - Length of current chunk.
addString
public void addString(String toAdd)
- This method appends a String.
- Parameters:
toAdd - String to add.
getStrings
public Collection getStrings()
- This method returns a collection of all
Strings which were addid
due addString(String).
- Returns:
- Inserted Strings.
prettyPrint
public String prettyPrint()
- (overridden)
- Overrides:
prettyPrint in class Chunk
- Returns:
- Information of current Chunk Object.
- See Also:
Chunk.prettyPrint()
Copyright © 2007-2011
shredzone.org. All Rights Reserved.