net.neurowork.mobile.android.fw
Class ImagesUtils.FlushedInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by net.neurowork.mobile.android.fw.ImagesUtils.FlushedInputStream
All Implemented Interfaces:
java.io.Closeable
Enclosing class:
ImagesUtils

public static class ImagesUtils.FlushedInputStream
extends java.io.FilterInputStream

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

ImagesUtils.FlushedInputStream

public ImagesUtils.FlushedInputStream(java.io.InputStream inputStream)
Method Detail

skip

public long skip(long n)
          throws java.io.IOException
Overrides:
skip in class java.io.FilterInputStream
Throws:
java.io.IOException