public class DreamboxChannel extends Object implements ExternalChannelIf
Constructor and Description |
---|
DreamboxChannel(ObjectInputStream stream)
Read the Data from a stream
|
DreamboxChannel(String ref,
String name,
String bouqetName)
Create the DreamboxChannel
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getReference() |
void |
readData(ObjectInputStream stream)
Read Data from stream
|
String |
toString() |
void |
writeData(ObjectOutputStream stream)
Write Data to stream
|
public DreamboxChannel(String ref, String name, String bouqetName)
ref
- Service Referencename
- NamebouqetName
- Name of the bouqetpublic DreamboxChannel(ObjectInputStream stream) throws IOException
stream
- read from this streamIOException
- io errorspublic String getReference()
public String getName()
getName
in interface ExternalChannelIf
public void writeData(ObjectOutputStream stream) throws IOException
stream
- write to this streamIOException
- io errorspublic void readData(ObjectInputStream stream) throws IOException
stream
- read from this streamIOException
- io errorsTV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)