Searched refs:FtpInputStream (Results 1 – 1 of 1) sorted by relevance
124 protected class FtpInputStream extends FilterInputStream { class in FtpURLConnection126 FtpInputStream(FtpClient cl, InputStream fd) { in FtpInputStream() method in FtpURLConnection.FtpInputStream452 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()