|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolution.player.core.media.EncriptedMedia
public abstract class EncriptedMedia
An encripted media is a media which is somehow encripted by an
EncryptingMusicProvider
.
EncryptingMusicProvider
Constructor Summary | |
---|---|
EncriptedMedia()
|
Method Summary | |
---|---|
abstract java.io.InputStream |
createInputStream()
Stream to read the content of this media. |
abstract int |
getLength()
The size in byte of this media. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncriptedMedia()
Method Detail |
---|
public abstract int getLength()
public abstract java.io.InputStream createInputStream() throws java.io.IOException
java.io.IOException
- if the stream could not be created
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |