List of usage examples for java.io Reader subclass-usage
From source file ASCIIReader.java
/**
* A simple ASCII byte reader. This is an optimized reader for reading
* byte streams that only contain 7-bit ASCII characters.
*
* @author Andy Clark, IBM
*
From source file org.exoplatform.portal.resource.CharSequenceReader.java
/**
* Fork of commons-io 1.4 org.apache.commons.io.input.CharSequenceReader
*
* {@link Reader} implementation that can read from String, StringBuffer, StringBuilder or CharBuffer.
* <p>
* <strong>Note:</strong> Supports {@link #mark(int)} and {@link #reset()}.
From source file se.kodapan.io.http.HttpGetReader.java
/** * @author kalle * @since 2010-apr-25 22:11:29 */ public class HttpGetReader extends Reader {
From source file org.apache.ambari.view.hive.resources.uploads.TableDataReader.java
/** * Takes row iterator as input. * iterate over rows and creates a CSV formated stream separating rows by endline "\n" * Note : column values should not contain "\n". */ public class TableDataReader extends Reader {
From source file Latin1Reader.java
/**
* <p>
* Reader for the ISO-8859-1 encoding.
* </p>
*
* @xerces.internal
From source file org.tinygroup.jspengine.xmlparser.UCSReader.java
/**
* Reader for UCS-2 and UCS-4 encodings.
* (i.e., encodings from ISO-10646-UCS-(2|4)).
*
* @author Neil Graham, IBM
*
From source file com.taobao.datax.plugins.reader.oraclereader.OracleReader.java
public class OracleReader extends Reader { public static final String ORACLE_READER_DB_POOL_KEY = "ORACE_DB_POOL_KEY"; private Connection connection; private String username = "";
From source file com.bluexml.side.build.tools.reader.FeatureReader.java
public class FeatureReader extends Reader { Logger logger = Logger.getLogger(this.getClass()); boolean addAll = false; private boolean readPlugins = true;
From source file com.bluexml.side.build.tools.reader.PluginReader.java
public class PluginReader extends Reader { Logger logger = Logger.getLogger(this.getClass()); boolean addAll = false; boolean addExtensions = false; boolean addRequiredBundle = false;
From source file com.esri.geoportal.commons.robots.BotsReader.java
/** * Reader of the robots.txt file. */ /*package*/class BotsReader extends Reader { private final String userAgent;