public class AiffChunkSummary extends Object
Constructor and Description |
---|
AiffChunkSummary() |
Modifier and Type | Method and Description |
---|---|
static ChunkSummary |
getChunkBeforeStartingMetadataTag(AiffTag tag)
Get chunk before starting metadata tag
|
static boolean |
isOnlyMetadataTagsAfterStartingMetadataTag(AiffTag tag)
Checks that there are only id3 tags after the currently selected id3tag because this means its safe to truncate
the remainder of the file.
|
public static boolean isOnlyMetadataTagsAfterStartingMetadataTag(AiffTag tag)
tag
- public static ChunkSummary getChunkBeforeStartingMetadataTag(AiffTag tag)
tag
- Copyright © 2005–2020 jthink.net. All rights reserved.