| Package | Description |
|---|---|
| de.quippy.javamod.io | |
| de.quippy.javamod.multimedia.mp3.id3 |
| Modifier and Type | Class and Description |
|---|---|
class |
ModfileInputStream
We here add special read methods for ModFiles ;)
|
class |
RandomAccessInputStreamImpl
This class mappes the RandomAccessFile to an InputStream type of class.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PowerPackerFile.isPowerPacker(RandomAccessInputStream input)
Will check for a power packer file
|
static boolean |
XpkSqsh.isXPK_SQSH(RandomAccessInputStream input) |
byte[] |
XpkSqsh.unpackData(RandomAccessInputStream source) |
| Constructor and Description |
|---|
PowerPackerFile(RandomAccessInputStream input)
Constructor for PowerPackerInputStream
|
XpkSqsh(RandomAccessInputStream input)
Constructor for XpkSqsh
|
| Constructor and Description |
|---|
ID3v1Tag(RandomAccessInputStream raf)
Create an id3v1tag from the file specified.
|
ID3v2ExtendedHeader(RandomAccessInputStream raf)
Create an extended header object from the file passed.
|
ID3v2Footer(RandomAccessInputStream raf,
int location)
Creates and id3v2 footer.
|
ID3v2Header(RandomAccessInputStream raf)
Create an id3v2header linked to the file passed as a parameter.
|
ID3v2Tag(RandomAccessInputStream raf)
Create an id3v2 tag bound to the file provided as a parameter.
|
MP3FileID3Controller(RandomAccessInputStream raf) |
MPEGAudioFrameHeader(RandomAccessInputStream raf)
Create an MPEGAudioFrameHeader from the file specified.
|
MPEGAudioFrameHeader(RandomAccessInputStream raf,
int offset)
Create an MPEGAudioFrameHeader from the file specified.
|
Copyright © 2014. All rights reserved.