Home
last modified time | relevance | path

Searched refs:FtpInputStream (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
DFtpURLConnection.java124 protected class FtpInputStream extends FilterInputStream { class in FtpURLConnection
126 FtpInputStream(FtpClient cl, InputStream fd) { in FtpInputStream() method in FtpURLConnection.FtpInputStream
452 is = new FtpInputStream(ftp, ftp.list(null)); in getInputStream()
454 is = new FtpInputStream(ftp, ftp.nameList(filename)); in getInputStream()
463 is = new FtpInputStream(ftp, ftp.getFileStream(filename)); in getInputStream()
514 is = new FtpInputStream(ftp, ftp.list(null)); in getInputStream()