public class GridFTPRestartMarker extends Object implements Marker
list = new ByteRangeList(); marker = new GridFTPRestartMarker(reply.getMessage()); list.merge(marker.getVector());
ByteRangeList
Constructor and Description |
---|
GridFTPRestartMarker(String msg)
Constructs the restart marker by parsing the parameter string.
|
Modifier and Type | Method and Description |
---|---|
Vector |
toVector()
Returns Vector representation of this object.
|
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 © 2016. All rights reserved.