Uses of Class
java.io.Reader
-
Uses of Reader in com.squareup.okhttp
Methods in com.squareup.okhttp that return Reader Modifier and Type Method Description ReaderResponse.Body. charStream()Returns the response bytes as a UTF-8 character stream. -
Uses of Reader in com.squareup.okhttp.internal
Methods in com.squareup.okhttp.internal with parameters of type Reader Modifier and Type Method Description static StringUtil. readFully(Reader reader)Returns the remainder of 'reader' as a string, closing it when done. -
Uses of Reader in java.io
Subclasses of Reader in java.io Modifier and Type Class Description classBufferedReaderWraps an existingReaderand buffers the input.classCharArrayReaderA specializedReaderfor reading the contents of a char array.classFileReaderA specializedReaderthat reads from a file in the file system.classFilterReaderWraps an existingReaderand performs some transformation on the input data while it is being read.classInputStreamReaderA class for turning a byte stream into a character stream.classLineNumberReaderWraps an existingReaderand counts the line terminators encountered while reading the data.classPipedReaderReceives information on a communications pipe.classPushbackReaderWraps an existingReaderand adds functionality to "push back" characters that have been read, so that they can be read again.classStringReaderA specializedReaderthat reads characters from aStringin a sequential manner.Fields in java.io declared as Reader Modifier and Type Field Description protected ReaderFilterReader. inThe target Reader which is being filtered.Methods in java.io that return Reader Modifier and Type Method Description ReaderConsole. reader()Returns theReaderassociated with this console.Constructors in java.io with parameters of type Reader Constructor Description BufferedReader(Reader in)Constructs a newBufferedReader, providinginwith a buffer of 8192 characters.BufferedReader(Reader in, int size)Constructs a newBufferedReader, providinginwithsizecharacters of buffer.FilterReader(Reader in)Constructs a new FilterReader on the Readerin.LineNumberReader(Reader in)Constructs a new LineNumberReader on the Readerin.LineNumberReader(Reader in, int size)Constructs a new LineNumberReader on the Readerin.PushbackReader(Reader in)Constructs a newPushbackReaderwith the specified reader as source.PushbackReader(Reader in, int size)Constructs a newPushbackReaderwithinas source reader.StreamTokenizer(Reader r)Constructs a newStreamTokenizerwithras source reader. -
Uses of Reader in java.nio.channels
Methods in java.nio.channels that return Reader Modifier and Type Method Description static ReaderChannels. newReader(ReadableByteChannel channel, String charsetName)Returns a reader that decodes bytes from a channel.static ReaderChannels. newReader(ReadableByteChannel channel, CharsetDecoder decoder, int minBufferCapacity)Returns a reader that decodes bytes from a channel. -
Uses of Reader in java.sql
Methods in java.sql that return Reader Modifier and Type Method Description ReaderCallableStatement. getCharacterStream(int parameterIndex)Returns the value of the specified parameter as ajava.io.Reader.ReaderCallableStatement. getCharacterStream(String parameterName)Returns the value of the specified parameter as ajava.io.Reader.ReaderClob. getCharacterStream()Gets the data of thisClobobject in ajava.io.Reader.ReaderClob. getCharacterStream(long pos, long length)Returns aReaderthat readslengthcharacters from this clob, starting at 1-based offset {code pos}.ReaderResultSet. getCharacterStream(int columnIndex)Gets the value of a column specified by column index as ajava.io.Readerobject.ReaderResultSet. getCharacterStream(String columnName)Gets the value of a column specified by column name as ajava.io.Readerobject.ReaderSQLXML. getCharacterStream()Returns a reader that can be used to read character data from this SQLXMLobject.ReaderCallableStatement. getNCharacterStream(int parameterIndex)Returns the value of the specified SQL NCHAR, NVARCHAR, or LONGNVARCHAR parameter as aReader.ReaderCallableStatement. getNCharacterStream(String parameterName)Returns the value of the specified SQL NCHAR, NVARCHAR, or LONGNVARCHAR parameter as ajava.io.Reader.ReaderResultSet. getNCharacterStream(int columnIndex)Returns aReadercorresponding to the value at the 1-basedcolumnIndex.ReaderResultSet. getNCharacterStream(String columnLabel)Returns aReadercorresponding to the value in the named column.ReaderSQLInput. readCharacterStream()Returns the next attribute in the stream in the form of a Unicode character stream embodied as ajava.io.Reader.Methods in java.sql with parameters of type Reader Modifier and Type Method Description voidCallableStatement. setCharacterStream(String parameterName, Reader reader)Sets the named parameter to the characters from the givenreader.voidCallableStatement. setCharacterStream(String parameterName, Reader reader, int length)Sets the value of a specified parameter to the character content of aReaderobject, with the specified length of character data.voidCallableStatement. setCharacterStream(String parameterName, Reader reader, long length)Sets the named parameter to the nextlengthcharacters from the givenreader.voidPreparedStatement. setCharacterStream(int parameterIndex, Reader reader)Sets the value of the specified parameter to the characters fromreader.voidPreparedStatement. setCharacterStream(int parameterIndex, Reader reader, int length)Sets the value of a specified parameter to the character content of aReaderobject, with the specified length of character data.voidPreparedStatement. setCharacterStream(int parameterIndex, Reader reader, long length)Sets the value of the specified parameter to the nextlengthcharacters fromreader.voidCallableStatement. setClob(String parameterName, Reader reader)Sets the named parameter to the characters from the givenreader.voidCallableStatement. setClob(String parameterName, Reader reader, long length)Sets the named parameter to the nextlengthcharacters from the givenreader.voidPreparedStatement. setClob(int parameterIndex, Reader reader)Sets the value of the specified parameter to the characters fromreader.voidPreparedStatement. setClob(int parameterIndex, Reader reader, long length)Sets the value of the specified parameter to the nextlengthcharacters fromreader.voidCallableStatement. setNCharacterStream(String parameterName, Reader value)Sets the named parameter to the characters from the givenreader.voidCallableStatement. setNCharacterStream(String parameterName, Reader reader, long length)Sets the named parameter to the characters from the givenreader.voidPreparedStatement. setNCharacterStream(int parameterIndex, Reader reader)Sets the value of the specified parameter to the characters fromreader.voidPreparedStatement. setNCharacterStream(int parameterIndex, Reader reader, long length)Sets the value of the specified parameter to the nextlengthcharacters fromreader.voidCallableStatement. setNClob(String parameterName, Reader reader)Sets the named parameter to the characters from the givenreader.voidCallableStatement. setNClob(String parameterName, Reader reader, long length)Sets the named parameter to the nextlengthcharacters from the givenreader.voidPreparedStatement. setNClob(int parameterIndex, Reader reader)Sets the value of the specified parameter to the characters fromreader.voidPreparedStatement. setNClob(int parameterIndex, Reader reader, long length)Sets the value of the specified parameter to the nextlengthcharacters fromreader.voidResultSet. updateCharacterStream(int columnIndex, Reader x)Updates the value at the 1-basedcolumnIndex.voidResultSet. updateCharacterStream(int columnIndex, Reader x, int length)Updates a column specified by a column index with a character stream value.voidResultSet. updateCharacterStream(int columnIndex, Reader x, long length)Updates the value at the 1-basedcolumnIndex.voidResultSet. updateCharacterStream(String columnLabel, Reader reader)Updates the value in the named column.voidResultSet. updateCharacterStream(String columnName, Reader reader, int length)Updates a column specified by a column name with a character stream value.voidResultSet. updateCharacterStream(String columnLabel, Reader reader, long length)Updates the value in the named column.voidResultSet. updateClob(int columnIndex, Reader reader)Updates the value at the 1-basedcolumnIndex.voidResultSet. updateClob(int columnIndex, Reader reader, long length)Updates the value at the 1-basedcolumnIndex.voidResultSet. updateClob(String columnLabel, Reader reader)Updates the value in the named column.voidResultSet. updateClob(String columnLabel, Reader reader, long length)Updates the value in the named column.voidResultSet. updateNCharacterStream(int columnIndex, Reader x)Updates the value at the 1-basedcolumnIndex.voidResultSet. updateNCharacterStream(int columnIndex, Reader x, long length)Updates the value at the 1-basedcolumnIndex.voidResultSet. updateNCharacterStream(String columnLabel, Reader reader)Updates the value in the named column.voidResultSet. updateNCharacterStream(String columnLabel, Reader reader, long length)Updates the value in the named column.voidResultSet. updateNClob(int columnIndex, Reader reader)Updates the value at the 1-basedcolumnIndex.voidResultSet. updateNClob(int columnIndex, Reader reader, long length)Updates the value at the 1-basedcolumnIndex.voidResultSet. updateNClob(String columnLabel, Reader reader)Updates the value in the named column.voidResultSet. updateNClob(String columnLabel, Reader reader, long length)Updates the value in the named column.voidSQLOutput. writeCharacterStream(Reader theStream)Write a stream of unicode characters into the output stream. -
Uses of Reader in java.util
Methods in java.util with parameters of type Reader Modifier and Type Method Description voidProperties. load(Reader in)Loads properties from the specifiedReader.Constructors in java.util with parameters of type Reader Constructor Description PropertyResourceBundle(Reader reader)Constructs a new resource bundle with properties read fromreader. -
Uses of Reader in javax.sql
Methods in javax.sql with parameters of type Reader Modifier and Type Method Description voidRowSet. setCharacterStream(int parameterIndex, Reader theReader)Sets the value of the specified parameter in the RowSet command to the sequence of Unicode characters carried by the supplied java.io.Reader.voidRowSet. setCharacterStream(int parameterIndex, Reader theReader, int length)Sets the value of the specified parameter in theRowSetcommand to the sequence of Unicode characters carried by the suppliedjava.io.Reader.voidRowSet. setCharacterStream(String parameterName, Reader theReader)Sets the value of the specified parameter in the RowSet command to the sequence of Unicode characters carried by the supplied java.io.Reader.voidRowSet. setCharacterStream(String parameterName, Reader theReader, int length)Sets the value of the specified parameter in the RowSet command to the sequence of Unicode characters carried by the supplied java.io.Reader.voidRowSet. setClob(int parameterIndex, Reader theReader)Sets the value of the specified parameter in the RowSet command with the value of a supplied java.io.Reader.voidRowSet. setClob(int parameterIndex, Reader theReader, long length)Sets the value of the specified parameter in the RowSet command with the value of a supplied java.io.Reader.voidRowSet. setClob(String parameterName, Reader theReader)Sets the value of the specified parameter in the RowSet command with the value of a supplied java.io.Reader.voidRowSet. setClob(String parameterName, Reader theReader, long length)Sets the value of the specified parameter in the RowSet command with the value of a supplied java.io.Reader.voidRowSet. setNCharacterStream(int parameterIndex, Reader theReader)Sets the value of the specified parameter in the RowSet command with the value of a supplied java.io.Reader.voidRowSet. setNCharacterStream(int parameterIndex, Reader theReader, long length)Sets the value of the specified parameter in the RowSet command with the value of a supplied java.io.Reader.voidRowSet. setNCharacterStream(String parameterName, Reader theReader)Sets the value of the specified parameter in the RowSet command with the value of a supplied java.io.Reader.voidRowSet. setNCharacterStream(String parameterName, Reader theReader, long length)Sets the value of the specified parameter in the RowSet command with the value of a supplied java.io.Reader.voidRowSet. setNClob(int parameterIndex, Reader theReader)Sets the value of the specified parameter in the RowSet command with the value of a supplied java.io.Reader.voidRowSet. setNClob(int parameterIndex, Reader theReader, long length)Sets the value of the specified parameter in the RowSet command with the value of a supplied java.io.Reader.voidRowSet. setNClob(String parameterName, Reader theReader)Sets the value of the specified parameter in the RowSet command with the value of a supplied java.io.Reader.voidRowSet. setNClob(String parameterName, Reader theReader, long length)Sets the value of the specified parameter in the RowSet command with the value of a supplied java.io.Reader. -
Uses of Reader in javax.xml.transform.stream
Methods in javax.xml.transform.stream that return Reader Modifier and Type Method Description ReaderStreamSource. getReader()Get the character stream that was set with setReader.Methods in javax.xml.transform.stream with parameters of type Reader Modifier and Type Method Description voidStreamSource. setReader(Reader reader)Set the input to be a character reader.Constructors in javax.xml.transform.stream with parameters of type Reader Constructor Description StreamSource(Reader reader)Construct a StreamSource from a character reader.StreamSource(Reader reader, String systemId)Construct a StreamSource from a character reader. -
Uses of Reader in libcore.io
Methods in libcore.io with parameters of type Reader Modifier and Type Method Description static StringStreams. readFully(Reader reader)Returns the remainder of 'reader' as a string, closing it when done. -
Uses of Reader in org.bouncycastle.util.io.pem
Subclasses of Reader in org.bouncycastle.util.io.pem Modifier and Type Class Description classPemReaderConstructors in org.bouncycastle.util.io.pem with parameters of type Reader Constructor Description PemReader(Reader reader) -
Uses of Reader in org.kxml2.io
Methods in org.kxml2.io with parameters of type Reader Modifier and Type Method Description voidKXmlParser. setInput(Reader reader) -
Uses of Reader in org.w3c.dom.ls
Methods in org.w3c.dom.ls that return Reader Modifier and Type Method Description ReaderLSInput. getCharacterStream()An attribute of a language and binding dependent type that represents a stream of 16-bit units.Methods in org.w3c.dom.ls with parameters of type Reader Modifier and Type Method Description voidLSInput. setCharacterStream(Reader characterStream)An attribute of a language and binding dependent type that represents a stream of 16-bit units. -
Uses of Reader in org.xml.sax
Methods in org.xml.sax that return Reader Modifier and Type Method Description ReaderInputSource. getCharacterStream()Get the character stream for this input source.Methods in org.xml.sax with parameters of type Reader Modifier and Type Method Description voidInputSource. setCharacterStream(Reader characterStream)Set the character stream for this input source.Constructors in org.xml.sax with parameters of type Reader Constructor Description InputSource(Reader characterStream)Create a new input source with a character stream. -
Uses of Reader in org.xmlpull.v1
Methods in org.xmlpull.v1 with parameters of type Reader Modifier and Type Method Description voidXmlPullParser. setInput(Reader in)Set the input source for parser to the given reader and resets the parser. -
Uses of Reader in SQLite.JDBC2z
Methods in SQLite.JDBC2z that return Reader Modifier and Type Method Description ReaderJDBCResultSet. getCharacterStream(int columnIndex)ReaderJDBCResultSet. getCharacterStream(String columnName)ReaderJDBCResultSet. getNCharacterStream(int colIndex)ReaderJDBCResultSet. getNCharacterStream(String colName)Methods in SQLite.JDBC2z with parameters of type Reader Modifier and Type Method Description voidJDBCPreparedStatement. setCharacterStream(int parameterIndex, Reader x)voidJDBCPreparedStatement. setCharacterStream(int parameterIndex, Reader reader, int length)voidJDBCPreparedStatement. setCharacterStream(int parameterIndex, Reader x, long len)voidJDBCPreparedStatement. setCharacterStream(String parameterName, Reader x)voidJDBCPreparedStatement. setCharacterStream(String parameterName, Reader r, int length)voidJDBCPreparedStatement. setCharacterStream(String parameterName, Reader x, long len)voidJDBCPreparedStatement. setClob(int parameterIndex, Reader x)voidJDBCPreparedStatement. setClob(int parameterIndex, Reader x, long len)voidJDBCPreparedStatement. setClob(String parameterName, Reader x)voidJDBCPreparedStatement. setClob(String parameterName, Reader x, long len)voidJDBCPreparedStatement. setNCharacterStream(int parameterIndex, Reader x)voidJDBCPreparedStatement. setNCharacterStream(int parameterIndex, Reader x, long len)voidJDBCPreparedStatement. setNCharacterStream(String parameterName, Reader x)voidJDBCPreparedStatement. setNCharacterStream(String parameterName, Reader x, long len)voidJDBCPreparedStatement. setNClob(int parameterIndex, Reader x)voidJDBCPreparedStatement. setNClob(int parameterIndex, Reader x, long len)voidJDBCPreparedStatement. setNClob(String parameterName, Reader x)voidJDBCPreparedStatement. setNClob(String parameterName, Reader x, long len)voidJDBCResultSet. updateCharacterStream(int colIndex, Reader x)voidJDBCResultSet. updateCharacterStream(int colIndex, Reader in, int s)voidJDBCResultSet. updateCharacterStream(int colIndex, Reader x, long len)voidJDBCResultSet. updateCharacterStream(String colName, Reader x)voidJDBCResultSet. updateCharacterStream(String colName, Reader in, int s)voidJDBCResultSet. updateCharacterStream(String colName, Reader x, long len)voidJDBCResultSet. updateClob(int colIndex, Reader x)voidJDBCResultSet. updateClob(int colIndex, Reader x, long len)voidJDBCResultSet. updateClob(String colName, Reader x)voidJDBCResultSet. updateClob(String colName, Reader x, long len)voidJDBCResultSet. updateNCharacterStream(int colIndex, Reader x)voidJDBCResultSet. updateNCharacterStream(int colIndex, Reader x, long len)voidJDBCResultSet. updateNCharacterStream(String colName, Reader x)voidJDBCResultSet. updateNCharacterStream(String colName, Reader x, long len)voidJDBCResultSet. updateNClob(int colIndex, Reader x)voidJDBCResultSet. updateNClob(int colIndex, Reader x, long len)voidJDBCResultSet. updateNClob(String colName, Reader x)voidJDBCResultSet. updateNClob(String colName, Reader x, long len)