Uses of Class
org.knime.base.node.util.BufferedFileReader

Packages that use BufferedFileReader
org.knime.base.node.io.filereader Contains a node implementation that reads in data from an ASCII file. 
org.knime.base.node.util   
 

Uses of BufferedFileReader in org.knime.base.node.io.filereader
 

Methods in org.knime.base.node.io.filereader that return BufferedFileReader
 BufferedFileReader FileReaderSettings.createNewInputReader()
           
 

Uses of BufferedFileReader in org.knime.base.node.util
 

Methods in org.knime.base.node.util that return BufferedFileReader
static BufferedFileReader BufferedFileReader.createNewReader(InputStream in)
          Same as the method above (createNewReader(URL)), but with an input stream as argument.
static BufferedFileReader BufferedFileReader.createNewReader(URL dataLocation)
          Creates a new reader from the specified location with the default character set from the Java VM.
static BufferedFileReader BufferedFileReader.createNewReader(URL dataLocation, String charsetName)
          Creates a new reader from the specified location with the default character set from the Java VM.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.