Maven module :un.api : api-encoding :
Class :
un.api.io.AbstractReader
Extends/Implements :
un.api.io.Reader
Subclasses : -
Variables :
input
Functions :
setInput,
getInput,
getInputAsByteStream,
getInputAsDataStream,
getInputAsBacktrackStream,
getInputAsCharStream,
getInputAsCharStream,
dispose
protected Object
input
public void
setInput (Object input)
public Object
getInput ()
protected ByteInputStream
getInputAsByteStream ()
protected DataInputStream
getInputAsDataStream (NumberEncoding encoding)
protected BacktrackInputStream
getInputAsBacktrackStream ()
protected CharInputStream
getInputAsCharStream (CharEncoding encoding)
protected CharInputStream
getInputAsCharStream (CharEncoding encoding, Char endline)
public void
dispose ()
Provides the common used functionnalities to properly open and close
the input.
author Johann Sorel