org.apache.commons.net.io
public final class FromNetASCIIInputStream extends PushbackInputStream
Constructor Summary | |
---|---|
FromNetASCIIInputStream(InputStream input)
Creates a FromNetASCIIInputStream instance that wraps an existing
InputStream.
|
Method Summary | |
---|---|
static boolean | isConversionRequired()
Returns true if the NetASCII line separator differs from the system
line separator, false if they are the same. |
Returns: True if the NETASCII line separator differs from the local system line separator, false if they are the same.