Marker
public class GridFTPRestartMarker extends Object implements Marker
list = new ByteRangeList(); marker = new GridFTPRestartMarker(reply.getMessage()); list.merge(marker.getVector());
ByteRangeList
Constructor | Description |
---|---|
GridFTPRestartMarker(String msg) |
Constructs the restart marker by parsing the parameter string.
|
public GridFTPRestartMarker(String msg) throws IllegalArgumentException
msg
- The string in the format of FTP reply 111 message,
for instance "Range Marker 0-29,30-89"IllegalArgumentException
- if the parameter is in bad formatpublic Vector toVector()
Copyright © 2018. All rights reserved.