|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
net.neurowork.mobile.android.fw.ImagesUtils.FlushedInputStream
public static class ImagesUtils.FlushedInputStream
Class that implements a "counter bytes skipped" method
Constructor Summary | |
---|---|
ImagesUtils.FlushedInputStream(java.io.InputStream inputStream)
|
Method Summary | |
---|---|
long |
skip(long n)
|
Methods inherited from class java.io.FilterInputStream |
---|
available, close, mark, markSupported, read, read, read, reset |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImagesUtils.FlushedInputStream(java.io.InputStream inputStream)
Method Detail |
---|
public long skip(long n) throws java.io.IOException
skip
in class java.io.FilterInputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |