public class BackwardsLineReader extends Object
This source code was kindly contributed by Kan Ogawa.
| Constructor and Description |
|---|
BackwardsLineReader(InputStream is)
Instantiates a new backwards line reader.
|
BackwardsLineReader(InputStream is,
String encoding)
Instantiates a new backwards line reader.
|
public BackwardsLineReader(InputStream is)
is - the ispublic BackwardsLineReader(InputStream is, String encoding)
is - the isencoding - the encodingpublic String readLine() throws IOException
IOException - Signals that an I/O exception has occurred.public void close()
throws IOException
IOException - Signals that an I/O exception has occurred.Copyright © 2009–2020 psi-probe. All rights reserved.