Maven module :un.api : api-encoding :
Class : un.impl.io.CounterInputStream
Extends/Implements : un.api.io.WrapInputStream
Subclasses : -

An input stream with an attached counter.
Counter of often used to keep track of position in the files.
author  Johann Sorel


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)