java.io.Closeable
, java.lang.AutoCloseable
, java.lang.Readable
public class LocalizedInput
extends java.io.BufferedReader
Modifier and Type | Field | Description |
---|---|---|
private java.io.InputStream |
in |
Constructor | Description |
---|---|
LocalizedInput(java.io.InputStream i) |
|
LocalizedInput(java.io.InputStream i,
java.lang.String encode) |
Modifier and Type | Method | Description |
---|---|---|
void |
close() |
|
boolean |
isStandardInput() |
lines, mark, markSupported, read, read, readLine, ready, reset, skip
public LocalizedInput(java.io.InputStream i)
LocalizedInput(java.io.InputStream i, java.lang.String encode) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public boolean isStandardInput()
public void close() throws java.io.IOException
close
in interface java.lang.AutoCloseable
close
in interface java.io.Closeable
close
in class java.io.BufferedReader
java.io.IOException
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.