InPort
public InPort(InputStream in)
InPort
public InPort(InputStream in,
Path path)
InPort
public InPort(InputStream in,
Path path,
Object conv)
throws java.io.UnsupportedEncodingException
InPort
public InPort(Reader in)
InPort
public InPort(Reader in,
Path path)
convertToReader
public static Reader convertToReader(InputStream in,
Object conv)
inDefault
public static InPort inDefault()
openFile
public static InPort openFile(InputStream strm,
Object fname)
throws java.io.UnsupportedEncodingException
openFile
public static InPort openFile(Object fname)
throws java.io.IOException
setInDefault
public static void setInDefault(InPort in)