Package de.sciss.io
Class AudioFileCacheInfo
- java.lang.Object
-
- de.sciss.io.AudioFileCacheInfo
-
public class AudioFileCacheInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AudioFileCacheInfo(InterleavedStreamFile f, int model, long numFrames)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AudioFileCacheInfodecode(byte[] appCode)byte[]encode()booleanequals(java.lang.Object o)longgetNumChannels()longgetNumFrames()inthashCode()
-
-
-
Constructor Detail
-
AudioFileCacheInfo
public AudioFileCacheInfo(InterleavedStreamFile f, int model, long numFrames) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
decode
public static AudioFileCacheInfo decode(byte[] appCode)
-
getNumFrames
public long getNumFrames()
-
getNumChannels
public long getNumChannels()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
encode
public byte[] encode() throws java.io.IOException- Throws:
java.io.IOException
-
-