Definition at line 20 of file IntraChunkShuffleComposer.java.
Public Methods | |
void | setup () throws IOException, ParserException |
Setup the Composer - read in files, etc. | |
EDLFile | compose () |
Compose an EDLFile. | |
Static Public Attributes | |
String | description |
|
Compose an EDLFile. This is where the magic happens. Implements composers.Composer. Definition at line 125 of file IntraChunkShuffleComposer.java. |
|
Setup the Composer - read in files, etc. This should be called before any call to compose() to ensure that the inputs and outputs are properly initialized. Reimplemented from composers.Composer. Definition at line 113 of file IntraChunkShuffleComposer.java. |
|
Initial value: "Chops each chunk up into small pieces " + "and rearranges them. This keeps the meta chunks intact but scrambles " + "them on a local level." Reimplemented from composers.Composer. Definition at line 22 of file IntraChunkShuffleComposer.java. |