public class GridFTPRestartMarker extends java.lang.Object implements Marker
list = new ByteRangeList(); marker = new GridFTPRestartMarker(reply.getMessage()); list.merge(marker.getVector());
ByteRangeList
Constructor and Description |
---|
GridFTPRestartMarker(java.lang.String msg)
Constructs the restart marker by parsing the parameter string.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector |
toVector()
Returns Vector representation of this object.
|
public GridFTPRestartMarker(java.lang.String msg) throws java.lang.IllegalArgumentException
msg
- The string in the format of FTP reply 111 message,
for instance "Range Marker 0-29,30-89"java.lang.IllegalArgumentException
- if the parameter is in bad formatpublic java.util.Vector toVector()
Copyright © 2013. All Rights Reserved.