Package | Description |
---|---|
org.jaudiotagger.audio.asf.io |
Classes for reading and writing Microsoft Advanced Systems Format files.
|
org.jaudiotagger.audio.asf.util |
Utility classes for data components of the Microsoft Advanced Systems Format header.
|
Modifier and Type | Method and Description |
---|---|
protected AsfHeader |
AsfHeaderReader.createContainer(long streamPosition,
BigInteger chunkLength,
InputStream stream)
This method is called by
ChunkContainerReader.read(GUID, InputStream, long) in order
to create the resulting object. |
static AsfHeader |
AsfHeaderReader.readHeader(File file)
This method extracts the full ASF-Header from the given file.
If no header could be extracted null is returned. |
static AsfHeader |
AsfHeaderReader.readHeader(RandomAccessFile file)
This method tries to extract a full ASF-header out of the given stream.
|
static AsfHeader |
AsfHeaderReader.readInfoHeader(RandomAccessFile file)
This method tries to extract an ASF-header out of the given stream, which
only contains information about the audio stream.
If no header could be extracted null is returned. |
static AsfHeader |
AsfHeaderReader.readTagHeader(RandomAccessFile file)
This method tries to extract an ASF-header out of the given stream, which
only contains metadata.
If no header could be extracted null is returned. |
Modifier and Type | Method and Description |
---|---|
static AsfTag |
TagConverter.createTagOf(AsfHeader source)
|
Copyright © 2005–2020 jthink.net. All rights reserved.