Maven module :un.api : api-encoding :
Class :
un.impl.io.CounterInputStream
Extends/Implements :
un.api.io.WrapInputStream
Subclasses : -
Variables : -
Functions :
CounterInputStream,
getCounterValue,
setCounterValue,
read,
read,
skip
public void
CounterInputStream (ByteInputStream in)
public long
getCounterValue ()
public void
setCounterValue (long value)
public int
read ()
public int
read (byte[] buffer, int offset, int length)
public long
skip (long n)
Counter of often used to keep track of position in the files.
author Johann Sorel