com.nostra13.universalimageloader.core.assist
Class FlushedInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.nostra13.universalimageloader.core.assist.FlushedInputStream
- All Implemented Interfaces:
- Closeable
public class FlushedInputStream
- extends FilterInputStream
Many streams obtained over slow connection show this
problem.
Method Summary |
long |
skip(long n)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlushedInputStream
public FlushedInputStream(InputStream inputStream)
skip
public long skip(long n)
throws IOException
- Overrides:
skip
in class FilterInputStream
- Throws:
IOException
Copyright © 2011-2014. All Rights Reserved.