Package de.sfuhrm.radiorecorder.metadata
Klasse StreamMetaData
java.lang.Object
de.sfuhrm.radiorecorder.metadata.StreamMetaData
The metadata collected from a running stream.
- Autor:
- Stephan Fuhrmann
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungopenStream(@NonNull HttpConnection connection) Opens the input stream of the http connection.
-
Konstruktordetails
-
StreamMetaData
public StreamMetaData()
-
-
Methodendetails
-
openStream
Opens the input stream of the http connection. Internally filters the stream and pushes all new metadata objects seen to the registered metadata consumer.- Parameter:
connection- the non-null http connection to open the stream for.- Gibt zurück:
- the inputstream that reads data from the source the HttpConnection provides.
- Löst aus:
IOException- if a problem occurs while opening the stream.- Siehe auch:
-