gnu.mapping

Class InPort

public class InPort extends LineBufferedReader implements Printable

Field Summary
static ThreadLocationinLocation
Constructor Summary
InPort(Reader in)
InPort(Reader in, Path path)
InPort(InputStream in)
InPort(InputStream in, Path path)
InPort(InputStream in, Path path, Object conv)
Method Summary
static ReaderconvertToReader(InputStream in, Object conv)
static InPortinDefault()
static InPortopenFile(Object fname)
static InPortopenFile(InputStream strm, Object fname)
voidprint(Consumer out)
static voidsetInDefault(InPort in)

Field Detail

inLocation

public static final ThreadLocation inLocation

Constructor Detail

InPort

public InPort(Reader in)

InPort

public InPort(Reader in, Path path)

InPort

public InPort(InputStream in)

InPort

public InPort(InputStream in, Path path)

InPort

public InPort(InputStream in, Path path, Object conv)

Method Detail

convertToReader

public static Reader convertToReader(InputStream in, Object conv)

inDefault

public static InPort inDefault()

openFile

public static InPort openFile(Object fname)

openFile

public static InPort openFile(InputStream strm, Object fname)

print

public void print(Consumer out)

setInDefault

public static void setInDefault(InPort in)