jdk/src/java.base/share/classes/sun/net/ftp/impl/FtpClient.java
changeset 31061 fead7d86d75f
parent 28059 e576535359cc
child 36947 83319fc2c7ac
equal deleted inserted replaced
31060:be4eb6360ee0 31061:fead7d86d75f
  1209      * sent before the RETR in order to restart the tranfer from the specified
  1209      * sent before the RETR in order to restart the tranfer from the specified
  1210      * offset.
  1210      * offset.
  1211      * The <code>OutputStream</code> is not closed by this method at the end
  1211      * The <code>OutputStream</code> is not closed by this method at the end
  1212      * of the transfer.
  1212      * of the transfer.
  1213      *
  1213      *
  1214      * @param name a <code>String<code> containing the name of the file to
  1214      * @param name a {@code String} containing the name of the file to
  1215      *        retreive from the server.
  1215      *        retreive from the server.
  1216      * @param local the <code>OutputStream</code> the file should be written to.
  1216      * @param local the <code>OutputStream</code> the file should be written to.
  1217      * @throws IOException if the transfer fails.
  1217      * @throws IOException if the transfer fails.
  1218      */
  1218      */
  1219     public sun.net.ftp.FtpClient getFile(String name, OutputStream local) throws sun.net.ftp.FtpProtocolException, IOException {
  1219     public sun.net.ftp.FtpClient getFile(String name, OutputStream local) throws sun.net.ftp.FtpProtocolException, IOException {