Package de.mediathekview.mlib.tool
Class MSInputStream
- java.lang.Object
-
- java.io.InputStream
-
- de.mediathekview.mlib.tool.MSInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class MSInputStream extends InputStream
-
-
Constructor Summary
Constructors Constructor Description MSInputStream(InputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetBandbreite()longgetTotalSleepTime()intread()intread(byte[] b)StringtoString()-
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
-
-
-
-
Constructor Detail
-
MSInputStream
public MSInputStream(InputStream in)
-
-
Method Detail
-
read
public int read() throws IOException- Specified by:
readin classInputStream- Throws:
IOException
-
read
public int read(byte[] b) throws IOException- Overrides:
readin classInputStream- Throws:
IOException
-
getBandbreite
public long getBandbreite()
-
getTotalSleepTime
public long getTotalSleepTime()
-
-