| Interface | Description |
|---|---|
| RandomAccessInputStream |
Interface for the RandomAccessInputStream that is used by ModfileInputStream
|
| SoundOutputStream |
| Class | Description |
|---|---|
| FileOrPackedInputStream |
This FileInputStream will also handle files that are in zip files
Use a path like "C:/someDir/zipFile.zip/path/to/file
|
| GaplessSoundOutputStreamImpl | |
| ModfileInputStream |
We here add special read methods for ModFiles ;)
|
| PowerPackerFile |
This class will decompress the input from any inputStream into an internal
buffer with the powerpacker algorithem and give access to this buffer
as an RandomAccessInputStream
|
| RandomAccessInputStreamImpl |
This class mappes the RandomAccessFile to an InputStream type of class.
|
| SoundOutputStreamImpl |
This outputstream will wrap audiolines and file-exports
so that the mixers do not have to think about it.
|
| XpkSqsh |
This code is from the class gamod.unpack.XpkSqsh
by Josef Jelinek
|
Copyright © 2014. All rights reserved.